mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 19:14:01 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
79 lines
1.8 KiB
Plaintext
79 lines
1.8 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:1
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:3
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:5
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:5
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:12
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^
|
|
|
|
error: HashValue
|
|
--> $DIR/tests/fixture/esbuild/misc/9IIa-42s3YQFw8ilk39GdQ/input.css:1:12
|
|
|
|
|
1 | a { color: #AABBCCFF }
|
|
| ^^^^^^^^^
|
|
|