Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts92 const exportDecl = (node as ExportDeclaration); constant
229 …const exportDecl = isExportNamespaceAsDefaultDeclaration(node) ? factory.createExportDefault(synth… constant
/third_party/typescript/src/services/
DorganizeImports.ts418 const exportDecl = exportGroup[0]; constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts422 const exportDecl = node as ExportDeclaration; constant
DTypeScriptLinter.ts2644 const exportDecl = node as ExportDeclaration; constant
DUtils.ts2439 for (const exportDecl of statement.declarationList.declarations) { constant