mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
0b76d29ae4
swc_css_ast: - Add `SelectorLsit`. - Use `SelectorList` instead of `Vec<ComplexSelector>`.
79 lines
1.7 KiB
Plaintext
79 lines
1.7 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: StyleRule
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^
|
|
|
|
error: NamespacedName
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:1
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:3
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:5
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^^^^^^^^
|
|
|
|
error: Text
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:5
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:12
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^
|
|
|
|
error: Num
|
|
--> $DIR/tests/fixture/esbuild/misc/egyt9Hk9xnn2Xfbi3Ckfrg/input.css:1:12
|
|
|
|
|
1 | a { width: +.0; }
|
|
| ^^^
|
|
|