Support Import Assertions for re-export statement (#12249)
This commit is contained in:
@@ -1364,6 +1364,7 @@ interface ExportNamedDeclaration <: ModuleDeclaration {
|
||||
declaration: Declaration | null;
|
||||
specifiers: [ ExportSpecifier ];
|
||||
source: StringLiteral | null;
|
||||
assertions?: [ ImportAttribute ];
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user