Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts374 for (const exportSpecifier of exportDecl.exportClause.elements) { constant
DTypeScriptLinter.ts4668 for (const exportSpecifier of exportDecl.exportClause.elements) { constant
6197 for (const exportSpecifier of exportDecl.exportClause.elements) { constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts437 const exportSpecifier = exportClause.elements[0]; constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dget_adjusted_location.cpp477 auto *exportSpecifier = FindNodeOfType(node, AstNodeType::EXPORT_SPECIFIER, children); in GetAdjustedLocationForExportDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2304 auto exportSpecifier = it->AsExportSpecifier(); in AddExportNamedEntryItem() local
2323 auto exportSpecifier = it->AsExportSpecifier(); in AddExportNamedEntryItem() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1323 …auto *exportSpecifier = AllocNode<ir::ExportSpecifier>(exported, exported->Clone(Allocator(), null… in ParseSingleExportForAnonymousConst() local