Donny/강동윤
|
420a67ac2b
|
chore: Publish crates
|
2023-01-26 17:22:40 +09:00 |
|
Alexander Akait
|
43e75194e5
|
feat(css/parser): Normalize at-rules (#6705)
|
2023-01-14 08:58:24 +00:00 |
|
Donny/강동윤
|
48902b60d3
|
chore: Publish crates
|
2023-01-06 16:41:16 +09:00 |
|
Alexander Akait
|
ebebd60875
|
refactor(css/codegen): Do not use raw (#6674)
|
2022-12-22 01:36:36 +00:00 |
|
SWC Bot
|
61245739ea
|
chore: Publish crates
|
2022-12-21 03:03:05 +00:00 |
|
Alexander Akait
|
1c7f003779
|
feat(css/prefixer): Support overflow (#6678)
|
2022-12-21 03:00:53 +00:00 |
|
Alexander Akait
|
2571070148
|
feat(css/parser): Normalize and improve function name (#6667)
|
2022-12-20 12:43:58 +00:00 |
|
SWC Bot
|
913230d02a
|
chore: Publish crates
|
2022-12-20 06:11:34 +00:00 |
|
Alexander Akait
|
d27a270fec
|
perf(css/prefixer): Use JsWord instead of &str (#6658)
|
2022-12-20 06:09:02 +00:00 |
|
Donny/강동윤
|
23e27a9b28
|
chore: Publish crates
|
2022-12-18 16:41:37 +09:00 |
|
Alexander Akait
|
649438b76a
|
feat(css/parser): Normalize selector AST (#6657)
|
2022-12-15 06:55:22 +00:00 |
|
Alexander Akait
|
199ac74618
|
feat(css/prefixer): Support font-face format (#6644)
|
2022-12-14 15:05:35 +00:00 |
|
SWC Bot
|
30692bc26c
|
chore: Publish crates
|
2022-12-13 15:48:32 +00:00 |
|
Alexander Akait
|
c8b724f14d
|
feat(css/prefixer): Support display (#6640)
|
2022-12-13 15:44:57 +00:00 |
|
SWC Bot
|
292c3388b5
|
chore: Publish crates
|
2022-12-13 07:31:37 +00:00 |
|
Alexander Akait
|
704b3ceb9c
|
feat(css/compat): Implement compat pass for media ranges (#6631)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-12-13 07:28:02 +00:00 |
|
SWC Bot
|
581d9ce769
|
chore: Publish crates
|
2022-12-13 03:38:21 +00:00 |
|
Alexander Akait
|
7d3aa66bb8
|
perf(html/minifier): Reduce allocations (#6623)
|
2022-12-13 12:34:55 +09:00 |
|
Donny/강동윤
|
3f469fff0b
|
chore(atoms): Make sort.sh cross-platform (#6629)
|
2022-12-12 13:50:36 +00:00 |
|
SWC Bot
|
4d4406d5b3
|
chore: Publish crates
|
2022-12-12 02:40:19 +00:00 |
|
Alexander Akait
|
cb49fa6f1d
|
feat(css/minifier): Support to and from with initial (#6613)
|
2022-12-12 02:36:48 +00:00 |
|
SWC Bot
|
59954370cb
|
chore: Publish crates
|
2022-11-20 00:30:30 +00:00 |
|
HeYunfei
|
9154bbc111
|
fix(es/minifier): Avoid dropping statements which has side-effects (#6476)
|
2022-11-20 00:26:52 +00:00 |
|
SWC Bot
|
51132f0636
|
chore: Publish crates
|
2022-10-27 00:19:24 +00:00 |
|
Alexander Akait
|
782da5c83a
|
feat(html/minifier): Handle crossorigin (#6261)
|
2022-10-27 00:16:24 +00:00 |
|
SWC Bot
|
b48ec880fd
|
chore: Publish crates
|
2022-10-19 04:00:51 +00:00 |
|
Alexander Akait
|
6c170e59c7
|
refactor(css/ast): Refactor dashed ident (#6198)
|
2022-10-19 03:58:16 +00:00 |
|
SWC Bot
|
a049ef058b
|
chore: Publish crates
|
2022-10-18 14:51:39 +00:00 |
|
Alexander Akait
|
0ba464d643
|
fix(html/minifier): Compress exportparts (#6187)
|
2022-10-18 14:48:47 +00:00 |
|
SWC Bot
|
1affcfe8e8
|
chore: Publish crates
|
2022-10-13 06:12:56 +00:00 |
|
Donny/강동윤
|
9c8ec0ea56
|
perf(atoms): Use thin pointer for Atom (#6135)
**Description:**
This PR changes the size of `Atom` type to `usize` from 2 * usize`.
**Related issue:**
- https://github.com/swc-project/swc/issues/4946.
|
2022-10-13 06:09:44 +00:00 |
|
Alexander Akait
|
39cfade7f8
|
fix(css/modules): Fix parsing and refactor code (#6132)
|
2022-10-13 12:17:11 +09:00 |
|
SWC Bot
|
56da9981bb
|
chore: Publish crates
|
2022-10-12 10:06:01 +00:00 |
|
Vincent Ricard
|
205a317c4d
|
feat(css/minifier): Compute calc expressions (#5966)
|
2022-10-12 10:03:14 +00:00 |
|
SWC Bot
|
dcb3a4371d
|
chore: Publish crates
|
2022-10-11 23:55:24 +00:00 |
|
Alexander Akait
|
7343cf3389
|
perf(atoms): Add more atoms (#6122)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-10-11 23:52:51 +00:00 |
|
Donny/강동윤
|
10fb645552
|
chore(ci): Merge CI scripts (#5999)
**Description:**
This PR merges CI scripts, and make integration tests use patched crates.
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5540.
|
2022-09-30 16:57:15 +09:00 |
|
OJ Kwon
|
af64217f19
|
build(cargo): Introduce workspace deps (#5997)
|
2022-09-30 13:43:32 +09: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
|
8a5ed1e0ba
|
chore: Publish crates
|
2022-09-23 07:50:26 +00:00 |
|
Donny/강동윤
|
5cddb4c734
|
feat(es/typescript): Support TS 4.9 (#5938)
**Description:**
This PR adds satisfaction expression to the AST and parser.
|
2022-09-23 16:41:56 +09: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 |
|
Donny/강동윤
|
f0ca487848
|
chore: Publish crates
|
2022-09-16 15:46:25 +09:00 |
|
Alexander Akait
|
7f62fa6227
|
perf(html): Reduce memory usage (#5867)
|
2022-09-15 04:17:05 +00:00 |
|
SWC Bot
|
d16fb9a8cf
|
chore: Publish crates
|
2022-09-13 05:04:36 +00:00 |
|
Alexander Akait
|
ccd618ce54
|
perf(html/minifier): Improve performance (#5838)
|
2022-09-13 14:01:41 +09:00 |
|
SWC Bot
|
9f28c246dc
|
chore: Publish crates
|
2022-09-12 04:34:08 +00:00 |
|
Donny/강동윤
|
24004270d9
|
perf(atoms): Reduce size of Atom (#5831)
**Description:**
This patch reduces the memory footprint.
|
2022-09-12 04:31:17 +00:00 |
|