Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts98 … const { parentDeclaration, declSourceFile, modifierFlags, token, call, isJSFile } = info; constant
133 readonly isJSFile: boolean; property
254 const isJSFile = isSourceFileJS(declSourceFile); constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts20 const isJSFile = isSourceFileJS(file); constant