Home
last modified time | relevance | path

Searched defs:isExported (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dentry-struct-no-export.ts39 const isExported = node.dumpSrc().includes('export struct'); constant
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts374 … const isExported: boolean = node.modifiers?.some(mod => mod.kind === ts.SyntaxKind.ExportKeyword); constant
453 … const isExported: boolean = node.modifiers?.some(mod => mod.kind === ts.SyntaxKind.ExportKeyword); constant
510 … const isExported: boolean = node.modifiers?.some(mod => mod.kind === ts.SyntaxKind.ExportKeyword); constant
1228 …const isExported: boolean = classNode.modifiers?.some(mod => mod.kind === ts.SyntaxKind.ExportKeyw… constant
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts466 … const isExported: boolean = node.modifiers?.some(mod => mod.kind === ts.SyntaxKind.ExportKeyword); constant
1148 …const isExported: boolean = classNode.modifiers?.some(mod => mod.kind === ts.SyntaxKind.ExportKeyw… constant