SWC Bot
|
2a6b7fd4c5
|
chore: Publish crates
|
2022-02-14 01:01:02 +09:00 |
|
Alexander Akait
|
da36e90d1e
|
feat(css/ast): Add ; to delimiters (#3551)
|
2022-02-14 01:00:38 +09:00 |
|
SWC Bot
|
1f677fdfee
|
chore: Publish crates
|
2022-02-12 15:58:06 +09:00 |
|
Alexander Akait
|
547eba5e31
|
feat(css/parser): Implement more error recovery (#3534)
|
2022-02-12 15:57:44 +09:00 |
|
SWC Bot
|
ccf9591dad
|
chore: Publish crates
|
2022-02-12 14:28:18 +09:00 |
|
Alexander Akait
|
cfb2248a2e
|
fix(css/ast): Use SimpleBlock in more types (#3535)
|
2022-02-12 14:28:00 +09:00 |
|
SWC Bot
|
90d080c16b
|
chore: Publish crates
|
2022-02-12 01:37:50 +09:00 |
|
Alexander Akait
|
fcbc2ff03f
|
feat(css/parser): Implement more parser logic for nth selectors (#3532)
|
2022-02-11 14:07:08 +00:00 |
|
SWC Bot
|
9efe3c8489
|
chore: Publish crates
|
2022-02-11 22:32:15 +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 |
|
SWC Bot
|
67c508429a
|
chore: Publish crates
|
2022-02-10 20:27:33 +09:00 |
|
Alexander Akait
|
92a3cb9609
|
refactor(css/ast): Remove Tokens in favor of Vec<TokenAndSpan> (#3507)
|
2022-02-10 11:25:19 +00:00 |
|
SWC Bot
|
2a609d2951
|
chore: Publish crates
|
2022-02-10 17:35:42 +09:00 |
|
Alexander Akait
|
2d997b3806
|
refactor(css/parser): Refactor code for error recovery (#3508)
|
2022-02-10 07:36:29 +00:00 |
|
SWC Bot
|
69181e822c
|
chore: Publish crates
|
2022-02-10 13:55:12 +09:00 |
|
Alexander Akait
|
4e124c7bca
|
refactor(css/parser): Refactor codes related to simple blocks (#3506)
|
2022-02-10 13:54:46 +09:00 |
|
Alexander Akait
|
8b438ea024
|
test(css/parser): Add some tests from postcss (#3501)
|
2022-02-09 14:41:28 +00:00 |
|
SWC Bot
|
df37b4472d
|
chore: Publish crates
|
2022-02-09 22:00:13 +09:00 |
|
Alexander Akait
|
cbe302b99d
|
feat(css): Support urange syntax (#3491)
|
2022-02-09 12:23:14 +00:00 |
|
Donny/강동윤
|
8dbc949cfe
|
chore: Publish crates
|
2022-02-09 19:43:50 +09:00 |
|
Alexander Akait
|
460f846934
|
refactor(css/ast): Rename types to match specification (#3484)
|
2022-02-09 19:43:15 +09: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 |
|
Donny/강동윤
|
e8c15356e3
|
chore: Publish crates
|
2022-02-09 12:59:55 +09:00 |
|
Alexander Akait
|
48e5b903e2
|
feat(css/parser): Improve error recovery (#3486)
|
2022-02-09 03:49:59 +00:00 |
|
Alexander Akait
|
04782ae9f7
|
test(css/parser): Add tests from postcss (#3488)
|
2022-02-09 03:25:54 +00:00 |
|
Donny/강동윤
|
cd81a6ba89
|
chore: Publish crates
|
2022-02-08 21:05:12 +09:00 |
|
Alexander Akait
|
dc939c65af
|
feat(css/ast): Add types for all dimensions (#3477)
|
2022-02-08 11:57:57 +00:00 |
|
Donny/강동윤
|
f8c62b6cac
|
chore: Publish crates
|
2022-02-08 20:29:10 +09:00 |
|
Alexander Akait
|
fd5668c32f
|
feat(css): Add support for @property at-rule (#3470)
|
2022-02-08 11:27:54 +00:00 |
|
Donny/강동윤
|
8bf5cf4d03
|
chore(es): Fix clippy warnings (#3482)
|
2022-02-08 19:50:22 +09:00 |
|
Donny/강동윤
|
214dc4736b
|
chore: Publish crates
|
2022-02-08 13:52:33 +09:00 |
|
Alexander Akait
|
e6f4fbf056
|
feat(css/ast): Add types for @counter-style at-rule (#3469)
|
2022-02-08 13:52:14 +09:00 |
|
Donny/강동윤
|
ec120199eb
|
chore: Publish crates
|
2022-02-08 00:42:17 +09:00 |
|
Alexander Akait
|
df08e4cfd7
|
fix(css/ast): Fix type definitions for @document at-rule (#3468)
|
2022-02-08 00:41:56 +09:00 |
|
Donny/강동윤
|
7b9379e1d1
|
chore: Publish crates
|
2022-02-07 21:35:06 +09:00 |
|
Alexander Akait
|
69660fd161
|
refactor(css/ast): Remove unused types (#3465)
|
2022-02-07 21:34:41 +09:00 |
|
Donny/강동윤
|
5276054df3
|
chore: Publish crates
|
2022-02-07 06:43:46 +09:00 |
|
Alexander Akait
|
4853821d00
|
fix(css): Fix parsing of @page at-rule (#3356)
|
2022-02-06 20:22:30 +00:00 |
|
Donny/강동윤
|
92116f6133
|
chore: Publish crates
|
2022-02-07 04:46:44 +09:00 |
|
Alexander Akait
|
e732250cdf
|
fix(css/parser): Report errors of at-rules (#3461)
|
2022-02-06 17:06:32 +00:00 |
|
Donny/강동윤
|
bd34a84d56
|
chore: Publish crates
|
2022-02-06 13:44:50 +09:00 |
|
Alexander Akait
|
cd87d965f3
|
refactor(css/ast): Refactor types related to selectors (#3460)
|
2022-02-06 04:24:51 +00:00 |
|
Donny/강동윤
|
be7d5cc4d5
|
chore: Publish crates
|
2022-02-05 23:23:09 +09:00 |
|
Alexander Akait
|
38879de8de
|
refactor(css/ast): Change AST for !important (#3440)
|
2022-02-05 23:22:47 +09:00 |
|
Alexander Akait
|
479b509845
|
test(css/parser): Add more tests for the selector parser (#3455)
|
2022-02-05 06:22:32 +00:00 |
|
Donny/강동윤
|
811ac08d32
|
chore: Publish crates
|
2022-02-04 14:12:11 +09:00 |
|
Alexander Akait
|
5c1b02182d
|
refactor(css/ast): Refactor types related to @keyframes at-rule (#3441)
|
2022-02-04 05:10:35 +00:00 |
|
Donny/강동윤
|
dc92beb038
|
chore: Publish crates
|
2022-02-04 13:06:57 +09:00 |
|
Alexander Akait
|
49564d9b5d
|
feat(css/ast): Improve types related to url tokens (#3444)
|
2022-02-04 04:05:44 +00:00 |
|