docs: [skip ci] update AST spec
This commit is contained in:
@@ -239,6 +239,7 @@ interface NumericLiteral <: Literal {
|
||||
```js
|
||||
interface Program <: Node {
|
||||
type: "Program";
|
||||
interpreter: string | null;
|
||||
sourceType: "script" | "module";
|
||||
body: [ Statement | ModuleDeclaration ];
|
||||
directives: [ Directive ];
|
||||
|
||||
Reference in New Issue
Block a user