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 |
|
Alexander Akait
|
8af2173a33
|
test(css/parser): Add tests for comments in selectors (#2293)
|
2021-09-24 17:09:57 +09:00 |
|
Alexander Akait
|
75c930caf1
|
fix(css/ast): Fix typo (#2298)
|
2021-09-24 15:48:31 +09: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 |
|