Commit Graph

3269 Commits

Author SHA1 Message Date
SWC Bot
4132902826 chore: Publish crates 2022-08-27 06:09:27 +00:00
Donny/강동윤
488562baac
doc(rustdoc): Document rust APIs (#5647) 2022-08-27 06:06:19 +00:00
SWC Bot
0d053b9782 chore: Publish crates 2022-08-26 14:17:17 +00:00
magic-akari
838438dc9d
fix(es/parser): Handle more TS2406 errors (#5640) 2022-08-26 14:13:38 +00:00
SWC Bot
7a8a172479 chore: Publish crates 2022-08-26 10:09:47 +00:00
Donny/강동윤
a06e6e9ce5
fix(es/minifier): Fix alias analyzer (#5639) 2022-08-26 10:06:25 +00:00
SWC Bot
e434c834c3 chore: Publish crates 2022-08-26 09:31:37 +00:00
Donny/강동윤
e8edb67def
feat(es): Improve APIs for plugin authors (#5632)
- All variants of `Expr` now implement `Into<Box<Expr>>`.
 - All variants of `Expr` now implement `Into<PatOrExpr>`.
 - All variants of `Pat` now implement `Into<PatOrExpr>`.
 - All variants of `Pat` now implement `Into<Param>`.
 - `StmtOrModuleItem` is improved.
2022-08-26 09:28:14 +00:00
SWC Bot
048beefb33 chore: Publish crates 2022-08-26 08:49:14 +00:00
Donny/강동윤
d44bbffa02
fix(es/minifier): Revert alias analyzer work (#5634) 2022-08-26 08:45:49 +00:00
SWC Bot
fdd29c9fe5 chore: Publish crates 2022-08-26 08:00:02 +00:00
Donny/강동윤
00e635b9ea
fix(es/minifier): Improve alias analyzer (#5500) 2022-08-26 07:56:40 +00:00
SWC Bot
b4416492d1 chore: Publish crates 2022-08-26 05:26:36 +00:00
Donny/강동윤
d81fe67e4b
feat(es/minifier): Improve gzipped size (#5631) 2022-08-26 05:23:01 +00:00
SWC Bot
153e157cfc chore: Publish crates 2022-08-26 04:50:45 +00:00
magic-akari
eb3b0e96e5
fix(es/fixer): Handle async in the left of for of (#5625) 2022-08-26 04:47:46 +00:00
SWC Bot
d538b72002 chore: Publish crates 2022-08-26 04:07:25 +00:00
magic-akari
d18ee54aef
fix(es/compat): Fix evaluation order of computed class keys (#5621) 2022-08-26 04:03:39 +00:00
SWC Bot
1dd17ffd23 chore: Publish crates 2022-08-25 16:14:21 +00:00
Donny/강동윤
83fec33359
feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
SWC Bot
5374932028 chore: Publish crates 2022-08-25 09:39:58 +00:00
Donny/강동윤
cfcd54a2c7
test(es/transforms): Add more execution tests (#5598) 2022-08-25 09:36:43 +00:00
SWC Bot
e5926186ee chore: Publish crates 2022-08-25 09:01:43 +00:00
Donny/강동윤
927ae7e8d3
fix(es/compat): Revert generator reimplementation (#5624) 2022-08-25 17:58:37 +09:00
Donny/강동윤
71bf0aafa0 chore: Publish crates 2022-08-25 16:07:17 +09:00
SWC Bot
82f104e36e chore: Publish crates 2022-08-25 05:57:58 +00:00
SWC Bot
3ea433bd0a chore: Publish crates 2022-08-25 04:53:03 +00:00
Donny/강동윤
2aa009018f
feat(es/generator): Replace generator implementation with one from tsc (#5173) 2022-08-25 04:50:00 +00:00
SWC Bot
77ae3cfa74 chore: Publish crates 2022-08-24 15:23:21 +00:00
magic-akari
35d3558535
fix(es/compat): Handle super in a private method (#5613) 2022-08-25 00:19:41 +09:00
SWC Bot
8d44b71b6c chore: Publish crates 2022-08-24 08:46:23 +00:00
magic-akari
1181d0ffe2
fix(es/compat): Ignore invalid class method names (#5612) 2022-08-24 08:42:57 +00:00
SWC Bot
c71f62bb03 chore: Publish crates 2022-08-24 05:26:39 +00:00
SWC Bot
fa7a13a4b1 chore: Publish crates 2022-08-24 03:47:46 +00:00
magic-akari
3d485d2681
fix(es/fixer): Wrap expressions in the left of a binary expression (#5586) 2022-08-24 03:44:32 +00:00
OJ Kwon
7461e404b1
feat(swc_core): Add css features (#5609) 2022-08-24 01:23:20 +00:00
SWC Bot
860f253908 chore: Publish crates 2022-08-23 06:11:32 +00:00
OJ Kwon
7fcecb8e63
fix(swc_core): Re-export swc_cached (#5605) 2022-08-23 06:08:37 +00:00
OJ Kwon
52117f71e3
build(swc_core): Bump swc_core (#5604) 2022-08-23 05:17:47 +00:00
SWC Bot
e6f9c6cd14 chore: Publish crates 2022-08-23 03:45:31 +00:00
OJ Kwon
633a23a134
feat(swc_core): Expand features (#5602) 2022-08-23 12:43:01 +09:00
SWC Bot
48e5cf28ba chore: Publish crates 2022-08-23 03:01:20 +00:00
Donny/강동윤
c760622964 chore: Publish crates 2022-08-23 11:14:17 +09:00
SWC Bot
94080df110 chore: Publish crates 2022-08-23 02:13:11 +00:00
Donny/강동윤
e2fedb9345
test(es/transforms): Copy execution tests from babel (#5578) 2022-08-23 11:10:52 +09:00
SWC Bot
141bb9c043 chore: Publish crates 2022-08-23 01:31:45 +00:00
SWC Bot
7da0951966 chore: Publish crates 2022-08-23 01:13:22 +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
3e276fa323 chore: Publish crates 2022-08-22 23:51:16 +00:00
OJ Kwon
a3e855f720
feat(es/plugin): Provide swc_core diagnostic from plugin (#5591) 2022-08-22 23:48:50 +00:00
SWC Bot
03730d7f05 chore: Publish crates 2022-08-22 14:11:57 +00:00
SWC Bot
ceb6c2ec96 chore: Publish crates 2022-08-22 13:38:57 +00:00
magic-akari
86452511e7
fix(es/compat): Fix destructuring assignments and updates of super properties in async method (#5580) 2022-08-22 13:36:02 +00:00
SWC Bot
b3e03c4d7b chore: Publish crates 2022-08-22 08:26:46 +00:00
Donny/강동윤
0f6649c44f
test(es/transforms): Enable tests for fixed issues (#5583) 2022-08-22 08:24:23 +00:00
SWC Bot
1d235e0d06 chore: Publish crates 2022-08-22 00:45:24 +00:00
magic-akari
bee26a9abb
fix(es/compat): Fix destructuring assignments and updates of super properties (#5576) 2022-08-22 00:42:50 +00:00
SWC Bot
2c35990a07 chore: Publish crates 2022-08-21 08:33:31 +00:00
magic-akari
c3f62586bf
fix(es/parser): Fix false-positives of yield used as a parameter in generator (#5564) 2022-08-21 08:30:54 +00:00
SWC Bot
52250f0927 chore: Publish crates 2022-08-20 16:18:08 +00:00
magic-akari
78dd071dab
fix(es/parser): Allow expr to follow ClassExpr (#5572) 2022-08-20 16:15:47 +00:00
Donny/강동윤
f688170909 chore: Publish crates 2022-08-20 21:28:27 +09:00
Donny/강동윤
38d722737b chore: Publish crates 2022-08-20 21:26:59 +09:00
Donny/강동윤
76bd04b2e2 chore: Publish crates 2022-08-20 21:22:08 +09:00
SWC Bot
eaf4d9879f chore: Publish crates 2022-08-20 10:50:17 +00:00
Donny/강동윤
82cc3ca7a4
fix(es/quote): Allow cloning (#5571) 2022-08-20 19:48:00 +09: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
167ceb38d1 chore: Publish crates 2022-08-20 04:07:27 +00:00
Alexander Akait
3cb6fc2a29
feat(html/minifier): Improve minification modes (#5568) 2022-08-20 04:04:47 +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
SWC Bot
0f5d02568b chore: Publish crates 2022-08-20 01:52:20 +00:00
Alexander Akait
a3c1ac67d7
feat(css/ast): Make keyword optional (#5543) 2022-08-20 01:49:27 +00:00
SWC Bot
4e9e64f6dd chore: Publish crates 2022-08-19 13:04:31 +00:00
Austaras
b717a68199
fix(es/compat): Use separate SyntaxContext for class names (#5566) 2022-08-19 13:01:50 +00:00
SWC Bot
34d366ee1a chore: Publish crates 2022-08-19 06:52:14 +00:00
magic-akari
f2c1164026
fix(es/compat): Handle async in class method parameters (#5560) 2022-08-19 06:49:34 +00:00
SWC Bot
ef4fdd84e4 chore: Publish crates 2022-08-19 06:06:11 +00:00
Donny/강동윤
7f5095dd5e
test(es/minifier): Add tests for size (#5561) 2022-08-19 06:03:42 +00:00
SWC Bot
1434376ce9 chore: Publish crates 2022-08-19 04:30:32 +00:00
Austaras
69f8945911
feat(es/minifier): Remove more functions and classes (#5552) 2022-08-19 04:28:06 +00:00
SWC Bot
6de0a278f6 chore: Publish crates 2022-08-19 02:14:17 +00:00
magic-akari
b14d69e9b0
fix(es/fixer): Wrap yield expression in extends (#5555) 2022-08-19 02:11:27 +00:00
SWC Bot
e0e01bf6cd chore: Publish crates 2022-08-18 06:06:06 +00:00
brightwu
3569b20645
fix(ast): Add attributes for rkyv (#5489) 2022-08-18 15:03:46 +09:00
SWC Bot
2ed9f8f4b1 chore: Publish crates 2022-08-18 05:51:23 +00:00
Donny/강동윤
38b8ca05ad
feat(es/minifier): Optimize numeric property names (#5548) 2022-08-18 14:48:54 +09:00
SWC Bot
219356fcfd chore: Publish crates 2022-08-18 04:31:41 +00:00
OJ Kwon
f1a4263954
feat(swc_core): Implement engine diagnostics (#5515) 2022-08-18 04:29:19 +00:00
SWC Bot
75d47a2785 chore: Publish crates 2022-08-18 03:32:12 +00:00
Alexander Akait
fa7abe26cf
fix(css/codegen): Improve codegen of @media (#5544) 2022-08-18 03:29:42 +00:00
SWC Bot
5155fe0144 chore: Publish crates 2022-08-18 03:00:38 +00:00
Donny/강동윤
7487e3341d
feat(es/minifier): Optimize more string property names (#5545) 2022-08-18 11:58:05 +09:00
SWC Bot
7cf501ec47 chore: Publish crates 2022-08-18 02:26:36 +00:00
Alexander Akait
780a4c2b5d
feat(css/minifier): Remove duplications (#5542) 2022-08-18 02:23:26 +00:00
Donny/강동윤
a1aca0c366 chore: Publish crates 2022-08-18 10:55:13 +09:00
SWC Bot
2a61998315 chore: Publish crates 2022-08-18 00:39:50 +00:00
Donny/강동윤
935a2fbd00
feat(dbg-swc): Improve minifier comparator (#5541) 2022-08-18 09:37:19 +09:00