mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +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.
133 lines
3.2 KiB
Plaintext
133 lines
3.2 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:1
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: DeclBlock
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:3
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Property
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:5
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:5
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:14
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:14
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:16
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:16
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:18
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:18
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:18
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:19
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:22
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:22
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:22
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/esbuild/misc/4WSp4-HbKB-f1GLF00sf6A/input.css:1:23
|
|
|
|
|
1 | a { padding: 0 1 0px 1px }
|
|
| ^^
|
|
|