mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
19 lines
414 B
Plaintext
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);
|
|
| ^
|
|
|