guybedford / es-module-lexer

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

fix: comments in export specifier positions #93

Closed guybedford closed 3 years ago

guybedford commented 3 years ago

This fixes https://github.com/guybedford/es-module-lexer/issues/92, in ensuring comments are properly supported in export identifier positions. This was a regression in 0.9.2.