mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
109 lines
3.5 KiB
Plaintext
109 lines
3.5 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:1
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:1
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:1
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DocumentRule
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:1
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: FnValue
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:16
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:16
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:31
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:34
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:36
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:36
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:43
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/ElFW4lY06Cb-VFYtK0WX4A/input.css:1:43
|
|
|
|
|
1 | @-moz-document url-prefix() { h1 { color: green } }
|
|
| ^^^^^
|
|
|