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/강동윤
|
eb8508f88c
|
feat(es/codegen): Implement ascii-only (#4660)
|
2022-05-15 05:07:21 +00:00 |
|
Donny/강동윤
|
67942d5731
|
feat(common): Reserve BytePos(0) for dummy spans (#4616)
|
2022-05-11 16:14:42 +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 |
|
那里好脏不可以
|
37a8c90750
|
chore(*): Typo + fomatting (#4304)
|
2022-04-11 18:45:58 +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 |
|
Austaras
|
e1b13eb21a
|
feat(es/codegen): Optimize output of new expressions without arguments (#3800)
|
2022-03-01 10:55:49 +00:00 |
|
Donny/강동윤
|
3d944656bf
|
refactor(es): Make compilation faster (#3749)
|
2022-02-26 06:41:14 +00:00 |
|
Donny/강동윤
|
8b87bb4870
|
fix(es/parser): Don't attach comments to ; (#3720)
|
2022-02-24 07:23:53 +00:00 |
|
Donny/강동윤
|
9b76783281
|
refactor(common): Cleanup & rustfmt (#3495)
swc_common:
- Merge identical source codes.
swc_css_parser:
- Deny `clippy::all`.
- Fix lints.
|
2022-02-09 06:33:32 +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 |
|
Donny/강동윤
|
978de5943e
|
chore(ci): Configure clippy (#3250)
|
2022-01-13 23:06:11 +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 |
|
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 |
|