mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
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") ;
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|