mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:1
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:2
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:2
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:7
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^^^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/e_FDMPgmGFzIY3W0EbjxHA/input.css:1:13
|
|
|
|
|
1 | [\6es|attr] {}
|
|
| ^^
|
|
|