mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
|
error: Expected Declaration value
|
||
|
--> $DIR/tests/recovery/function/input.css:2:18
|
||
|
|
|
||
|
2 | prop: func(1 + 2);
|
||
|
| ^
|
||
|
|
||
|
error: Expected Declaration value
|
||
|
--> $DIR/tests/recovery/function/input.css:3:21
|
||
|
|
|
||
|
3 | prop: func(ident.ident);
|
||
|
| ^
|
||
|
|
||
|
error: Expected Declaration value
|
||
|
--> $DIR/tests/recovery/function/input.css:4:25
|
||
|
|
|
||
|
4 | prop: func3( ident.ident );
|
||
|
| ^
|
||
|
|