Alexander Akait
|
0b76d29ae4
|
feat(css/ast): Add SelectorList (#2639)
swc_css_ast:
- Add `SelectorLsit`.
- Use `SelectorList` instead of `Vec<ComplexSelector>`.
|
2021-11-04 09:54:55 +00:00 |
|
Alexander Akait
|
4f0473616d
|
feat(css/ast): Add value to the whitespace token (#2533)
|
2021-10-28 23:48:31 +09:00 |
|
Alexander Akait
|
0e458778ec
|
refactor(css/ast): Rename types (#2532)
|
2021-10-27 03:38:05 +09:00 |
|
Alexander Akait
|
e2e4f2f64f
|
fix(css/ast): Fix delimiter token (#2415)
|
2021-10-14 13:22:51 +09:00 |
|
Alexander Akait
|
4ff1b7568c
|
feat(css/ast): Add raw to Text (#2361)
|
2021-10-07 20:32:54 +09:00 |
|
강동윤
|
d8ae4c4e90
|
fix(css/parser): Fix parsing of selectors (#2217)
swc_css_parser:
- Remove `Parse<CompoundSelector>` implementation.
- Add `Parse<ComplexSelector>` implementation.
- Add `Parse<Vec<ComplexSelector>>` implementation.
- Verify tokens input.
|
2021-09-08 01:19:14 +00:00 |
|