Alexander Akait
|
0b1042354c
|
fix(css/lexer): Exclude whitespace from spans (#2702)
|
2021-11-11 14:15:01 +09:00 |
|
Alexander Akait
|
75e6e08e14
|
refactor(css/ast): Refactor complex selector to represent all css (#2660)
swc_css_ast:
- Add a type to represent a child of `ComplexSelector`.
|
2021-11-08 00:29:25 +09:00 |
|
Alexander Akait
|
6ae3af3673
|
feat(css/ast): Add nested selector (#2641)
|
2021-11-06 16:58:41 +00:00 |
|
Alexander Akait
|
c361982963
|
refactor(css/ast): Rename NamespacedName to TypeSelector (#2642)
|
2021-11-06 16:01:50 +00:00 |
|
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
|
0e458778ec
|
refactor(css/ast): Rename types (#2532)
|
2021-10-27 03:38:05 +09:00 |
|
Donny/강동윤
|
7f04ef4715
|
feat(css/parser): Allow invalid line comments (#2443)
swc_css_parser:
- Accept line comments with an option.
|
2021-10-15 23:21:33 +09:00 |
|