Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsuggestionDiagnostics.ts30 const isJsFile = isSourceFileJS(sourceFile); constant
/third_party/typescript/src/compiler/
Dprogram.ts3553 const isJsFile = !resolutionExtensionIsTSOrJson(resolution.extension); constant