Searched defs:isJSFile (Results 1 – 2 of 2) sorted by relevance
98 … const { parentDeclaration, declSourceFile, modifierFlags, token, call, isJSFile } = info; constant133 readonly isJSFile: boolean; property254 const isJSFile = isSourceFileJS(declSourceFile); constant
20 const isJSFile = isSourceFileJS(file); constant