mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
404 lines
10 KiB
Plaintext
404 lines
10 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | prop: [];
|
|
3 | | prop: [ ];
|
|
4 | | prop: [row1-start];
|
|
... |
|
|
7 | | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
8 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | prop: [];
|
|
3 | | prop: [ ];
|
|
4 | | prop: [row1-start];
|
|
... |
|
|
7 | | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
8 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | prop: [];
|
|
3 | | prop: [ ];
|
|
4 | | prop: [row1-start];
|
|
... |
|
|
7 | | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
8 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:1:5
|
|
|
|
|
1 | div {
|
|
| _____^
|
|
2 | | prop: [];
|
|
3 | | prop: [ ];
|
|
4 | | prop: [row1-start];
|
|
... |
|
|
7 | | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
8 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:2:5
|
|
|
|
|
2 | prop: [];
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:2:5
|
|
|
|
|
2 | prop: [];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:2:12
|
|
|
|
|
2 | prop: [];
|
|
| ^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:2:12
|
|
|
|
|
2 | prop: [];
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:3:5
|
|
|
|
|
3 | prop: [ ];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:3:5
|
|
|
|
|
3 | prop: [ ];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:3:12
|
|
|
|
|
3 | prop: [ ];
|
|
| ^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:3:12
|
|
|
|
|
3 | prop: [ ];
|
|
| ^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:4:5
|
|
|
|
|
4 | prop: [row1-start];
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:4:5
|
|
|
|
|
4 | prop: [row1-start];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:4:12
|
|
|
|
|
4 | prop: [row1-start];
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:4:12
|
|
|
|
|
4 | prop: [row1-start];
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:4:13
|
|
|
|
|
4 | prop: [row1-start];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:4:13
|
|
|
|
|
4 | prop: [row1-start];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:5:5
|
|
|
|
|
5 | prop: [ row1-start-with-spaces-around ];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:5:5
|
|
|
|
|
5 | prop: [ row1-start-with-spaces-around ];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:5:12
|
|
|
|
|
5 | prop: [ row1-start-with-spaces-around ];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:5:12
|
|
|
|
|
5 | prop: [ row1-start-with-spaces-around ];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:5:16
|
|
|
|
|
5 | prop: [ row1-start-with-spaces-around ];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:5:16
|
|
|
|
|
5 | prop: [ row1-start-with-spaces-around ];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:5
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:5
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:12
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:12
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:13
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:13
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:17
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^
|
|
|
|
error: HashValue
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:17
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:22
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:22
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:22
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:6:24
|
|
|
|
|
6 | prop: [red #fff 12px];
|
|
| ^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:5
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:5
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:11
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:11
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:12
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:12
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:24
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^
|
|
|
|
error: PercentValue
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:24
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:24
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:28
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:28
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:29
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:29
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:38
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:38
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:50
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^
|
|
|
|
error: PercentValue
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:50
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:50
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:54
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:54
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:55
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/square-brackets/input.css:7:55
|
|
|
|
|
7 | prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
| ^^^^^^^^
|
|
|