Home
last modified time | relevance | path

Searched refs:exportAssignment (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts519 const exportAssignment = node as ts.ExportAssignment; constant
521 if (this.tsUtils.isSendableClassOrInterfaceEntity(exportAssignment.expression)) {
522 this.incrementCounters(exportAssignment.expression, FaultID.SendableTypeExported);
DTypeScriptLinter.ts1782 const exportAssignment = node as ts.ExportAssignment; constant
1783 if (exportAssignment.isExportEquals) {
1791 if (!this.tsUtils.isShareableEntity(exportAssignment.expression)) {
1792 this.incrementCounters(exportAssignment.expression, FaultID.SharedModuleExports);