mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
392 lines
7.2 KiB
Plaintext
392 lines
7.2 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | / div {
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: TagNameSelector
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: WqName
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:1:1
|
|
|
|
|
1 | div {
|
|
| ^^^
|
|
|
|
error: SimpleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:1:5
|
|
|
|
|
1 | div {
|
|
| _____^
|
|
2 | | width: 100e\x;
|
|
3 | | width: 100ex;
|
|
4 | | width: 100px;
|
|
5 | | width: 100PX;
|
|
6 | | width: 100pX;
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: StyleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:2:5
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:2:12
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:2:15
|
|
|
|
|
2 | width: 100e\x;
|
|
| ^^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: StyleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:3:5
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:3:12
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:3:15
|
|
|
|
|
3 | width: 100ex;
|
|
| ^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: StyleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:4:5
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:4:12
|
|
|
|
|
4 | width: 100px;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:4:15
|
|
|
|
|
4 | width: 100px;
|
|
| ^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: StyleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:5:5
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:5:12
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:5:15
|
|
|
|
|
5 | width: 100PX;
|
|
| ^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: StyleBlock
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: DeclarationName
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:6:5
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: ComponentValue
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Dimension
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Length
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/value/length/input.css:6:12
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/value/length/input.css:6:15
|
|
|
|
|
6 | width: 100pX;
|
|
| ^^
|
|
|