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 |
|
SWC Bot
|
d75addbdec
|
chore: Publish crates
|
2022-09-28 10:37:40 +00:00 |
|
SWC Bot
|
e001226674
|
chore: Publish crates
|
2022-09-26 09:21:39 +00:00 |
|
Donny/강동윤
|
2ba88154fc
|
fix(es/codegen): Align sourcemap with terser (#5657)
|
2022-09-26 18:12:42 +09:00 |
|
SWC Bot
|
e1f421b6af
|
chore: Publish crates
|
2022-09-25 01:36:48 +00:00 |
|
SWC Bot
|
e5ba9636ac
|
chore: Publish crates
|
2022-09-24 03:36:47 +00:00 |
|
SWC Bot
|
8a5ed1e0ba
|
chore: Publish crates
|
2022-09-23 07:50:26 +00:00 |
|
Donny/강동윤
|
5cddb4c734
|
feat(es/typescript): Support TS 4.9 (#5938)
**Description:**
This PR adds satisfaction expression to the AST and parser.
|
2022-09-23 16:41:56 +09:00 |
|
SWC Bot
|
4c3813dbcc
|
chore: Publish crates
|
2022-09-22 03:16:22 +00:00 |
|
SWC Bot
|
5c2b1bb15d
|
chore: Publish crates
|
2022-09-20 03:51:28 +00:00 |
|
Donny/강동윤
|
1a182ef8d9
|
perf(es): Optimize memory layout of AST (#5829)
|
2022-09-20 12:47:21 +09: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 |
|
Donny/강동윤
|
f0ca487848
|
chore: Publish crates
|
2022-09-16 15:46:25 +09:00 |
|
SWC Bot
|
1d633e8ba7
|
chore: Publish crates
|
2022-09-15 06:08:07 +00:00 |
|
SWC Bot
|
ec8bb432b9
|
chore: Publish crates
|
2022-09-15 05:23:46 +00:00 |
|
Donny/강동윤
|
dfb01bde71
|
refactor: Refactor code using clippy (#5863)
**Description:**
I temporarily updated rustc to use newer version of `cargo clippy`.
|
2022-09-14 15:05:59 +00:00 |
|
SWC Bot
|
d35792f424
|
chore: Publish crates
|
2022-09-14 07:56:20 +00:00 |
|
SWC Bot
|
8432c0a1ad
|
chore: Publish crates
|
2022-09-14 07:19:24 +00:00 |
|
SWC Bot
|
0a56a2d5ab
|
chore: Publish crates
|
2022-09-14 06:10:39 +00:00 |
|
magic-akari
|
2b2464271a
|
fix(es/codegen): Remove redundant ; after export default decl (#5851)
|
2022-09-14 06:07:15 +00:00 |
|
SWC Bot
|
d16fb9a8cf
|
chore: Publish crates
|
2022-09-13 05:04:36 +00:00 |
|
SWC Bot
|
b2c0fbd7ba
|
chore: Publish crates
|
2022-09-13 02:19:15 +00:00 |
|
SWC Bot
|
2df19176fb
|
chore: Publish crates
|
2022-09-12 05:16:53 +00:00 |
|
SWC Bot
|
9f28c246dc
|
chore: Publish crates
|
2022-09-12 04:34:08 +00:00 |
|
SWC Bot
|
5fe032c01a
|
chore: Publish crates
|
2022-09-11 03:00:57 +00:00 |
|
RiESAEX
|
8adbe1675e
|
fix(es/parser): Keep comments of the RHS of a binary expression (#5812)
|
2022-09-11 02:58:06 +00:00 |
|
SWC Bot
|
961a9047c0
|
chore: Publish crates
|
2022-09-10 15:07:06 +00:00 |
|
SWC Bot
|
417b1f2a92
|
chore: Publish crates
|
2022-09-10 07:23:37 +00:00 |
|
SWC Bot
|
c8bb70f97e
|
chore: Publish crates
|
2022-09-10 05:48:09 +00:00 |
|
Donny/강동윤
|
49942ca773
|
perf(es/codegen): Skip useless operations if not required (#5803)
**Description:**
The column is used only for sourcemap, so we can skip `chars().count()` if we are not generating source maps.
|
2022-09-10 14:45:23 +09:00 |
|
SWC Bot
|
575940e770
|
chore: Publish crates
|
2022-09-09 08:09:53 +00:00 |
|
SWC Bot
|
701fa74631
|
chore: Publish crates
|
2022-09-09 05:05:59 +00:00 |
|
SWC Bot
|
d2188eac3f
|
chore: Publish crates
|
2022-09-08 04:28:01 +00:00 |
|
SWC Bot
|
bad9811ea8
|
chore: Publish crates
|
2022-09-07 06:16:59 +00:00 |
|
SWC Bot
|
e654741336
|
chore: Publish crates
|
2022-09-06 12:41:54 +00:00 |
|
SWC Bot
|
912dd8f6a1
|
chore: Publish crates
|
2022-09-05 09:28:21 +00:00 |
|
Donny/강동윤
|
6e2002a148
|
perf(es/minifier): Improve codegen of name mangler (#5751)
|
2022-09-05 09:25:10 +00:00 |
|
OJ Kwon
|
d6e67b5944
|
feat(atoms): Introduce bytecheck-ed rkyv version (#5686)
|
2022-09-03 14:29:02 +09:00 |
|
OJ Kwon
|
7686faece5
|
fix(swc_core): Bump versions (#5706)
|
2022-09-01 13:08:04 +09:00 |
|
SWC Bot
|
e951aa6996
|
chore: Publish crates
|
2022-08-29 10:14:19 +00:00 |
|
Donny/강동윤
|
537449e53b
|
fix(es/codegen): Emit trailing semicolon (#5659)
|
2022-08-29 10:10:55 +00:00 |
|
OJ Kwon
|
1769191f9a
|
chore(swc_core): Update dependency version (#5595)
|
2022-08-23 10:10:30 +09:00 |
|
OJ Kwon
|
9bc40e3d08
|
build(swc_core): Fix dependency version (#5593)
|
2022-08-23 00:21:29 +00:00 |
|
SWC Bot
|
2c35990a07
|
chore: Publish crates
|
2022-08-21 08:33:31 +00:00 |
|
SWC Bot
|
8b61c90e88
|
chore: Publish crates
|
2022-08-20 07:56:23 +00:00 |
|
Donny/강동윤
|
288ae51fb1
|
fix(es/codgen): Fix sourcemap ofBlockStmt (#5570)
|
2022-08-20 07:53:51 +00:00 |
|
SWC Bot
|
ba70a54493
|
chore: Publish crates
|
2022-08-20 03:38:17 +00:00 |
|
Donny/강동윤
|
2f7e322214
|
fix(es): Improve sourcemap (#5569)
|
2022-08-20 12:35:49 +09:00 |
|
Donny/강동윤
|
f7b34e70e9
|
chore: Publish crates
|
2022-08-17 14:28:18 +09:00 |
|
OJ Kwon
|
76797b1fc1
|
build(bindings): Bump up swc_core (#5484)
|
2022-08-14 07:48:15 +00:00 |
|
Donny/강동윤
|
925839adc6
|
chore: Publish crates
|
2022-08-13 19:11:26 +09:00 |
|
Donny/강동윤
|
1b089be611
|
chore: Publish crates
|
2022-08-13 14:09:52 +09:00 |
|
Donny/강동윤
|
d2f2a1315b
|
chore: Publish crates
|
2022-08-13 00:49:08 +09:00 |
|
Donny/강동윤
|
3eb1f4b2b1
|
chore(ci): Fix lints (#5462)
|
2022-08-12 13:13:35 +00:00 |
|
Donny/강동윤
|
033e05677a
|
chore: Publish crates
|
2022-08-12 15:18:06 +09:00 |
|
OJ Kwon
|
e25b37d579
|
build(atoms): Bump swc_atoms (#5442)
|
2022-08-11 18:52:44 +09:00 |
|
SWC Bot
|
cdb9bbd707
|
chore: Publish crates
|
2022-08-08 03:00:13 +00:00 |
|
SWC Bot
|
306bb66f24
|
chore: Publish crates
|
2022-08-06 10:04:00 +00:00 |
|
Austaras
|
6dca81e368
|
fix(es/codegen): Emit extra dot if a float is too large (#5407)
|
2022-08-06 10:01:55 +00:00 |
|
SWC Bot
|
de40853046
|
chore: Publish crates
|
2022-08-04 07:54:50 +00:00 |
|
Austaras
|
e37b7e8caa
|
feat(es/codegen): Remove more whitespaces from BinExpr (#5380)
|
2022-08-04 16:52:06 +09:00 |
|
SWC Bot
|
6e8f9429a7
|
chore: Publish crates
|
2022-07-29 11:54:19 +00:00 |
|
magic-akari
|
42d8ad26ce
|
fix(es/codegen): Emit type parameters of class super expression (#5338)
|
2022-07-29 11:52:13 +00:00 |
|
OJ Kwon
|
5c9ea16b2a
|
build(cargo): Update packages (#5331)
|
2022-07-29 08:30:41 +09:00 |
|
Donny/강동윤
|
14894ed4c9
|
fix(atoms): Workaround a bug of rkyv (#5323)
|
2022-07-28 11:41:15 +09:00 |
|
SWC Bot
|
129a886e13
|
chore: Publish crates
|
2022-07-27 04:18:47 +00:00 |
|
Donny/강동윤
|
3100bf8c62
|
fix(es/codegen): Fix sourcemap of multiline comments (#5299)
|
2022-07-26 04:02:50 +00:00 |
|
SWC Bot
|
0ddeb749f6
|
chore: Publish crates
|
2022-07-26 03:38:02 +00:00 |
|
Austaras
|
0f254d5ce5
|
feat(es/codegen): Remove extra space before a private method (#5295)
|
2022-07-26 03:35:49 +00:00 |
|
SWC Bot
|
186b13933e
|
chore: Publish crates
|
2022-07-26 03:07:40 +00:00 |
|
magic-akari
|
daac26bcfb
|
fix(es/codegen): Add ; for a generator function (#5292)
|
2022-07-26 03:05:42 +00:00 |
|
Donny/강동윤
|
a37fdca969
|
chore: Publish crates
|
2022-07-22 21:06:43 +09:00 |
|
Donny/강동윤
|
037a53d5d1
|
perf(es/ast): Use Atom in some places (#5271)
|
2022-07-22 20:09:25 +09:00 |
|
OJ Kwon
|
43eeeb35a5
|
feat(es/plugin): Pass experimental metadata from host (#5261)
|
2022-07-21 05:34:48 +00:00 |
|
SWC Bot
|
fe74b7067c
|
chore: Publish crates
|
2022-07-20 04:10:58 +00:00 |
|
OJ Kwon
|
b7c7e3afb0
|
test(es/plugin): Test plugins with different schema versions (#5255)
|
2022-07-20 04:08:48 +00:00 |
|
OJ Kwon
|
0d91741eb9
|
build(cargo): Align dependency versions (#5248)
|
2022-07-20 03:42:04 +00:00 |
|
Donny/강동윤
|
54982d4d72
|
chore: Publish crates
|
2022-07-19 11:38:23 +09:00 |
|
SWC Bot
|
1fd154f5f0
|
chore: Publish crates
|
2022-07-18 03:29:05 +00:00 |
|
Austaras
|
3f0856db2e
|
feat(es/codegen): Optimize number and bigint literal (#5223)
|
2022-07-18 03:27:03 +00:00 |
|
SWC Bot
|
696165a374
|
chore: Publish crates
|
2022-07-14 10:18:17 +00:00 |
|
Donny/강동윤
|
387d5e41db
|
fix(es/codegen): Mark bigint as an item starting with number (#5207)
|
2022-07-14 10:16:05 +00:00 |
|
magic-akari
|
ec9378370d
|
fix(es/parser): Fix parsing of export specifiers (#5190)
|
2022-07-13 10:55:55 +00:00 |
|
SWC Bot
|
d5d1ff6417
|
chore: Publish crates
|
2022-07-12 15:25:48 +00:00 |
|
HeYunfei
|
1ef541eec4
|
feat(es/codegen): Emit comments in emit_module (#5132)
|
2022-07-12 15:23:24 +00:00 |
|
Donny/강동윤
|
b433b69263
|
chore: Publish crates
|
2022-07-12 23:58:30 +09:00 |
|
Alexander Akait
|
dada2d7d55
|
feat(html/minifier): Allow specifying options for other tools (#5125)
|
2022-07-11 13:08:40 +00:00 |
|
SWC Bot
|
2bd5b4413a
|
chore: Publish crates
|
2022-07-09 10:17:04 +00:00 |
|
David Sherret
|
bbbe0b6e94
|
fix(sourcemap): Handle multi-byte characters correctly (#5153)
|
2022-07-09 03:47:52 +00:00 |
|
SWC Bot
|
297228a690
|
chore: Publish crates
|
2022-07-07 07:48:49 +00:00 |
|
SWC Bot
|
9385103649
|
chore: Publish crates
|
2022-07-06 04:44:10 +00:00 |
|
SWC Bot
|
ce3186d6e0
|
chore: Publish crates
|
2022-07-05 10:25:08 +00:00 |
|
Donny/강동윤
|
b76b4999cc
|
fix(es/codegen): Fix codegen of some non-ascii characters (#5108)
|
2022-07-05 10:22:25 +00:00 |
|
SWC Bot
|
04c4af8475
|
chore: Publish crates
|
2022-07-04 03:52:29 +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 |
|
Donny/강동윤
|
c2c923e205
|
chore: Publish crates
|
2022-07-01 11:50:45 +09:00 |
|
SWC Bot
|
73874486b2
|
chore: Publish crates
|
2022-06-29 11:05:08 +00:00 |
|
SWC Bot
|
5576c3c601
|
chore: Publish crates
|
2022-06-29 03:37:57 +00:00 |
|
LongYinan
|
db9f7a5ad4
|
chore(ci): Fix publish build on Windows (#4970)
|
2022-06-14 15:58:10 +00:00 |
|
Austaras
|
47bdc6a6b1
|
feat(es/minifier): Turn Array /Object calls into literals (#4947)
|
2022-06-12 02:36:49 +00:00 |
|