1 | 0.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 |
|
---|
5 | 0.7.0
|
---|
6 | * Fix package exports for Node.js 12.18 (https://github.com/guybedford/es-module-lexer/pull/77, @marvinhagemeister)
|
---|
7 |
|
---|
8 | 0.6.0
|
---|
9 | * Simplify import assertions implementation (https://github.com/guybedford/es-module-lexer/pull/75)
|
---|
10 |
|
---|
11 | 0.5.0
|
---|
12 | * Add support for import assertions (https://github.com/guybedford/es-module-lexer/pull/74)
|
---|
13 |
|
---|
14 | 0.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 |
|
---|
18 | 0.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 |
|
---|
22 | 0.3.13
|
---|
23 | * Fix comment support in export var statements (https://github.com/guybedford/es-module-lexer/pull/35)
|
---|
24 |
|
---|
25 | 0.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 |
|
---|
29 | 0.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 |
|
---|
33 | 0.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 |
|
---|
37 | 0.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 |
|
---|
41 | 0.3.8
|
---|
42 | * Fix template parsing bug (https://github.com/guybedford/es-module-lexer/pull/22)
|
---|
43 |
|
---|
44 | 0.3.7
|
---|
45 | * Refactoring (https://github.com/guybedford/es-module-lexer/pull/20, https://github.com/guybedford/es-module-lexer/pull/21)
|
---|
46 |
|
---|
47 | 0.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 |
|
---|
50 | 0.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 |
|
---|
53 | 0.3.4
|
---|
54 | * Use UTF16 encoding for better performance, and removing reliance on TextEncoder (https://github.com/guybedford/es-module-lexer/pull/15)
|
---|
55 |
|
---|
56 | 0.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 |
|
---|
61 | 0.3.2
|
---|
62 | * Fix export declaration parse bugs (https://github.com/guybedford/es-module-lexer/pull/11)
|
---|
63 |
|
---|
64 | 0.3.1
|
---|
65 | * Fix up the ESM and CJS interfaces to use named exports
|
---|
66 |
|
---|
67 | 0.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 |
|
---|
72 | 0.2.0
|
---|
73 | * Include CJS build (https://github.com/guybedford/es-module-lexer/pull/1, @LarsDenBakker)
|
---|