mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
0d63470eba
swc_css_ast: - Rename `Values` to `SpaceValues`. swc_css_parser: - Add `parse_str`. - Make `ErrorKind` `#[non_exhaustive]`. - Fix span. swc_css_visit: - Create visitors.
67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:1
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:2
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:2
|
|
|
|
|
1 | [a|b]{}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:4
|
|
|
|
|
1 | [a|b]{}
|
|
| ^
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/TdBn3uBF54mw96CCUwpgew/input.css:1:6
|
|
|
|
|
1 | [a|b]{}
|
|
| ^^
|
|
|