Home
last modified time | relevance | path

Searched defs:isJS (Results 1 – 4 of 4) 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.ts864 const isJS = isInJSFile(scope); constant
1179 const isJS = isInJSFile(scope); constant
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dnpm.js5 const isJS = npmBin.endsWith('.js') constant
/third_party/typescript/src/services/codefixes/
DimportFixes.ts997 const isJS = isInJSFile(importingFile); constant