Commit Graph

2299 Commits

Author SHA1 Message Date
OJ Kwon
065b2a514f
fix(es/typescript): Preserve referenced imports for namespace (#4759) 2022-05-24 05:12:39 +09:00
Donny/강동윤
ae39b02df3 chore: Publish crates 2022-05-24 03:13:24 +09:00
SWC Bot
b2e4406f0f chore: Publish crates 2022-05-23 16:04:00 +00:00
Pig Fang
07d31aa50a
fix(css/parser): Allow var() call in color functions (#4713) 2022-05-23 16:00:44 +00:00
SWC Bot
4f8484add0 chore: Publish crates 2022-05-23 13:07:01 +00:00
Donny/강동윤
e4dee1ed33
fix(es/minifier): Consider parameters while detecting pure calls (#4748) 2022-05-23 13:04:11 +00:00
SWC Bot
476c830a30 chore: Publish crates 2022-05-23 10:02:59 +00:00
Baoshuo Ren
22bf5f014e
chore(es/minifier): Add #[doc(hidden)] (#4751) 2022-05-23 19:00:22 +09:00
SWC Bot
ea92ae10e8 chore: Publish crates 2022-05-23 09:44:48 +00:00
Donny/강동윤
b7a195a1cf
refactor(es/parser): Remove duplicate (#4750) 2022-05-23 09:42:29 +00:00
SWC Bot
4d606effdf chore: Publish crates 2022-05-23 09:21:24 +00:00
Donny/강동윤
98df64517e
perf(common): Add more methods to Spanned (#4749)
- Lots of code only needs `lo` or `hi`, but they call `span()`, which is inefficient in some cases.
 - This PR only adds a trivial amount of optimization. I may add full optimization in future.
 - This PR improves codegen performance of `ExprOrSpread` and `Option<ExprOrSpread>`.
2022-05-23 09:18:40 +00:00
Donny/강동윤
0f85f7b9de
chore(ci): Fix CI (#4747) 2022-05-23 07:47:05 +00:00
Donny/강동윤
49b3c2715c
refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
Donny/강동윤
47e6cc5190
refactor(es/minifier): Make rust-analyzer faster (#4744)
- We now use a separate crate for testing the minifier. This makes IDE much faster.
2022-05-23 15:53:01 +09:00
SWC Bot
37b0056ad0 chore: Publish crates 2022-05-23 05:44:50 +00:00
Donny/강동윤
777ea371d0
fix(es/loader): Fix hang related to jsc.paths (#4742) 2022-05-23 05:42:20 +00:00
SWC Bot
8060264715 chore: Publish crates 2022-05-23 04:32:07 +00:00
Donny/강동윤
a51816a577
feat(es/minifier): Handle prefix update expressions with sequential inliner (#4741) 2022-05-23 04:29:31 +00:00
SWC Bot
516b0b804b chore: Publish crates 2022-05-23 04:06:56 +00:00
Alexander Akait
51f4cea103
feat(html/parser): Improve error reporting (#4740) 2022-05-23 04:04:20 +00:00
Donny/강동윤
417b2182ce
fix(es/loader): Fix jsc.paths on windows (#4739) 2022-05-22 20:12:22 +00:00
SWC Bot
624c4ad48b chore: Publish crates 2022-05-22 12:09:50 +00:00
Donny/강동윤
9e42382091
feat(es/minifier): Implement pure_funcs (#4710) 2022-05-22 12:07:28 +00:00
SWC Bot
032d584265 chore: Publish crates 2022-05-21 19:58:14 +00:00
Donny/강동윤
d9bb59a8cb
fix(es/modules/cjs): FIx detection of exported names (#4737) 2022-05-21 19:55:35 +00:00
SWC Bot
f7e000383c chore: Publish crates 2022-05-21 19:36:32 +00:00
Alexander Akait
c346d309a7
feat(html/parser): Improve error reporting (#4728) 2022-05-21 19:34:02 +00:00
SWC Bot
706b38787e chore: Publish crates 2022-05-21 19:11:24 +00:00
Donny/강동윤
41d4437671
fix(es/typescript): Mark namespaces as concrete (#4736) 2022-05-22 04:08:48 +09:00
SWC Bot
73d049123c chore: Publish crates 2022-05-21 18:34:49 +00:00
OJ Kwon
886585b90e
feat(es/modules/amd): Support local-scoped amd requires (#4727) 2022-05-21 18:32:34 +00:00
SWC Bot
2a8aa2cb6e chore: Publish crates 2022-05-21 18:11:57 +00:00
Alexander Akait
e9b2ebfc3b
feat(html/parser): Improve error reporting for misplaced non-space characters inside a table (#4723) 2022-05-21 18:09:33 +00:00
SWC Bot
3ae6644900 chore: Publish crates 2022-05-21 16:31:35 +00:00
Alexander Akait
1c4d50f06a
fix(html/parser): Fix parsing of closing tag in foreign contents (#4721) 2022-05-22 01:28:48 +09:00
SWC Bot
602be228db chore: Publish crates 2022-05-21 15:24:12 +00:00
Alexander Akait
4df0637817
fix(html/parser): Fix error reporting in the foreign context (#4725) 2022-05-21 15:22:10 +00:00
Donny/강동윤
dabdaca20c chore: Publish crates 2022-05-21 23:43:00 +09:00
Donny/강동윤
8994dd9a60 chore: Publish v1.2.189 2022-05-21 23:19:12 +09:00
Donny/강동윤
9966e98ac6
fix(es/config): Respect .swcrc (#4735) 2022-05-21 23:18:43 +09:00
SWC Bot
286e654c95 chore: Publish crates 2022-05-21 14:17:08 +00:00
magic-akari
ea46eb41e0
fix(es/codegen): Fix numeric literals (#4733) 2022-05-21 14:14:33 +00:00
SWC Bot
5ad70cd6d4 chore: Publish crates 2022-05-21 12:08:59 +00:00
Alexander Akait
4cee4ac238
fix(html/parser): Fix error reporting related to image (#4720) 2022-05-21 12:06:30 +00:00
Donny/강동윤
db96405e8e chore: Publish v1.2.188 2022-05-21 20:38:23 +09:00
SWC Bot
7357f72cb9 chore: Publish crates 2022-05-21 11:37:46 +00:00
Donny/강동윤
f1baff4114
fix(es/codegen): Fix numeric literals (#4731) 2022-05-21 20:31:19 +09:00
SWC Bot
e4596f3a64 chore: Publish crates 2022-05-21 11:24:09 +00:00
Alexander Akait
2c2e6bb65b
fix(html/parser): Fix handling of unclosed td/th (#4719) 2022-05-21 11:21:36 +00:00