guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
912 stars 47 forks source link

Import attributes #165

Closed matthewp closed 6 months ago

matthewp commented 6 months ago

https://github.com/guybedford/es-module-lexer/pull/74 added information about import assertions, would it be simple enough to do the same for the newer import attributes?

matthewp commented 6 months ago

Oh I'm sorry, this was already added in https://github.com/guybedford/es-module-lexer/pull/150

guybedford commented 6 months ago

Yes, I'm aiming to keep this project up to date, since es-module-shims will be continuing to support new modules features. Issues and PRs always welcome @matthewp!