guybedford / es-module-lexer

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

Exports update #136

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Work-in-progress follow-on to https://github.com/guybedford/es-module-lexer/pull/135 to better handle the fallback paths.

Note the release should not go out until this has been fixed and merged.

@await-ovo this catches a few more fallback cases I think, unfortunately I ran out of time today to continue working on this.