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
|
8c61d0d609
|
feat(css/ast): Add RoundBracketBlock to Value (#2618)
|
2021-11-04 12:05:29 +09:00 |
|
Alexander Akait
|
0e458778ec
|
refactor(css/ast): Rename types (#2532)
|
2021-10-27 03:38:05 +09:00 |
|
Alexander Akait
|
5234530cd5
|
fix(css/ast): Use correct type for units (#2464)
|
2021-10-19 17:32:59 +09:00 |
|
Alexander Akait
|
4f2dbd816c
|
fix(css/parser): Fix parsing of numbers (#2444)
|
2021-10-17 23:24:28 +09:00 |
|
Alexander Akait
|
4ff1b7568c
|
feat(css/ast): Add raw to Text (#2361)
|
2021-10-07 20:32:54 +09:00 |
|
Donny/강동윤
|
b206404d94
|
feat(css): Recover from invalid properties (#2312)
swc_css_ast:
- Add `DeclBlockItem`.
- Change `DeclBlock.properties` to `DeclBlock.items`.
swc_css_parser:
- Add a way to recovered errors.
|
2021-09-28 09:58:56 +00:00 |
|
강동윤
|
0d63470eba
|
feat(css): Groundwork for css processor (#2105)
swc_css_ast:
- Rename `Values` to `SpaceValues`.
swc_css_parser:
- Add `parse_str`.
- Make `ErrorKind` `#[non_exhaustive]`.
- Fix span.
swc_css_visit:
- Create visitors.
|
2021-08-20 07:48:08 +00:00 |
|
강동윤
|
d39acd1d11
|
feat(css): Implement parser (#2074)
|
2021-08-19 05:16:32 +00:00 |
|