Searched refs:isMatchingModuleDeclaration (Results 1 – 1 of 1) sorted by relevance
265 …const isMatchingModuleDeclaration = (node: Statement) => isNonGlobalAmbientModule(node) && node.na… constant266 …oldFileStatementIndex = findIndex(oldSourceFile.statements, isMatchingModuleDeclaration, oldFileSt…267 …newFileStatementIndex = findIndex(newSourceFile.statements, isMatchingModuleDeclaration, newFileSt…