Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts414 const exportClause = (exportDeclaration as any).exportClause; constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts487 const exportClause = exportDecl.exportClause; constant