Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts63 const exportDecl = (node as ExportDeclaration); constant
102 …const exportDecl = isExportNamespaceAsDefaultDeclaration(node) ? factory.createExportDefault(synth… constant
/third_party/typescript/src/services/
DorganizeImports.ts339 const exportDecl = exportGroup[0]; constant