guybedford / es-module-lexer

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

fix: reinstate js tests #121

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

The pure JS build hasn't kept track with the latest changes due to being replaced by the asm build. This brings it back for now, just disabling the tests it fails. Ultimately it should be deprecated and removed again though.