Donny/강동윤
|
9f1ce3acd6
|
fix(es/codegen): Fix codegen of \\0 (#8433)
**Related issue:**
- Closes #8431
|
2024-01-19 02:11:05 +00:00 |
|
David Sherret
|
e0bdc0f7c2
|
fix(es/codegen): Emit ? for an optional computed property (#8481)
**Description:**
Emits optional `?` for a computed property.
|
2024-01-04 04:48:07 +00:00 |
|
David Sherret
|
d98a28290b
|
fix(es/codegen): Emit implements clause with commas (#8477)
|
2024-01-03 06:56:46 +00:00 |
|
David Sherret
|
2076ef8f35
|
fix(es/codegen): Emit declare keyword for class properties (#8478)
|
2024-01-03 14:40:01 +09:00 |
|
David Sherret
|
a12eaae0e5
|
fix(es/codegen): Emit abstract keyword (#8479)
|
2024-01-03 04:43:45 +00:00 |
|
David Sherret
|
0dd96f85e2
|
fix(es/codegen): Emit override keyword (#8449)
**Description:**
Emits the `override` keyword.
|
2023-12-24 10:30:46 +09:00 |
|
David Sherret
|
65dec905c0
|
fix(es/codegen): Fix codegen of type-only export declarations (#8447)
**Description:**
This fixes the emit for `export type { } from "..."` and `export { type A } from "..."`.
|
2023-12-22 12:25:52 +09:00 |
|
David Sherret
|
7566ddf0b7
|
fix(es/codegen): Fix codegen of ts specific syntax in class props (#8426)
**Description:**
This fixes the codegen of private properties with `is_optional` or `definite` and class properties with `definite`.
|
2023-12-17 06:47:20 +00:00 |
|
David Sherret
|
369fb21e22
|
fix(es/codegen): Fix codegen of type args of an import type and a type query (#8296)
|
2023-11-16 02:01:15 +00:00 |
|
Donny/강동윤
|
1a26be2a27
|
feat(es/codegen): Respect ascii_only: false for StrLit (#8217)
**Related issue:**
- Closes #8189
|
2023-11-04 04:15:58 +00:00 |
|
Donny/강동윤
|
4d3fcb86e4
|
feat(es/ast): Support import attributes proposal (#7868)
**Related issue:**
- Closes #7179
|
2023-08-28 00:29:45 +00:00 |
|
廖应龙
|
a0da02d0ff
|
fix(es/codegen): Emit type arguments of jsx element names (#7522)
|
2023-06-13 03:37:39 +00:00 |
|
David Sherret
|
064bcf4854
|
fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2023-06-07 05:08:35 +00:00 |
|
David Sherret
|
3935d02e36
|
fix(es/codegen): Emit ; for TsImportEqualsDecl (#7464)
|
2023-05-30 03:22:07 +00:00 |
|
David Sherret
|
0ca05d8b69
|
fix(es/codegen): Fix codegen of TsModuleDecl (#7319)
|
2023-04-24 04:15:08 +00:00 |
|
magic-akari
|
8353accb13
|
fix(es/codegen): Emit type_params for TsConstructSignatureDecl (#7080)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/7079.
|
2023-03-17 02:38:45 +00:00 |
|
Donny/강동윤
|
df702614e1
|
fix(es/codegen): Fix codegen of string literals with \x000 (#6838)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6836.
|
2023-01-20 08:08:58 +00:00 |
|
westhide
|
e9fdac216c
|
fix(es/codegen): Skip space if jsx attrs is empty (#6823)
|
2023-01-16 15:23:28 +00:00 |
|
Kevin Barabash
|
5c53a74f55
|
fix(es/codegen): Fix codegen of TypeScript mapped types (#6621)
|
2022-12-12 01:58:08 +00:00 |
|
Alexander Akait
|
68d76afe5d
|
fix(es/codegen): Don't print trailing coma for a rest argument (#6610)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6589.
|
2022-12-10 00:51:11 +00:00 |
|
Kevin Barabash
|
083924c0e1
|
fix(es/codegen): Emit readonly for TsIndexSignature (#6172)
|
2022-10-16 08:56:56 +09:00 |
|
Donny/강동윤
|
bc2c0f4133
|
fix(es/codegen): Fix codegen of a negative number (#5980)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5912.
|
2022-09-28 13:40:07 +00:00 |
|
IWANABETHATGUY
|
7d6d04b421
|
fix(es/codegen): Drop the last comma in an array literal (#5877)
**Description:**
Drop the last comma in an array literal.
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5692.
|
2022-09-16 15:48:28 +09:00 |
|
magic-akari
|
2b2464271a
|
fix(es/codegen): Remove redundant ; after export default decl (#5851)
|
2022-09-14 06:07:15 +00:00 |
|
Donny/강동윤
|
537449e53b
|
fix(es/codegen): Emit trailing semicolon (#5659)
|
2022-08-29 10:10:55 +00:00 |
|
Austaras
|
e37b7e8caa
|
feat(es/codegen): Remove more whitespaces from BinExpr (#5380)
|
2022-08-04 16:52:06 +09:00 |
|
magic-akari
|
42d8ad26ce
|
fix(es/codegen): Emit type parameters of class super expression (#5338)
|
2022-07-29 11:52:13 +00:00 |
|
Donny/강동윤
|
14894ed4c9
|
fix(atoms): Workaround a bug of rkyv (#5323)
|
2022-07-28 11:41:15 +09:00 |
|
magic-akari
|
daac26bcfb
|
fix(es/codegen): Add ; for a generator function (#5292)
|
2022-07-26 03:05:42 +00:00 |
|
Austaras
|
3f0856db2e
|
feat(es/codegen): Optimize number and bigint literal (#5223)
|
2022-07-18 03:27:03 +00:00 |
|
Donny/강동윤
|
b76b4999cc
|
fix(es/codegen): Fix codegen of some non-ascii characters (#5108)
|
2022-07-05 10:22:25 +00:00 |
|
magic-akari
|
8df6e047cc
|
fix(es/codegen): Emit numeric value for Binary and Octal literals (#5083)
|
2022-07-04 03:49:52 +00:00 |
|
magic-akari
|
ea46eb41e0
|
fix(es/codegen): Fix numeric literals (#4733)
|
2022-05-21 14:14:33 +00:00 |
|
Donny/강동윤
|
f1baff4114
|
fix(es/codegen): Fix numeric literals (#4731)
|
2022-05-21 20:31:19 +09: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/강동윤
|
139ac24c46
|
fix(es/codegen): Allow non-ascii character in more places (#4394)
|
2022-04-21 13:09:05 +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 |
|
Alexander Akait
|
1f0039f2c3
|
test(es/parser): Add a test for a fixed issue (#4255)
|
2022-04-06 00:21:13 +09:00 |
|
Alexander Akait
|
f39d3aca4d
|
feat(es/ast): Add raw to Num (#4245)
|
2022-04-05 12:46:35 +00:00 |
|
Donny/강동윤
|
8cd903b3b0
|
fix(es/codegen): Commit ; before a template literal (#4252)
|
2022-04-05 09:12:23 +00:00 |
|
Alexander Akait
|
e91f271873
|
feat(es/ast): Add raw to BigInt (#4218)
|
2022-04-02 06:04:14 +00:00 |
|
Alexander Akait
|
fcf67c4570
|
fix(es): Consume surrogate pairs (#4115)
|
2022-03-28 12:18:06 +00:00 |
|
Alexander Akait
|
48f3dc8cc4
|
feat(es/codegen): Compress \t in string literals more (#4131)
|
2022-03-23 21:37:03 +00:00 |
|
Alexander Akait
|
f5a5217506
|
fix(es/codegen): Fix codegen of template literals (#4124)
|
2022-03-23 12:39:47 +00:00 |
|
Alexander Akait
|
634d732803
|
feat(es/ast): Add raw to Str (#4071)
|
2022-03-22 07:54:08 +00:00 |
|
Alexander Akait
|
bd444c0ceb
|
fix(es/codegen): Fix codegen of string literals (#4037)
|
2022-03-16 14:25:26 +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 |
|
magic-akari
|
52961804d1
|
feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171)
|
2022-01-03 05:54:58 +09:00 |
|