Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractType.ts95isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
99isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
106 const isJS = isSourceFileJS(file); constant
DextractSymbol.ts905 const isJS = isInJSFile(scope); constant
1220 const isJS = isInJSFile(scope); constant
/third_party/typescript/src/services/codefixes/
DimportFixes.ts1035 const isJS = isInJSFile(importingFile); constant