Searched defs:isJS (Results 1 – 4 of 4) sorted by relevance
83 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property87 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property94 const isJS = isSourceFileJS(file); constant
864 const isJS = isInJSFile(scope); constant1179 const isJS = isInJSFile(scope); constant
5 const isJS = npmBin.endsWith('.js') constant
997 const isJS = isInJSFile(importingFile); constant