tree-sitter / tree-sitter-javascript

Javascript grammar for tree-sitter
MIT License
314 stars 108 forks source link

feat: Add support for import attributes #277

Closed mskelton closed 3 months ago

mskelton commented 5 months ago

Re-opening #238 given the new import attributes spec is at stage 3.

https://github.com/tc39/ecma262/pull/3057

Checklist:

amaanq commented 3 months ago

Hi @mskelton, I cherry picked your changes onto #291, thank you!