Commit Graph

3793 Commits

Author SHA1 Message Date
Alexander Akait
750d6551fc
feat(html/minifier): Remove duplicate attributes (#4474) 2022-04-29 05:28:55 +00:00
SWC Bot
f891c83f85 chore: Publish crates 2022-04-29 03:23:39 +00:00
Alexander Akait
a1877e740a
feat(html/minifier): Remove javascript: prefix (#4460) 2022-04-29 03:19:44 +00:00
SWC Bot
01c8c0e22d chore: Publish crates 2022-04-28 17:59:31 +00:00
Alexander Akait
8bdfcd996a
fix(html): Fix bugs of parser and codegen (#4461) 2022-04-28 17:57:05 +00:00
SWC Bot
44567bb065 chore: Publish crates 2022-04-28 17:30:17 +00:00
Alexander Akait
20982288fb
fix(html/parser): Fix bugs (#4459) 2022-04-28 17:27:39 +00:00
SWC Bot
bbd6fd07f7 chore: Publish crates 2022-04-28 13:31:45 +00:00
Donny/강동윤
273954640a
feat(es/minifier): Drop more returns (#4471) 2022-04-28 13:28:33 +00:00
SWC Bot
0340c6889f chore: Publish crates 2022-04-28 11:44:18 +00:00
Donny/강동윤
233c4d5b86
fix(es/minifier): Fix skipping logic of sequential inliner (#4469) 2022-04-28 11:41:41 +00:00
Donny/강동윤
a72f436148 chore: Publish crates 2022-04-28 17:35:33 +09:00
SWC Bot
ce1aaa5390 chore: Publish crates 2022-04-28 08:34:59 +00:00
Donny/강동윤
effc85df57
fix(es/minifier): Disable some passes for hoist_props (#4468) 2022-04-28 08:32:03 +00:00
SWC Bot
5122a7dc62 chore: Publish crates 2022-04-28 05:21:48 +00:00
Donny/강동윤
c45b0df877
chore(es/minifier): Update debugging utils (#4467) 2022-04-28 05:19:08 +00:00
Donny/강동윤
1d1e7dcea5 chore: Publish v1.2.173 2022-04-28 13:43:22 +09:00
SWC Bot
989ea98ed0 chore: Publish crates 2022-04-28 04:19:17 +00:00
Donny/강동윤
0bc0bae90d
fix(es/async-generator): Fix yield* in async generators (#4452) 2022-04-28 04:14:17 +00:00
SWC Bot
b44b7f9b3d chore: Publish crates 2022-04-28 02:55:32 +00:00
Austaras
4262874ce4
fix(es/preset-env): Do not import new features when using old core-js (#4458) 2022-04-28 02:52:35 +00:00
SWC Bot
55abf8fc28 chore: Publish crates 2022-04-28 02:33:39 +00:00
Alexander Akait
0ae43502f3
feat(html/minifier): Compress whitespaces (#4463) 2022-04-28 02:30:53 +00:00
SWC Bot
8c520919fd chore: Publish crates 2022-04-28 02:11:23 +00:00
Pig Fang
393cfa84b6
fix(es/parser): Throw syntax error for missing function expr body (#4462) 2022-04-28 02:08:17 +00:00
SWC Bot
1bce018804 chore: Publish crates 2022-04-28 01:47:51 +00:00
Alexander Akait
65a158a66b
fix(html/parser): Fix fosting logic for text nodes (#4457) 2022-04-28 01:44:13 +00:00
SWC Bot
c53778a3d8 chore: Publish crates 2022-04-27 05:12:01 +00:00
Alexander Akait
6e60813367
fix(html/parser): Parse table including broken one (#4451) 2022-04-27 05:09:25 +00:00
SWC Bot
a64ed37ef5 chore: Publish crates 2022-04-27 03:31:00 +00:00
Alexander Akait
f30e7717a2
test(html/codegen): Improve fixture testing (#4450) 2022-04-27 03:28:36 +00:00
SWC Bot
bcef90dc97 chore: Publish crates 2022-04-27 03:10:17 +00:00
Pig Fang
df7b3f611a
feat(es/parser): Reject indirect opt chain in assignment (#4447) 2022-04-27 03:07:57 +00:00
SWC Bot
20f35cbcbd chore: Publish crates 2022-04-27 02:48:54 +00:00
Alexander Akait
8c4dc4cc46
fix(html/parser): Fix a bug with nested tags (#4438) 2022-04-27 02:46:34 +00:00
SWC Bot
4ec669174d chore: Publish crates 2022-04-27 02:24:07 +00:00
Austaras
ec7dfb9209
chore(es/minifier): Don't run tests with infinite loops (#4448) 2022-04-27 02:21:39 +00:00
SWC Bot
60562e158d chore: Publish crates 2022-04-26 14:21:53 +00:00
Donny/강동윤
962cf4a08c
fix(es): Remove wrong debug assertion (#4445) 2022-04-26 14:16:38 +00:00
Donny/강동윤
342869408b chore: Publish crates 2022-04-26 19:35:25 +09:00
Donny/강동윤
27f9b30ef2 chore: Publish crates 2022-04-26 19:30:11 +09:00
Donny/강동윤
799be154d2 chore: Publish v1.2.172 2022-04-26 17:06:32 +09:00
SWC Bot
42efc40f7c chore: Publish crates 2022-04-26 08:04:09 +00:00
Alexander Akait
8f2a3ead6a
fix(html/parsing): Fix parsing of formatting elements (#4442) 2022-04-26 08:01:26 +00:00
SWC Bot
99b6d99380 chore: Publish crates 2022-04-26 07:41:17 +00:00
Donny/강동윤
53610fdafc
feat(es/resolver): Use different syntax context for unresolved refs (#4436)
- We don't need a list of bindings to check if an identifier is unresolved.
 - Checking if an identifier is unresolved is now one CPU instruction.
   - Previously it was one hashmap operation.
 - This PR also improves performance, by removing the hashmaps mentioned above.
2022-04-26 07:38:50 +00:00
SWC Bot
1d90d6e726 chore: Publish crates 2022-04-26 07:14:56 +00:00
Alexander Akait
4c699f2554
feat(html/minifier): Compress default values of attributes (#4427) 2022-04-26 07:12:32 +00:00
SWC Bot
c7aa0fe86b chore: Publish crates 2022-04-26 01:38:35 +00:00
Pig Fang
1c2af932b6
feat(preset-env/base): Update "browserslist-rs" (#4435) 2022-04-26 01:35:43 +00:00