Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DjsDoc.ts395 const isJavaScriptFile = hasJSFileExtension(sourceFile.fileName); constant
/third_party/typescript/src/compiler/
Dprogram.ts2858 const isJavaScriptFile = isSourceFileJS(file); constant