UNPKG

2.19 kBMarkdownView Raw
10.3.12
2* Fix empty export statement handling (https://github.com/guybedford/es-module-lexer/pull/32)
3* Add Binaryen optimization passes to reduce file size (https://github.com/guybedford/es-module-lexer/pull/33)
4
50.3.11
6* Fixup parse error column handling (https://github.com/guybedford/es-module-lexer/commit/3979105162c50827af00dc4549944d708896da53)
7* Fix non-terminating loop case (https://github.com/guybedford/es-module-lexer/pull/31)
8
90.3.10
10* Better parse errors (https://github.com/guybedford/es-module-lexer/pull/30)
11* Handle end offset correctly (https://github.com/guybedford/es-module-lexer/pull/29)
12
130.3.9
14* Better invalid state handling (https://github.com/guybedford/es-module-lexer/pull/28)
15* Handle allocations for large numbers of exports (https://github.com/guybedford/es-module-lexer/pull/27)
16
170.3.8
18* Fix template parsing bug (https://github.com/guybedford/es-module-lexer/pull/22)
19
200.3.7
21* Refactoring (https://github.com/guybedford/es-module-lexer/pull/20, https://github.com/guybedford/es-module-lexer/pull/21)
22
230.3.6
24* Fix case where methods named import would be incorrectly reported as dynamic imports (https://github.com/guybedford/es-module-lexer/pull/19)
25
260.3.5
27* Fix Node.js 10 memory grow support for globals without a value getter (https://github.com/guybedford/es-module-lexer/issues/14)
28
290.3.4
30* Use UTF16 encoding for better performance, and removing reliance on TextEncoder (https://github.com/guybedford/es-module-lexer/pull/15)
31
320.3.3
33* Minification improvements
34* Fix for TextEncoder global being missing in Node.js 10
35* Fix CJS build to end in .cjs extension for modules compatibility
36
370.3.2
38* Fix export declaration parse bugs (https://github.com/guybedford/es-module-lexer/pull/11)
39
400.3.1
41* Fix up the ESM and CJS interfaces to use named exports
42
430.3.0
44* Web Assembly conversion for performance (https://github.com/guybedford/es-module-lexer/pull/7)
45* Fix $ characters in templates (https://github.com/guybedford/es-module-lexer/pull/6, @LarsDenBakker)
46* Fix comment handling in imports (https://github.com/guybedford/es-module-lexer/issues/8)
47
480.2.0
49* Include CJS build (https://github.com/guybedford/es-module-lexer/pull/1, @LarsDenBakker)