Home
last modified time | relevance | path

Searched defs:isJsx (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
Dservices.ts2223 const isJsx = isInsideJsxElement(sourceFile, lineStarts[firstLine]); constant
2290 … const isJsx = isInsideJsx !== undefined ? isInsideJsx : isInsideJsxElement(sourceFile, pos); constant