Commit Graph

2410 Commits

Author SHA1 Message Date
Alexander Akait
f830726027
fix(html/parser): Fix span of lexer errors (#4846) 2022-05-31 03:50:19 +00:00
Donny/강동윤
7bfba69728 chore: Publish v1.2.196 2022-05-31 12:12:25 +09:00
Donny/강동윤
142387b2a3
chore(ci): Fix CI (#4852) 2022-05-31 12:07:51 +09:00
SWC Bot
c78952e4d5 chore: Publish crates 2022-05-30 07:10:31 +00:00
Alexander Akait
e6ae299776
feat(html/minifier): Compress viewport meta (#4844) 2022-05-30 07:07:52 +00:00
SWC Bot
8a9abfbe10 chore: Publish crates 2022-05-30 06:48:44 +00:00
Donny/강동윤
8365c3d0df
fix(es/minifier): Make if_return to not drop required returns (#4847) 2022-05-30 06:46:01 +00:00
SWC Bot
866664163e chore: Publish crates 2022-05-30 06:22:43 +00:00
Alexander Akait
20fee8abee
fix(html/parser): Handle BOM (#4843) 2022-05-30 06:20:02 +00:00
SWC Bot
c523832c80 chore: Publish crates 2022-05-30 06:00:10 +00:00
Alexander Akait
7407f218f8
fix(html/codegen): Prevent omitting body for title (#4814) 2022-05-30 05:57:26 +00:00
SWC Bot
19562af0c7 chore: Publish crates 2022-05-29 11:17:45 +00:00
Donny/강동윤
0567f67664
fix(es/minifier): Apply name mangler for more cases (#4840) 2022-05-29 11:15:16 +00:00
Donny/강동윤
61b9a74c6f chore: Publish v1.2.195 2022-05-29 18:12:44 +09:00
SWC Bot
473ea158c6 chore: Publish crates 2022-05-28 19:05:40 +00:00
Donny/강동윤
c462d4d7c6
fix(node): Fix logging (#4833) 2022-05-28 19:00:53 +00:00
Donny/강동윤
2e9ab0518a
feat(node): Split css binding (#4831) 2022-05-28 14:32:56 +00:00
SWC Bot
dd9c06e1c5 chore: Publish crates 2022-05-28 08:36:47 +00:00
Alexander Akait
2b7f4b2f56
fix(html/codegen): Omit on more cases (#4825) 2022-05-28 08:34:00 +00:00
Donny/강동윤
f847709787
chore(common): Update rustc (#4828) 2022-05-28 07:07:58 +00:00
SWC Bot
7f731a2ab2 chore: Publish crates 2022-05-28 04:35:18 +00:00
Donny/강동윤
58b24278ee
perf(es/minifier): Make name mangler parallel (#4824) 2022-05-28 13:32:48 +09:00
SWC Bot
800118c45b chore: Publish crates 2022-05-27 14:47:53 +00:00
Alexander Akait
c9d0e37ab9
fix(html/codegen): Remove optional html start tag (#4811) 2022-05-27 14:45:18 +00:00
SWC Bot
abbc317f47 chore: Publish crates 2022-05-27 12:51:18 +00:00
Alexander Akait
759688c412
perf(html/parser): Improve lexer performance even more (#4819) 2022-05-27 12:48:51 +00:00
SWC Bot
c9388326d6 chore: Publish crates 2022-05-27 08:43:41 +00:00
Alexander Akait
d833057d79
fix(html/codegen): Handle HTML entities correctly (#4782) 2022-05-27 08:39:30 +00:00
Donny/강동윤
7f69b9c80f
test(es/minifier): Add snapshots for the mangler (#4823)
I found a way to make the name mangler parallel, but I want to ensure that we don't break anything.
2022-05-27 07:32:23 +00:00
SWC Bot
23bc98b17d chore: Publish crates 2022-05-27 07:12:22 +00:00
Alexander Akait
731c59e9b7
feat(html/minifier): Compress more json types (#4813) 2022-05-27 07:09:28 +00:00
SWC Bot
05f9e257a0 chore: Publish crates 2022-05-27 06:50:43 +00:00
Donny/강동윤
4b27df9f12
perf(es/minifier): Make more passes parallel (#4821) 2022-05-27 06:48:08 +00:00
SWC Bot
01e90a650c chore: Publish crates 2022-05-27 06:25:17 +00:00
Pig Fang
29884b0caf
feat(css/ast): Add missing Is derive (#4810) 2022-05-27 06:22:36 +00:00
SWC Bot
c4a6e8e4b5 chore: Publish crates 2022-05-27 05:59:56 +00:00
Sander Mathijs van Veen
1db71cc3b3
fix(es/codegen): Handle comments in binary expressions (#4817) 2022-05-27 05:57:24 +00:00
SWC Bot
e770651698 chore: Publish crates 2022-05-27 05:37:39 +00:00
Alexander Akait
a6beda81ca
test(html/codegen): Avoid newline at the end of file (#4815) 2022-05-27 05:35:17 +00:00
SWC Bot
af31b15e70 chore: Publish crates 2022-05-27 05:15:50 +00:00
Donny/강동윤
dc911dcae6
feat(es/compat): Don't create vars for computed class methods if possible (#4805) 2022-05-27 05:12:57 +00:00
SWC Bot
424e62e663 chore: Publish crates 2022-05-26 16:01:22 +00:00
Donny/강동윤
a487fc1d28
refactor(es/transforms): Remove concurrent (#4808) 2022-05-26 15:58:19 +00:00
SWC Bot
8f48d0fdaf chore: Publish crates 2022-05-26 15:35:07 +00:00
Donny/강동윤
78d4c2c46a
fix(preset-env): Ignore unknown versions (#4809) 2022-05-26 15:32:06 +00:00
SWC Bot
2086e66eb3 chore: Publish crates 2022-05-26 13:09:21 +00:00
Donny/강동윤
f4c6a20654
fix(es/modules): Fix lazy option of common js (#4807) 2022-05-26 13:06:43 +00:00
SWC Bot
a163279c88 chore: Publish crates 2022-05-26 11:35:19 +00:00
Austaras
573bcb5b49
fix(es/compat): Use define for non-spread props (#4754) 2022-05-26 20:32:41 +09:00
SWC Bot
bebdb8a897 chore: Publish crates 2022-05-26 09:30:36 +00:00