mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +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.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: AttrSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:1
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:2
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:2
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:7
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^^
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/p4k8Aj2Nw7Pd4QNaHfLCyg/input.css:1:12
|
|
|
|
|
1 | [attr="-"] {}
|
|
| ^^
|
|
|