mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +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.
79 lines
1.9 KiB
Plaintext
79 lines
1.9 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:1
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:1
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:1
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: PageRule
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:1
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: PageRuleBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:7
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: PageRuleBlockItem
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: NestedPageRule
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^
|
|
|
|
error: SubclassSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^
|
|
|
|
error: AtSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:9
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^^^^^^^^
|
|
|
|
error: PageRuleBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/kdJ9F7n35563o0T6W1TEXw/input.css:1:19
|
|
|
|
|
1 | @page { @top-left {} }
|
|
| ^^
|
|
|