swc/css/ast/src
Alexander Akait c2ce89c0fb
feat(css): Add BadUrl token (#2426)
swc_css_ast:
 - Add `BadUrl` to `Token`.

swc_css_parser:
 - Implement error recovery for bad urls.
2021-10-15 22:36:54 +09:00
..
at_rule fix(css): Change the type of the source of @import rules. (#2363) 2021-10-08 20:55:19 +09:00
base.rs feat(css/ast): Add raw to Str (#2295) 2021-10-10 10:43:11 +09:00
lib.rs feat(css): Add error recovery for tokens in selector positions (#2357) 2021-10-06 09:25:05 +00:00
property.rs feat(css): Implement parser (#2074) 2021-08-19 05:16:32 +00:00
selector.rs fix(css/ast): Fix typo (#2298) 2021-09-24 15:48:31 +09:00
style_rule.rs feat(css): Recover from invalid properties (#2312) 2021-09-28 09:58:56 +00:00
token.rs feat(css): Add BadUrl token (#2426) 2021-10-15 22:36:54 +09:00
unit.rs feat(css): Implement parser (#2074) 2021-08-19 05:16:32 +00:00
value.rs feat(css/ast): Add raw to Url (#2389) 2021-10-11 12:33:11 +09:00