Make assertions optional and update AST spec (#12280)
This commit is contained in:
@@ -1412,6 +1412,7 @@ An export default declaration, e.g., `export default function () {};` or `export
|
||||
interface ExportAllDeclaration <: ModuleDeclaration {
|
||||
type: "ExportAllDeclaration";
|
||||
source: StringLiteral;
|
||||
assertions?: [ ImportAttribute ];
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user