davidbonnet / astring

🌳 Tiny and fast JavaScript code generator from an ESTree-compliant AST.
https://david.bonnet.cc/astring/demo/
MIT License
1.17k stars 57 forks source link

feat: import-attributes support #712

Closed zermelo-wisen closed 1 month ago

zermelo-wisen commented 2 months ago

Support for Import Attributes

https://github.com/tc39/proposal-import-attributes

dividedmind commented 2 months ago

Note: this fixes #704

aralroca commented 2 months ago

That's amazing @zermelo-wisen @dividedmind ❤️ @davidbonnet please can you review it? 🙏

davidbonnet commented 1 month ago

Looks great! Will do in ~2 weeks. It shouldn't block ongoing projects though, given the expandability of Astring.