Commit Graph

1732 Commits

Author SHA1 Message Date
SWC Bot
39dc394933 chore: Publish crates 2022-04-13 14:26:17 +00:00
Donny/강동윤
2002554fa2
refactor(es/minifier): Clean up logging (#4322) 2022-04-13 23:23:07 +09:00
SWC Bot
279145022d chore: Publish crates 2022-04-13 10:19:53 +00:00
Donny/강동윤
0245e26af5
fix(es/codegen): Fix overflow of numeric literals (#4321) 2022-04-13 10:16:51 +00:00
SWC Bot
b2e4be5c1e chore: Publish crates 2022-04-13 08:33:46 +00:00
Alexander Akait
ac4f14ad7b
fix(css/prefixer): Handle at-rules and don't generate unnecessary prefixes (#4318) 2022-04-13 08:28:09 +00:00
SWC Bot
8959774a78 chore: Publish crates 2022-04-13 07:05:03 +00:00
Alexander Akait
81370d16cb
fix(css/parser): Parse legacy calcs (#4320) 2022-04-13 07:02:31 +00:00
SWC Bot
876baeb77a chore: Publish crates 2022-04-12 13:38:41 +00:00
Alexander Akait
65b18ee602
feat(css/minifier): Compress colors (#4308) 2022-04-12 13:35:57 +00:00
SWC Bot
591b98df66 chore: Publish crates 2022-04-12 22:11:46 +09:00
Donny/강동윤
6c9882ec68 fix(es/compat): Fix renaming bug of block_scoping (#4310) 2022-04-12 22:11:34 +09:00
SWC Bot
06c829da71 chore: Publish crates 2022-04-12 03:42:51 +00:00
Donny/강동윤
74a5087989
feat(es/minifier): Enable dead_code by default (#4309) 2022-04-12 03:40:10 +00:00
SWC Bot
e133071c41 chore: Publish crates 2022-04-12 02:15:01 +00:00
Donny/강동윤
7e8f613272
feat(es/minifier): Enable conditionals by default (#4301) 2022-04-12 02:12:10 +00:00
SWC Bot
fa880634bd chore: Publish crates 2022-04-11 20:05:28 +00:00
magic-akari
d0de5a63a0
feat(es): Support typeof with private fields (#4302) 2022-04-11 20:02:51 +00:00
SWC Bot
5eed25f552 chore: Publish crates 2022-04-11 19:14:46 +00:00
Alexander Akait
690ce2628c
fix(css/prefixer): Don't prefix if it's already prefixed (#4307) 2022-04-11 19:12:12 +00:00
SWC Bot
4a097adbf7 chore: Publish crates 2022-04-11 18:48:43 +00:00
那里好脏不可以
37a8c90750
chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
Austaras
df0d572b4f
chore(es/minifier): Update terser test references (#4297) 2022-04-10 06:50:52 +00:00
SWC Bot
d1a5115c6e chore: Publish crates 2022-04-09 09:18:07 +00:00
Donny/강동윤
b990b19ed1
fix(es/minifier): Fix inlining of uninitialized variables (#4292) 2022-04-09 09:15:40 +00:00
SWC Bot
1fb456c630 chore: Publish crates 2022-04-09 08:16:20 +00:00
Austaras
e4a565c2d4
fix(es/lints): Check parameters in the duplicate binding rule (#4288) 2022-04-09 08:14:01 +00:00
SWC Bot
ea3d6c1a58 chore: Publish crates 2022-04-09 07:50:29 +00:00
OJ Kwon
cf7ca5076a
refactor(plugin/api): Expand the proxy crate (#4290) 2022-04-09 07:47:43 +00:00
Donny/강동윤
6fe4ee79be chore: Publish crates 2022-04-09 16:18:24 +09:00
SWC Bot
67f1944441 chore: Publish crates 2022-04-09 07:14:42 +00:00
OJ Kwon
281db2cc4f
feat(plugin): Make more types serializable (#4289) 2022-04-09 16:12:14 +09:00
Donny/강동윤
dc7fc74172 chore: Publish v1.2.165 2022-04-09 16:08:03 +09:00
SWC Bot
431f70d563 chore: Publish crates 2022-04-08 18:11:07 +00:00
Donny/강동윤
4868c73d5b
fix(es/optimization): Don't create invalid sequence expressions (#4285) 2022-04-08 18:08:31 +00:00
SWC Bot
6c50ae6b0d chore: Publish crates 2022-04-08 09:22:45 +00:00
Alexander Akait
ee108af3d0
feat(html): Add raw fields (#4281) 2022-04-08 09:19:58 +00:00
SWC Bot
974919eafa chore: Publish crates 2022-04-08 08:59:03 +00:00
Donny/강동윤
c961371c31
fix(es/minifier): Fix handling of eval (#4273) 2022-04-08 08:56:28 +00:00
SWC Bot
21d3fea824 chore: Publish crates 2022-04-08 08:34:58 +00:00
OJ Kwon
3c4e5204ec
feat(plugin): Implement Copy and Clone for the comment proxy (#4280) 2022-04-08 08:32:05 +00:00
SWC Bot
aabb48d9b2 chore: Publish crates 2022-04-08 08:11:00 +00:00
OJ Kwon
fc3a2d0cf9
feat(plugin/runner): Allow fs access from wasi plugin (#4279) 2022-04-08 08:03:03 +00:00
SWC Bot
e0556cb136 chore: Publish crates 2022-04-08 06:56:04 +00:00
Alexander Akait
7f38e06e02
fix(css/prefixer): FIx a bug related to writing-mode (#4278) 2022-04-08 06:53:38 +00:00
SWC Bot
1211a34618 chore: Publish crates 2022-04-08 06:31:07 +00:00
Austaras
720244fff9
fix(es/module): Support top-level await in dynamic imports (#4277) 2022-04-08 15:28:10 +09:00
SWC Bot
9feabcd145 chore: Publish crates 2022-04-07 08:11:17 +00:00
Donny/강동윤
434dcf4af7
refactor(es/minifier): Merge code for multi-replacer (#4269) 2022-04-07 08:08:42 +00:00
SWC Bot
67c8c6debd chore: Publish crates 2022-04-07 07:30:41 +00:00