Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts250 const moduleDeclaration = find(symbol.declarations, isModuleDeclaration); constant
/third_party/typescript/lib/
Dtsc.js83420 function getInnerMostModuleDeclarationFromDottedModule(moduleDeclaration) { argument