mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
37 lines
882 B
Plaintext
37 lines
882 B
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/esbuild/misc/eqYc139qNzkqXqBaJaQm6A/input.css:1:1
|
|
|
|
|
1 | @import url(foo.css);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/esbuild/misc/eqYc139qNzkqXqBaJaQm6A/input.css:1:1
|
|
|
|
|
1 | @import url(foo.css);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/esbuild/misc/eqYc139qNzkqXqBaJaQm6A/input.css:1:1
|
|
|
|
|
1 | @import url(foo.css);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ImportRule
|
|
--> $DIR/tests/fixture/esbuild/misc/eqYc139qNzkqXqBaJaQm6A/input.css:1:1
|
|
|
|
|
1 | @import url(foo.css);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: ImportSource
|
|
--> $DIR/tests/fixture/esbuild/misc/eqYc139qNzkqXqBaJaQm6A/input.css:1:9
|
|
|
|
|
1 | @import url(foo.css);
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: UrlValue
|
|
--> $DIR/tests/fixture/esbuild/misc/eqYc139qNzkqXqBaJaQm6A/input.css:1:9
|
|
|
|
|
1 | @import url(foo.css);
|
|
| ^^^^^^^^^^^^
|
|
|