Commit Graph

2568 Commits

Author SHA1 Message Date
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
Donny/강동윤
364a34cd70
test(html): Remove files which are too large too verify (#4983) 2022-06-16 09:33:21 +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
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
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
Donny/강동윤
b3f6f20721
fix(es/resolver): Make catch parameter not disturb resolving (#4976) 2022-06-15 05:24:39 +00:00
Donny/강동윤
0782c533b5 chore: Publish crates 2022-06-15 13:59:06 +09:00
SWC Bot
10877addcb chore: Publish crates 2022-06-15 04:07:47 +00:00
Alexander Akait
3e6c0f567a
feat(html/minifier): Compress CSS (#4973) 2022-06-15 04:04:57 +00:00
SWC Bot
94e553da3b chore: Publish crates 2022-06-14 16:36:07 +00:00
Donny/강동윤
99a474cb2d
refactor(es/minifier): Use Program instead of Module (#4969) 2022-06-14 16:33:38 +00:00
Donny/강동윤
164bf9a80a chore: Publish v1.2.203 2022-06-15 01:03:49 +09:00
LongYinan
db9f7a5ad4
chore(ci): Fix publish build on Windows (#4970) 2022-06-14 15:58:10 +00:00
SWC Bot
c9918482ac chore: Publish crates 2022-06-14 13:34:32 +00:00
Alexander Akait
5c2a918946
feat(html): Support self-closing flag (#4950) 2022-06-14 13:31:23 +00:00
Donny/강동윤
1bf2b80f97
chore(ci): Use macos for release builds (#4968)
We need more memory
2022-06-14 19:54:34 +09:00
SWC Bot
51715e4d0d chore: Publish crates 2022-06-14 07:08:40 +00:00
Donny/강동윤
3e03ebf8bb
fix(es/parser): Don't assume the length of char (#4967) 2022-06-14 07:05:35 +00:00
Donny/강동윤
0e7f871961 chore: Publish v1.2.202 2022-06-14 15:43:13 +09:00
SWC Bot
65522af10e chore: Publish crates 2022-06-14 05:41:22 +00:00
Alexander Akait
3957bc64b7
feat(html/minifier): Add collapse_boolean_attributes option (#4960) 2022-06-14 05:38:50 +00:00
Donny/강동윤
5c60464f6b chore: Publish v1.2.201 2022-06-14 14:12:05 +09:00
Donny/강동윤
709ad3e087 fix(ci): Revert malloc changes 2022-06-14 14:11:47 +09:00
Donny/강동윤
d5d918a63e chore: Publish v1.2.200 2022-06-14 13:37:18 +09:00
Alexander Akait
1b7b4f0cb4
test(css/parser): Improve tests (#4963) 2022-06-13 20:27:30 +00:00
SWC Bot
91cff0af80 chore: Publish crates 2022-06-13 20:05:54 +00:00
LongYinan
35806385ea
perf(es/minifier): Make more things parallel and reduce call stacks (#4915) 2022-06-14 05:03:09 +09:00
SWC Bot
925f4d1641 chore: Publish crates 2022-06-13 19:55:48 +00:00
Alexander Akait
63d630d477
feat(html/minifier): Add remove_empty_attributes option (#4958) 2022-06-13 19:52:35 +00:00
SWC Bot
50a91a288e chore: Publish crates 2022-06-13 19:27:50 +00:00
Artur
6daeeb0652
feat(es/lints): Add constructor-super rule (#4912) 2022-06-13 19:24:38 +00:00