Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractType.ts83isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
87isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
94 const isJS = isSourceFileJS(file); constant
DextractSymbol.ts830 const isJS = isInJSFile(scope); constant
1121 const isJS = isInJSFile(scope); constant