mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 10:37:56 +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.7 KiB
Plaintext
67 lines
1.7 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:1
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:1
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:1
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ViewportRule
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:1
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:11
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: Property
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:13
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:13
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:20
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:20
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:20
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/input.css:1:23
|
|
|
|
|
1 | @viewport { width: 100vw }
|
|
| ^^
|
|
|