Alexander Akait
|
cfb2248a2e
|
fix(css/ast): Use SimpleBlock in more types (#3535)
|
2022-02-12 14:28:00 +09:00 |
|
Alexander Akait
|
37c49e876c
|
refactor(css/ast): Unify SimpleBlock and Block completely (#3531)
|
2022-02-11 22:31:51 +09:00 |
|
Alexander Akait
|
57f6a581fa
|
refactor(css/ast): Unify SimpleBlock and Block (#3519)
|
2022-02-11 03:58:26 +00:00 |
|
Alexander Akait
|
69cfe395c7
|
feat(css/minifier): Implement more rules (#3522)
|
2022-02-11 12:33:08 +09:00 |
|
Alexander Akait
|
ebd71d565d
|
test(css/codegen): Add tests for multiple keyframe selectors (#3509)
|
2022-02-10 05:39:54 +00:00 |
|
Donny/강동윤
|
9b76783281
|
refactor(common): Cleanup & rustfmt (#3495)
swc_common:
- Merge identical source codes.
swc_css_parser:
- Deny `clippy::all`.
- Fix lints.
|
2022-02-09 06:33:32 +00:00 |
|
Alexander Akait
|
fd5668c32f
|
feat(css): Add support for @property at-rule (#3470)
|
2022-02-08 11:27:54 +00:00 |
|
Alexander Akait
|
e6f4fbf056
|
feat(css/ast): Add types for @counter-style at-rule (#3469)
|
2022-02-08 13:52:14 +09:00 |
|
Alexander Akait
|
df08e4cfd7
|
fix(css/ast): Fix type definitions for @document at-rule (#3468)
|
2022-02-08 00:41:56 +09:00 |
|
Alexander Akait
|
0ca036a962
|
feat(css/codegen): Improve minification for page rules (#3467)
|
2022-02-07 14:54:42 +00:00 |
|
Alexander Akait
|
81850c2b30
|
feat(css/codegen): Implement minification of identifiers (#3466)
|
2022-02-07 14:29:38 +00:00 |
|
Alexander Akait
|
4853821d00
|
fix(css): Fix parsing of @page at-rule (#3356)
|
2022-02-06 20:22:30 +00:00 |
|
Alexander Akait
|
38879de8de
|
refactor(css/ast): Change AST for !important (#3440)
|
2022-02-05 23:22:47 +09:00 |
|
Alexander Akait
|
eeedd71705
|
feat(css/codegen): Implement minification of hex colors (#3453)
|
2022-02-05 05:02:10 +00:00 |
|
Alexander Akait
|
49564d9b5d
|
feat(css/ast): Improve types related to url tokens (#3444)
|
2022-02-04 04:05:44 +00:00 |
|
Alexander Akait
|
f1410fc09b
|
feat(css/lexer): Implement error recovery for functions (#3445)
|
2022-02-04 12:29:56 +09:00 |
|
Alexander Akait
|
73efd72cbe
|
test(css/codegen): Verify AST is not broken after minification (#3430)
|
2022-02-03 12:50:13 +09:00 |
|
Alexander Akait
|
340844ae6e
|
feat(css/codegen): Improve minification of numbers (#3423)
|
2022-02-02 12:59:39 +09:00 |
|
Alexander Akait
|
30c29a30cf
|
feat(css): Improve codegen where minify: true (#3414)
swc_css_codegen:
- Improve minification.
swc_css_parser:
- Add parsing rule for `sum`.
|
2022-02-01 12:30:44 +00:00 |
|
Alexander Akait
|
75a14f98b7
|
fix(css): Allow empty @media at-rule (#3404)
|
2022-01-30 22:49:09 +09:00 |
|
Alexander Akait
|
2dc31d9d14
|
feat(css/ast): Add / to the delimiters (#3402)
|
2022-01-30 04:49:48 +00:00 |
|
Alexander Akait
|
64383e385c
|
test(css/codegen): Add more tests (#3405)
|
2022-01-30 12:37:21 +09:00 |
|
Alexander Akait
|
b31619d48e
|
refactor(css/ast): Refactor delimited values (#3397)
|
2022-01-29 12:10:29 +09:00 |
|
Alexander Akait
|
c73835bfeb
|
feat(css/parser): Improve selector parser (#3386)
|
2022-01-28 01:11:26 +09:00 |
|
Alexander Akait
|
0537ef1a11
|
feat(css/codegen): Implement minify: true (#3369)
|
2022-01-27 21:44:38 +09:00 |
|
Donny/강동윤
|
1d518fe381
|
refactor: Flatten css (#2731)
|
2021-11-12 19:37:05 +09:00 |
|