UNPKG

2.3 kBMarkdownView Raw
10.3.13
2* Fix comment support in export var statements (https://github.com/guybedford/es-module-lexer/pull/35)
3
40.3.12
5* Fix empty export statement handling (https://github.com/guybedford/es-module-lexer/pull/32)
6* Add Binaryen optimization passes to reduce file size (https://github.com/guybedford/es-module-lexer/pull/33)
7
80.3.11
9* Fixup parse error column handling (https://github.com/guybedford/es-module-lexer/commit/3979105162c50827af00dc4549944d708896da53)
10* Fix non-terminating loop case (https://github.com/guybedford/es-module-lexer/pull/31)
11
120.3.10
13* Better parse errors (https://github.com/guybedford/es-module-lexer/pull/30)
14* Handle end offset correctly (https://github.com/guybedford/es-module-lexer/pull/29)
15
160.3.9
17* Better invalid state handling (https://github.com/guybedford/es-module-lexer/pull/28)
18* Handle allocations for large numbers of exports (https://github.com/guybedford/es-module-lexer/pull/27)
19
200.3.8
21* Fix template parsing bug (https://github.com/guybedford/es-module-lexer/pull/22)
22
230.3.7
24* Refactoring (https://github.com/guybedford/es-module-lexer/pull/20, https://github.com/guybedford/es-module-lexer/pull/21)
25
260.3.6
27* Fix case where methods named import would be incorrectly reported as dynamic imports (https://github.com/guybedford/es-module-lexer/pull/19)
28
290.3.5
30* Fix Node.js 10 memory grow support for globals without a value getter (https://github.com/guybedford/es-module-lexer/issues/14)
31
320.3.4
33* Use UTF16 encoding for better performance, and removing reliance on TextEncoder (https://github.com/guybedford/es-module-lexer/pull/15)
34
350.3.3
36* Minification improvements
37* Fix for TextEncoder global being missing in Node.js 10
38* Fix CJS build to end in .cjs extension for modules compatibility
39
400.3.2
41* Fix export declaration parse bugs (https://github.com/guybedford/es-module-lexer/pull/11)
42
430.3.1
44* Fix up the ESM and CJS interfaces to use named exports
45
460.3.0
47* Web Assembly conversion for performance (https://github.com/guybedford/es-module-lexer/pull/7)
48* Fix $ characters in templates (https://github.com/guybedford/es-module-lexer/pull/6, @LarsDenBakker)
49* Fix comment handling in imports (https://github.com/guybedford/es-module-lexer/issues/8)
50
510.2.0
52* Include CJS build (https://github.com/guybedford/es-module-lexer/pull/1, @LarsDenBakker)