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.
93 lines
2.2 KiB
Plaintext
93 lines
2.2 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:1
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:2
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^
|
|
|
|
error: PseudoSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:2
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:3
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^
|
|
|
|
error: Tokens
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:9
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Property
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:11
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:11
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:20
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/esbuild/misc/6kUhG0W7hwZxIuaCsZ7pHg/input.css:1:20
|
|
|
|
|
1 | a:after { content: 'a\62 c' }
|
|
| ^^^^^^^^
|
|
|