guybedford / es-module-lexer

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

fix: import keyword brace #129

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This fixes a bug where the import keyword followed by a } immediately would not track the brace.