mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01: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.
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:1
|
|
|
|
|
1 | &*|b {}
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:4
|
|
|
|
|
1 | &*|b {}
|
|
| ^
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/Pkkf0GfuA1VzI7L4dGjS-A/input.css:1:6
|
|
|
|
|
1 | &*|b {}
|
|
| ^^
|
|
|