guybedford / es-module-lexer

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

fix: import type definitions #172

Closed guybedford closed 3 months ago

guybedford commented 3 months ago

Fixes https://github.com/guybedford/es-module-lexer/issues/170 where the static and dynamic import types were swapped.