Home
last modified time | relevance | path

Searched refs:hasJsxFile (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts233 const hasJsxFile = some(fileNames, f => fileExtensionIs(f, Extension.Jsx)); constant
234 if (hasJsxFile) {
/third_party/typescript/lib/
DtypingsInstaller.js115121 …var hasJsxFile = ts.some(fileNames, function (f) { return ts.fileExtensionIs(f, ".jsx" /* Jsx */);…
115122 if (hasJsxFile) {
DtypescriptServices.js115326 …var hasJsxFile = ts.some(fileNames, function (f) { return ts.fileExtensionIs(f, ".jsx" /* Jsx */);…
115327 if (hasJsxFile) {
Dtsserverlibrary.js115326 …var hasJsxFile = ts.some(fileNames, function (f) { return ts.fileExtensionIs(f, ".jsx" /* Jsx */);…
115327 if (hasJsxFile) {
Dtsserver.js152460 …var hasJsxFile = ts.some(fileNames, function (f) { return ts.fileExtensionIs(f, ".jsx" /* Jsx */);…
152461 if (hasJsxFile) {
Dtypescript.js115326 …var hasJsxFile = ts.some(fileNames, function (f) { return ts.fileExtensionIs(f, ".jsx" /* Jsx */);…
115327 if (hasJsxFile) {