UNPKG

1.97 kBMarkdownView Raw
10.3.11
2* Fixup parse error column handling (https://github.com/guybedford/es-module-lexer/commit/3979105162c50827af00dc4549944d708896da53)
3* Fix non-terminating loop case (https://github.com/guybedford/es-module-lexer/pull/31)
4
50.3.10
6* Better parse errors (https://github.com/guybedford/es-module-lexer/pull/30)
7* Handle end offset correctly (https://github.com/guybedford/es-module-lexer/pull/29)
8
90.3.9
10* Better invalid state handling (https://github.com/guybedford/es-module-lexer/pull/28)
11* Handle allocations for large numbers of exports (https://github.com/guybedford/es-module-lexer/pull/27)
12
130.3.8
14* Fix template parsing bug (https://github.com/guybedford/es-module-lexer/pull/22)
15
160.3.7
17* Refactoring (https://github.com/guybedford/es-module-lexer/pull/20, https://github.com/guybedford/es-module-lexer/pull/21)
18
190.3.6
20* Fix case where methods named import would be incorrectly reported as dynamic imports (https://github.com/guybedford/es-module-lexer/pull/19)
21
220.3.5
23* Fix Node.js 10 memory grow support for globals without a value getter (https://github.com/guybedford/es-module-lexer/issues/14)
24
250.3.4
26* Use UTF16 encoding for better performance, and removing reliance on TextEncoder (https://github.com/guybedford/es-module-lexer/pull/15)
27
280.3.3
29* Minification improvements
30* Fix for TextEncoder global being missing in Node.js 10
31* Fix CJS build to end in .cjs extension for modules compatibility
32
330.3.2
34* Fix export declaration parse bugs (https://github.com/guybedford/es-module-lexer/pull/11)
35
360.3.1
37* Fix up the ESM and CJS interfaces to use named exports
38
390.3.0
40* Web Assembly conversion for performance (https://github.com/guybedford/es-module-lexer/pull/7)
41* Fix $ characters in templates (https://github.com/guybedford/es-module-lexer/pull/6, @LarsDenBakker)
42* Fix comment handling in imports (https://github.com/guybedford/es-module-lexer/issues/8)
43
440.2.0
45* Include CJS build (https://github.com/guybedford/es-module-lexer/pull/1, @LarsDenBakker)