mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
25 lines
591 B
Plaintext
25 lines
591 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 );
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/function/input.css:7:21
|
|
|
|
|
7 | prop: func({ foo: bar });
|
|
| ^
|
|
|