Alexander Akait
|
96d6f37c20
|
feat(css/parser): Improve error reporting (#3999)
|
2022-03-13 18:37:42 +00:00 |
|
Alexander Akait
|
516dbc65dc
|
feat(css/codegen): Fix source maps and ast defs (#3974)
|
2022-03-11 16:54:33 +00:00 |
|
Alexander Akait
|
6f781c3b43
|
feat(css/parser): Improve error recovery (#3901)
|
2022-03-07 16:33:35 +00:00 |
|
Alexander Akait
|
c84bf133a6
|
feat(css): Improve error recovery (#3853)
|
2022-03-05 11:58:40 +00:00 |
|
Alexander Akait
|
f969f8c5f5
|
feat(css/parser): Improve error recovery (#3810)
|
2022-03-02 05:27:16 +00:00 |
|
Alexander Akait
|
9b92eba636
|
feat(css/ast): Allow more syntax for @supports at-rule (#3740)
|
2022-02-25 18:01:38 +00:00 |
|
Alexander Akait
|
321ee756d9
|
refactor(css/ast): Fix the type definitions for an plus b syntax (#3682)
|
2022-02-23 16:20:40 +00:00 |
|
Alexander Akait
|
b7dcccc748
|
fix(css/parser): Fix parsing of component values (#3611)
|
2022-02-17 14:20:17 +00:00 |
|
Alexander Akait
|
e97074b6c3
|
feat(css/ast): Use SimpleBlock in more places (#3575)
|
2022-02-16 12:40:16 +09:00 |
|
Alexander Akait
|
aed622be2f
|
refactor(css/ast): Rename tokens to match spec (#3553)
|
2022-02-14 13:05:16 +00:00 |
|
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
|
92a3cb9609
|
refactor(css/ast): Remove Tokens in favor of Vec<TokenAndSpan> (#3507)
|
2022-02-10 11:25:19 +00:00 |
|
Alexander Akait
|
8b438ea024
|
test(css/parser): Add some tests from postcss (#3501)
|
2022-02-09 14:41:28 +00:00 |
|
Alexander Akait
|
460f846934
|
refactor(css/ast): Rename types to match specification (#3484)
|
2022-02-09 19:43:15 +09:00 |
|
Alexander Akait
|
dc939c65af
|
feat(css/ast): Add types for all dimensions (#3477)
|
2022-02-08 11:57:57 +00:00 |
|
Alexander Akait
|
4853821d00
|
fix(css): Fix parsing of @page at-rule (#3356)
|
2022-02-06 20:22:30 +00:00 |
|
Alexander Akait
|
e732250cdf
|
fix(css/parser): Report errors of at-rules (#3461)
|
2022-02-06 17:06:32 +00:00 |
|
Alexander Akait
|
cd87d965f3
|
refactor(css/ast): Refactor types related to selectors (#3460)
|
2022-02-06 04:24:51 +00:00 |
|
Alexander Akait
|
eeedd9adf5
|
refactor(css/ast): Rename property to name (#3410)
|
2022-01-31 05:02:30 +00:00 |
|
Alexander Akait
|
dfa0286aca
|
feat(css/ast): Add types for dashed identifiers and @color-profile at-rules (#3364)
|
2022-01-26 20:35:49 +09:00 |
|
Alexander Akait
|
9f3806029c
|
fix(css): Fix @supports at-rule (#3329)
|
2022-01-21 22:32:49 +09:00 |
|
Alexander Akait
|
f89ffa67ae
|
fix(css): Fix @keyframes at-rule (#3331)
|
2022-01-21 01:55:49 +00:00 |
|
Alexander Akait
|
34943ffa15
|
fix(css): Fix the type definition of @support at-rules (#3330)
|
2022-01-21 00:57:29 +00:00 |
|
Alexander Akait
|
506a31078a
|
fix(css/parser): Fix parsing of at rules (#3328)
|
2022-01-20 14:15:36 +00:00 |
|
Alexander Akait
|
0723ee2828
|
fix(css): Fix parsing of media queries (#3318)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-01-20 02:57:24 +00:00 |
|
Alexander Akait
|
c195335012
|
feat(css): Support @layer at-rule (#3258)
|
2022-01-14 11:21:41 +00:00 |
|
Alexander Akait
|
8781527751
|
fix(css/ast): Fix type definitions related to parsing unknown at-rules (#2922)
swc_css_ast:
- Rename `FnValue` to `Function`.
|
2021-12-01 17:07:49 +00:00 |
|
Alexander Akait
|
fcd0d7a6cb
|
feat(css/ast): Add a flag to number types (#2905)
swc_css_ast:
- Add a flag to distinguish integer and floats.
|
2021-11-30 01:54:10 +00:00 |
|
Donny/강동윤
|
1d518fe381
|
refactor: Flatten css (#2731)
|
2021-11-12 19:37:05 +09:00 |
|