Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts82 const exportDecl = (node as ExportDeclaration); constant
219 …const exportDecl = isExportNamespaceAsDefaultDeclaration(node) ? factory.createExportDefault(synth… constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts419 const exportDecl = node as ts.ExportDeclaration; constant
DTypeScriptLinter.ts2488 const exportDecl = node as ts.ExportDeclaration; constant
DUtils.ts2400 for (const exportDecl of statement.declarationList.declarations) { constant
/third_party/typescript/src/services/
DorganizeImports.ts402 const exportDecl = exportGroup[0]; constant
/third_party/typescript/src/compiler/
Dchecker.ts7322 …const exportDecl = statements[index] as ExportDeclaration & { readonly exportClause: NamedExports … constant