magic-akari
|
42d8ad26ce
|
fix(es/codegen): Emit type parameters of class super expression (#5338)
|
2022-07-29 11:52:13 +00:00 |
|
magic-akari
|
daac26bcfb
|
fix(es/codegen): Add ; for a generator function (#5292)
|
2022-07-26 03:05:42 +00:00 |
|
Kevin Barabash
|
72fbf692a4
|
fix(es/codegen): Don't add a newline after an arrow body (#4711)
|
2022-05-19 07:12:37 +00:00 |
|
Donny/강동윤
|
4953ce466f
|
fix(es/codegen): Emit decorators before export (#4349)
|
2022-04-17 12:05:47 +00:00 |
|
Donny/강동윤
|
0245e26af5
|
fix(es/codegen): Fix overflow of numeric literals (#4321)
|
2022-04-13 10:16:51 +00:00 |
|
Donny/강동윤
|
ea8dfd872c
|
fix(es/codegen): Fix bugs (#3436)
swc_ecma_codegen:
- Emit `;` after do-while statemnts. (#3426)
- Don't emit two dots for minified numeric literals. (#3428)
- Handle semicolons correctly. (#3420)
|
2022-02-03 15:19:13 +09:00 |
|
Alexander Akait
|
e8b64a9871
|
feat(es/codegen): Improve compression of numbers (#3425)
|
2022-02-03 13:04:32 +09:00 |
|
Andreu Botella
|
2f3ca22ecf
|
fix(es/parser): Support import assertions in specifier-less imports (#3134)
|
2021-12-28 14:00:00 +00:00 |
|
Andreu Botella
|
c9adf03338
|
fix(es): Handle import assertions correctly (#3113)
swc_ecma_codegen:
- Implement codegen for static import assertions.
swc_ecma_transforms_proposal:
- `import_assertions`: Support `export`s.
swc:
- Add `jsc.experimental.keep_import_assertions`.
node-swc:
- Fix typo.
|
2021-12-28 11:18:33 +00:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|