Home
last modified time | relevance | path

Searched refs:isMatchingModuleDeclaration (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DexportInfoMap.ts265 …const isMatchingModuleDeclaration = (node: Statement) => isNonGlobalAmbientModule(node) && node.na… constant
266 …oldFileStatementIndex = findIndex(oldSourceFile.statements, isMatchingModuleDeclaration, oldFileSt…
267 …newFileStatementIndex = findIndex(newSourceFile.statements, isMatchingModuleDeclaration, newFileSt…