Skip to content

Commit

Permalink
Add ExportAllDeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Jan 1, 2022
1 parent d060125 commit a22ea89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions es2022.md
Expand Up @@ -114,6 +114,16 @@ extend interface ExportSpecifier <: ModuleSpecifier {

If `exported`/`local` is `Literal`, `exported.value`/`local.value` must be a string without lone surrogate.

### ExportAllDeclaration

```js
extends interface ExportAllDeclaration {
exported: Identifier | Literal | null
}
```

If `exported` is `Literal`, `exported.value` must be a string without lone surrogate.

[class fields]: https://github.com/tc39/proposal-class-fields
[static class features]: https://github.com/tc39/proposal-static-class-features/
[private methods]: https://github.com/tc39/proposal-private-methods
Expand Down

0 comments on commit a22ea89

Please sign in to comment.