mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
266 lines
4.5 KiB
Plaintext
266 lines
4.5 KiB
Plaintext
|
error: Stylesheet
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | / div {
|
||
|
2 | | property: 10;
|
||
|
3 | | property: +10;
|
||
|
4 | | property: -10;
|
||
|
... |
|
||
|
9 | | property: +.1;
|
||
|
10 | | }
|
||
|
| |__^
|
||
|
|
||
|
error: Rule
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | / div {
|
||
|
2 | | property: 10;
|
||
|
3 | | property: +10;
|
||
|
4 | | property: -10;
|
||
|
... |
|
||
|
9 | | property: +.1;
|
||
|
10 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: StyleRule
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | / div {
|
||
|
2 | | property: 10;
|
||
|
3 | | property: +10;
|
||
|
4 | | property: -10;
|
||
|
... |
|
||
|
9 | | property: +.1;
|
||
|
10 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: ComplexSelector
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | div {
|
||
|
| ^^^
|
||
|
|
||
|
error: CompoundSelector
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | div {
|
||
|
| ^^^
|
||
|
|
||
|
error: NamespacedName
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | div {
|
||
|
| ^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:1:1
|
||
|
|
|
||
|
1 | div {
|
||
|
| ^^^
|
||
|
|
||
|
error: DeclBlock
|
||
|
--> $DIR/tests/fixture/number/input.css:1:5
|
||
|
|
|
||
|
1 | div {
|
||
|
| _____^
|
||
|
2 | | property: 10;
|
||
|
3 | | property: +10;
|
||
|
4 | | property: -10;
|
||
|
... |
|
||
|
9 | | property: +.1;
|
||
|
10 | | }
|
||
|
| |_^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:2:5
|
||
|
|
|
||
|
2 | property: 10;
|
||
|
| ^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:2:5
|
||
|
|
|
||
|
2 | property: 10;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:2:15
|
||
|
|
|
||
|
2 | property: 10;
|
||
|
| ^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:2:15
|
||
|
|
|
||
|
2 | property: 10;
|
||
|
| ^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:3:5
|
||
|
|
|
||
|
3 | property: +10;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:3:5
|
||
|
|
|
||
|
3 | property: +10;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:3:15
|
||
|
|
|
||
|
3 | property: +10;
|
||
|
| ^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:3:15
|
||
|
|
|
||
|
3 | property: +10;
|
||
|
| ^^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:4:5
|
||
|
|
|
||
|
4 | property: -10;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:4:5
|
||
|
|
|
||
|
4 | property: -10;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:4:15
|
||
|
|
|
||
|
4 | property: -10;
|
||
|
| ^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:4:15
|
||
|
|
|
||
|
4 | property: -10;
|
||
|
| ^^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:5:5
|
||
|
|
|
||
|
5 | property: 0.1;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:5:5
|
||
|
|
|
||
|
5 | property: 0.1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:5:15
|
||
|
|
|
||
|
5 | property: 0.1;
|
||
|
| ^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:5:15
|
||
|
|
|
||
|
5 | property: 0.1;
|
||
|
| ^^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:6:5
|
||
|
|
|
||
|
6 | property: +0.1;
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:6:5
|
||
|
|
|
||
|
6 | property: +0.1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:6:15
|
||
|
|
|
||
|
6 | property: +0.1;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:6:15
|
||
|
|
|
||
|
6 | property: +0.1;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:7:5
|
||
|
|
|
||
|
7 | property: -0.1;
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:7:5
|
||
|
|
|
||
|
7 | property: -0.1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:7:15
|
||
|
|
|
||
|
7 | property: -0.1;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:7:15
|
||
|
|
|
||
|
7 | property: -0.1;
|
||
|
| ^^^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:8:5
|
||
|
|
|
||
|
8 | property: -.1;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:8:5
|
||
|
|
|
||
|
8 | property: -.1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:8:15
|
||
|
|
|
||
|
8 | property: -.1;
|
||
|
| ^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:8:15
|
||
|
|
|
||
|
8 | property: -.1;
|
||
|
| ^^^
|
||
|
|
||
|
error: Property
|
||
|
--> $DIR/tests/fixture/number/input.css:9:5
|
||
|
|
|
||
|
9 | property: +.1;
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: Text
|
||
|
--> $DIR/tests/fixture/number/input.css:9:5
|
||
|
|
|
||
|
9 | property: +.1;
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: Value
|
||
|
--> $DIR/tests/fixture/number/input.css:9:15
|
||
|
|
|
||
|
9 | property: +.1;
|
||
|
| ^^^
|
||
|
|
||
|
error: Num
|
||
|
--> $DIR/tests/fixture/number/input.css:9:15
|
||
|
|
|
||
|
9 | property: +.1;
|
||
|
| ^^^
|
||
|
|