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