SWC Bot
|
c2d8c99411
|
chore: Publish crates
|
2022-09-29 01:39:48 +00:00 |
|
Alexander Akait
|
b3a05a057a
|
feat(css/codegen): Minify idents (#5972)
|
2022-09-29 01:35:33 +00:00 |
|
SWC Bot
|
c499e2054d
|
chore: Publish crates
|
2022-09-28 22:57:51 +00:00 |
|
Alexander Akait
|
7d7c2d3a9c
|
perf(css/minifier): Merge all passes (#5971)
|
2022-09-28 22:54:08 +00:00 |
|
SWC Bot
|
d75addbdec
|
chore: Publish crates
|
2022-09-28 10:37:40 +00:00 |
|
SWC Bot
|
cc312eca50
|
chore: Publish crates
|
2022-09-28 02:58:55 +00:00 |
|
Alexander Akait
|
dfdad69c03
|
feat(css/minifier): Remove duplicate @counter-style at-rules (#5970)
|
2022-09-28 02:55:17 +00:00 |
|
SWC Bot
|
e001226674
|
chore: Publish crates
|
2022-09-26 09:21:39 +00:00 |
|
SWC Bot
|
e5ba9636ac
|
chore: Publish crates
|
2022-09-24 03:36:47 +00:00 |
|
Donny/강동윤
|
3c3529cb84
|
build(rustc): Update rustc (#5943)
**Description:**
This PR updates rustc, and fix some performance bugs of `swc_common`.
|
2022-09-24 03:33:47 +00:00 |
|
SWC Bot
|
8a5ed1e0ba
|
chore: Publish crates
|
2022-09-23 07:50:26 +00:00 |
|
SWC Bot
|
a2b3063784
|
chore: Publish crates
|
2022-09-22 06:57:15 +00:00 |
|
SWC Bot
|
4c3813dbcc
|
chore: Publish crates
|
2022-09-22 03:16:22 +00:00 |
|
Jason
|
1dc5307069
|
feat(css/minifier): Minify the name of @keyframes (#5894)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5889.
Co-authored-by: 一丝 <percyley@qq.com>
|
2022-09-22 03:12:50 +00:00 |
|
SWC Bot
|
6e560644e5
|
chore: Publish crates
|
2022-09-21 08:24:14 +00:00 |
|
SWC Bot
|
26b9f1fc23
|
chore: Publish crates
|
2022-09-20 01:50:11 +00:00 |
|
Alexander Akait
|
2bf24195f2
|
feat(css/parser): Parse more math functions in @media (#5904)
|
2022-09-20 10:45:49 +09:00 |
|
Donny/강동윤
|
f0ca487848
|
chore: Publish crates
|
2022-09-16 15:46:25 +09:00 |
|
SWC Bot
|
1d633e8ba7
|
chore: Publish crates
|
2022-09-15 06:08:07 +00:00 |
|
SWC Bot
|
ec8bb432b9
|
chore: Publish crates
|
2022-09-15 05:23:46 +00:00 |
|
SWC Bot
|
d35792f424
|
chore: Publish crates
|
2022-09-14 07:56:20 +00:00 |
|
SWC Bot
|
8432c0a1ad
|
chore: Publish crates
|
2022-09-14 07:19:24 +00:00 |
|
SWC Bot
|
d16fb9a8cf
|
chore: Publish crates
|
2022-09-13 05:04:36 +00:00 |
|
SWC Bot
|
abc722c6f8
|
chore: Publish crates
|
2022-09-13 04:46:38 +00:00 |
|
Alexander Akait
|
211b0a93fd
|
feat(css/minifier): Compress @media and @supports (#5828)
|
2022-09-13 04:43:41 +00:00 |
|
SWC Bot
|
9f28c246dc
|
chore: Publish crates
|
2022-09-12 04:34:08 +00:00 |
|
SWC Bot
|
485632ae03
|
chore: Publish crates
|
2022-09-12 01:14:29 +00:00 |
|
Alexander Akait
|
1803874f14
|
fix(css/minifier): Fix minification of universal selectors (#5826)
|
2022-09-12 01:11:36 +00:00 |
|
SWC Bot
|
c92474ee13
|
chore: Publish crates
|
2022-09-11 23:40:40 +00:00 |
|
Alexander Akait
|
b531410ea9
|
fix(css/minifier): Compress alpha (#5825)
|
2022-09-11 23:37:35 +00:00 |
|
SWC Bot
|
7811ceea3b
|
chore: Publish crates
|
2022-09-11 13:59:34 +00:00 |
|
Donny/강동윤
|
4f119b2693
|
perf(css): Optimize memory layout of ast types (#5823)
|
2022-09-11 13:56:48 +00:00 |
|
SWC Bot
|
fb2c33e132
|
chore: Publish crates
|
2022-09-11 09:28:02 +00:00 |
|
Donny/강동윤
|
9e81c2639b
|
perf(css/minifier): Merge passes and reduce clone (#5822)
|
2022-09-11 18:24:53 +09:00 |
|
SWC Bot
|
35736a313d
|
chore: Publish crates
|
2022-09-11 07:19:34 +00:00 |
|
Donny/강동윤
|
4fa5a2778b
|
perf(css/minifier): Merge more passes into the compressor (#5821)
|
2022-09-11 16:16:45 +09:00 |
|
SWC Bot
|
70f1be9919
|
chore: Publish crates
|
2022-09-11 06:26:58 +00:00 |
|
Donny/강동윤
|
f523502f4c
|
perf(css/minifier): Merge passes (#5820)
**Description:**
A single visitor is better for performance.
|
2022-09-11 15:24:02 +09:00 |
|
SWC Bot
|
0fe3ee682a
|
chore: Publish crates
|
2022-09-10 10:06:02 +00:00 |
|
SWC Bot
|
f739976bdd
|
chore: Publish crates
|
2022-09-10 09:21:51 +00:00 |
|
Donny/강동윤
|
91ed13e098
|
perf(css/parser): Remove needless branching (#5809)
|
2022-09-10 18:18:47 +09:00 |
|
SWC Bot
|
53b134f80b
|
chore: Publish crates
|
2022-09-10 08:35:20 +00:00 |
|
SWC Bot
|
417b1f2a92
|
chore: Publish crates
|
2022-09-10 07:23:37 +00:00 |
|
Donny/강동윤
|
7391cc99b1
|
perf(css/minifier): Use JsWord instead of &str (#5806)
|
2022-09-10 07:20:51 +00:00 |
|
SWC Bot
|
6cf71285a6
|
chore: Publish crates
|
2022-09-10 06:39:04 +00:00 |
|
SWC Bot
|
4859052f4f
|
chore: Publish crates
|
2022-09-10 04:42:39 +00:00 |
|
Donny/강동윤
|
88e59ffcda
|
perf(css/minifier): Setup benchmark (#5800)
**Description:**
I created a simple benchmark for the css minifier. It's full benchmark, which also profiles parser and codegen
|
2022-09-10 13:39:55 +09:00 |
|
SWC Bot
|
575940e770
|
chore: Publish crates
|
2022-09-09 08:09:53 +00:00 |
|
SWC Bot
|
701fa74631
|
chore: Publish crates
|
2022-09-09 05:05:59 +00:00 |
|
SWC Bot
|
d2188eac3f
|
chore: Publish crates
|
2022-09-08 04:28:01 +00:00 |
|