source: trip-planner-front/node_modules/es-module-lexer/CHANGELOG.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 3.3 KB
Line 
10.7.1
2* Fix nested import.meta inside of dynamic import (https://github.com/guybedford/es-module-lexer/pull/80)
3* Add missing typings for import assertions (https://github.com/guybedford/es-module-lexer/pull/78, @marvinhagemeister)
4
50.7.0
6* Fix package exports for Node.js 12.18 (https://github.com/guybedford/es-module-lexer/pull/77, @marvinhagemeister)
7
80.6.0
9* Simplify import assertions implementation (https://github.com/guybedford/es-module-lexer/pull/75)
10
110.5.0
12* Add support for import assertions (https://github.com/guybedford/es-module-lexer/pull/74)
13
140.4.1
15* Add TypeScript types (https://github.com/guybedford/es-module-lexer/pull/63, https://github.com/guybedford/es-module-lexer/pull/64 @xiaoxiangmoe)
16* Better export detection before bailing on `=` (https://github.com/guybedford/es-module-lexer/pull/66)
17
180.4.0
19* Adds support for .n property with unescaped specifier string (https://github.com/guybedford/es-module-lexer/pull/62)
20* Only use atob global in browser environments (https://github.com/guybedford/es-module-lexer/pull/58)
21
220.3.13
23* Fix comment support in export var statements (https://github.com/guybedford/es-module-lexer/pull/35)
24
250.3.12
26* Fix empty export statement handling (https://github.com/guybedford/es-module-lexer/pull/32)
27* Add Binaryen optimization passes to reduce file size (https://github.com/guybedford/es-module-lexer/pull/33)
28
290.3.11
30* Fixup parse error column handling (https://github.com/guybedford/es-module-lexer/commit/3979105162c50827af00dc4549944d708896da53)
31* Fix non-terminating loop case (https://github.com/guybedford/es-module-lexer/pull/31)
32
330.3.10
34* Better parse errors (https://github.com/guybedford/es-module-lexer/pull/30)
35* Handle end offset correctly (https://github.com/guybedford/es-module-lexer/pull/29)
36
370.3.9
38* Better invalid state handling (https://github.com/guybedford/es-module-lexer/pull/28)
39* Handle allocations for large numbers of exports (https://github.com/guybedford/es-module-lexer/pull/27)
40
410.3.8
42* Fix template parsing bug (https://github.com/guybedford/es-module-lexer/pull/22)
43
440.3.7
45* Refactoring (https://github.com/guybedford/es-module-lexer/pull/20, https://github.com/guybedford/es-module-lexer/pull/21)
46
470.3.6
48* Fix case where methods named import would be incorrectly reported as dynamic imports (https://github.com/guybedford/es-module-lexer/pull/19)
49
500.3.5
51* Fix Node.js 10 memory grow support for globals without a value getter (https://github.com/guybedford/es-module-lexer/issues/14)
52
530.3.4
54* Use UTF16 encoding for better performance, and removing reliance on TextEncoder (https://github.com/guybedford/es-module-lexer/pull/15)
55
560.3.3
57* Minification improvements
58* Fix for TextEncoder global being missing in Node.js 10
59* Fix CJS build to end in .cjs extension for modules compatibility
60
610.3.2
62* Fix export declaration parse bugs (https://github.com/guybedford/es-module-lexer/pull/11)
63
640.3.1
65* Fix up the ESM and CJS interfaces to use named exports
66
670.3.0
68* Web Assembly conversion for performance (https://github.com/guybedford/es-module-lexer/pull/7)
69* Fix $ characters in templates (https://github.com/guybedford/es-module-lexer/pull/6, @LarsDenBakker)
70* Fix comment handling in imports (https://github.com/guybedford/es-module-lexer/issues/8)
71
720.2.0
73* Include CJS build (https://github.com/guybedford/es-module-lexer/pull/1, @LarsDenBakker)
Note: See TracBrowser for help on using the repository browser.