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.
31 lines
756 B
Plaintext
31 lines
756 B
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/lJZ-deFRPQReFbr84abctQ/input.css:1:1
|
|
|
|
|
1 | @import url("foo.css") ;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/lJZ-deFRPQReFbr84abctQ/input.css:1:1
|
|
|
|
|
1 | @import url("foo.css") ;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/lJZ-deFRPQReFbr84abctQ/input.css:1:1
|
|
|
|
|
1 | @import url("foo.css") ;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ImportRule
|
|
--> $DIR/tests/fixture/esbuild/misc/lJZ-deFRPQReFbr84abctQ/input.css:1:1
|
|
|
|
|
1 | @import url("foo.css") ;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/esbuild/misc/lJZ-deFRPQReFbr84abctQ/input.css:1:9
|
|
|
|
|
1 | @import url("foo.css") ;
|
|
| ^^^^^^^^^^^^^^
|
|
|