Commit Graph

4514 Commits

Author SHA1 Message Date
Alexander Akait
28bc735d03
feat(html/minifier): Minify js (#4999) 2022-06-21 14:28:53 +00:00
SWC Bot
0f825eb92b chore: Publish crates 2022-06-21 14:04:55 +00:00
Donny/강동윤
125549b7a9
test(es/helpers): Unify code path for testing external helpers (#5010) 2022-06-21 23:02:12 +09:00
SWC Bot
7a6e6e175f chore: Publish crates 2022-06-21 13:25:10 +00:00
Austaras
4a422a09a4
fix(es/lints): Allow duplicate function in non-top level (#5011) 2022-06-21 13:22:23 +00:00
SWC Bot
1e313c07d0 chore: Publish crates 2022-06-21 05:48:32 +00:00
Donny/강동윤
fd73895a7b
fix(es/transforms): Add custom Sync + Send for the renamer (#5018) 2022-06-21 05:45:34 +00:00
SWC Bot
0e99541087 chore: Publish crates 2022-06-20 14:41:17 +00:00
Donny/강동윤
eedcb114a2
test(es/minifier): Add a test case for the minifier (#5013) 2022-06-20 14:38:23 +00:00
SWC Bot
626be5af36 chore: Publish crates 2022-06-20 13:08:47 +00:00
Alexander Akait
7745fbf604
feat(html/minifier): Add an API to minify document fragments (#5002) 2022-06-20 13:05:48 +00:00
SWC Bot
852b864b64 chore: Publish crates 2022-06-20 12:28:22 +00:00
Alexander Akait
1538649237
feat(html/minifier): Compress more svg/mathml attributes (#5001) 2022-06-20 12:25:43 +00:00
SWC Bot
631b32ff7d chore: Publish crates 2022-06-20 06:02:46 +00:00
Yongwook Choi
1f64055438
docs(readme): Add a link for discord badge in README.md (#5005) 2022-06-20 05:59:45 +00:00
SWC Bot
141575d38d chore: Publish crates 2022-06-19 17:54:40 +00:00
Pig Fang
a62b2b3244
fix(es/parser): Allow instantiation expression followed by a line break or a binary operator (#5000) 2022-06-19 17:52:05 +00:00
SWC Bot
fb7b314721 chore: Publish crates 2022-06-18 10:03:39 +00:00
magic-akari
53a8cb1209
fix(es/parser): Don't panic on an invalid import meta property (#4994) 2022-06-18 10:00:52 +00:00
SWC Bot
a2fa4a78e2 chore: Publish crates 2022-06-18 09:39:27 +00:00
magic-akari
d736b31e08
fix(es/typescript): Preserve export = for AMD (#4995) 2022-06-18 09:31:08 +00:00
Donny/강동윤
7ff12953ec chore: Publish v1.2.204 2022-06-18 13:56:26 +09:00
SWC Bot
98dd293198 chore: Publish crates 2022-06-18 04:26:44 +00:00
Donny/강동윤
e85c0db926
feat(es/config): Add isModule to .swcrc (#4993) 2022-06-18 04:24:08 +00:00
SWC Bot
4da4d4dd01 chore: Publish crates 2022-06-18 03:54:26 +00:00
Alexander Akait
713a256ed7
feat(html/minifier): Minify conditional comments (#4975) 2022-06-18 03:51:46 +00:00
SWC Bot
14140aa5bc chore: Publish crates 2022-06-18 03:29:17 +00:00
Pig Fang
36ef3e4507
fix(es/parser): Fix binary operator parsed as an instantiation expression (#4992) 2022-06-18 03:26:39 +00:00
SWC Bot
d4ecff65f3 chore: Publish crates 2022-06-17 19:14:04 +00:00
Alexander Akait
8e63b0bbd5
fix(html/minifier): Fix removal of comments (#4974) 2022-06-17 19:11:27 +00:00
SWC Bot
78ced2d65c chore: Publish crates 2022-06-17 15:30:46 +00:00
Alexander Akait
41dc0a7aa9
fix(html/codegen): Handle optional tags (#4986) 2022-06-17 15:28:06 +00:00
SWC Bot
d722ee256f chore: Publish crates 2022-06-17 13:29:29 +00:00
Alexander Akait
fb74ace19b
feat(html/minifier): Add an option to set html5 doctype (#4980) 2022-06-17 13:26:37 +00:00
SWC Bot
a2a1c22e8f chore: Publish crates 2022-06-16 09:36:16 +00:00
Donny/강동윤
364a34cd70
test(html): Remove files which are too large too verify (#4983) 2022-06-16 09:33:21 +00:00
Donny/강동윤
2824386e2b chore: Publish @swc/helpers@v0.4.2 2022-06-16 16:26:06 +09:00
SWC Bot
1f420c4129 chore: Publish crates 2022-06-16 07:25:37 +00:00
Devon Govett
9484cf81a1
fix(es/helpers): Use .mjs extension in helper imports (#4979) 2022-06-16 16:23:02 +09:00
SWC Bot
7ffcc88d74 chore: Publish crates 2022-06-16 04:57:02 +00:00
Donny/강동윤
cb30ba2ad4
docs(*): Add more badges (#4982) 2022-06-16 13:54:19 +09:00
SWC Bot
276942313b chore: Publish crates 2022-06-16 04:53:47 +00:00
Alexander Akait
d07ab2cb91
feat(html/codegen): Add option for tag omission of self closing void elements (#4971) 2022-06-16 04:50:56 +00:00
SWC Bot
b46878625c chore: Publish crates 2022-06-16 04:29:45 +00:00
Alexander Akait
2e52c18a6b
feat(html/minifier): Add preserve_comments option (#4959) 2022-06-16 04:26:53 +00:00
Donny/강동윤
4b340e2c1b chore: Publish @swc/helpers@v0.4.1 2022-06-15 23:52:58 +09:00
Devon Govett
5123c20b5d
fix(es/helpers): Fix module field in package.json of @swc/helpers (#4978) 2022-06-15 23:52:05 +09:00
SWC Bot
6ec6bbd4aa chore: Publish crates 2022-06-15 14:40:06 +00:00
Donny/강동윤
36d960c7e9
perf(es/hygiene): Make hygiene faster (#4952) 2022-06-15 14:36:57 +00:00
SWC Bot
dc78cb48b9 chore: Publish crates 2022-06-15 05:27:21 +00:00