Skip to content

Commit

Permalink
Add Import Attributes proposal
Browse files Browse the repository at this point in the history
* Add Import Attributes proposal
* `npm run format`
* Updates from review
* Changes from review
* Do not re-define ImportDeclaration
* Add `assert` deprecated syntax to `export ... from`
* Remove `[no LineTerminator here]` before `with`
* Use optional symbols to reduce grammar
* Update ImportEntries and ExportEntry to use ModuleRequest Records
* Review from Michael
* Replace AttributeKey with LiteralPropertyName
* Separate ModuleRequest and LoadedModuleRequest fields
* Validate attrs when lodaing deps and not when parsing
* Merge `AssertClause` into `WithClause`, and fix missing SDOs
* Fix type annotation
* Simplify AttributesKeyword
* Reviews
* Review
* Remove support for float and bigint literal keys
* Update wording
  • Loading branch information
nicolo-ribaudo committed Aug 13, 2024
1 parent 32fe924 commit 282c013
Showing 1 changed file with 444 additions and 103 deletions.
Loading

0 comments on commit 282c013

Please sign in to comment.