swc/crates/swc_css_parser/tests/recovery/delim-token/plus/output.swc-stderr
Alexander Akait 30c29a30cf
feat(css): Improve codegen where minify: true (#3414)
swc_css_codegen:
 - Improve minification.

swc_css_parser:
 - Add parsing rule for `sum`.
2022-02-01 12:30:44 +00:00

19 lines
414 B
Plaintext

error: Expected Declaration value
--> $DIR/tests/recovery/delim-token/plus/input.css:2:11
|
2 | prop: +;
| ^
error: Expected Declaration value
--> $DIR/tests/recovery/delim-token/plus/input.css:3:14
|
3 | prop1: 1 + 2;
| ^
error: Expected Declaration value
--> $DIR/tests/recovery/delim-token/plus/input.css:4:19
|
4 | prop2: func(1 + 2);
| ^