jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

feat: chomp build, update es-module-lexer #101

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This updates the Generator build to use Chomp as well as the Chomp interpolation pattern for Node.js tests, removing a lot of code and dependencies.

This PR also updates to es-module-lexer@0.10.0 that fixes an important dynamic import bug.