Home
last modified time | relevance | path

Searched defs:exportNode (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertExport.ts53 readonly exportNode: ExportToConvert; property
63 …const exportNode = !!(token.parent && getSyntacticModifierFlags(token.parent) & ModifierFlags.Expo… constant
/third_party/typescript/src/services/
DimportTracker.ts482 const exportNode = getExportNode(parent, node); constant
/third_party/typescript/lib/
Dtsc.js45741 function extendExportSymbols(target, source, lookupTable, exportNode) { argument
DtypingsInstaller.js55283 function extendExportSymbols(target, source, lookupTable, exportNode) { argument