swc/css/parser/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/span.rust-debug
강동윤 0d63470eba
feat(css): Groundwork for css processor (#2105)
swc_css_ast:
 - Rename `Values` to `SpaceValues`.

swc_css_parser:
 - Add `parse_str`.
 - Make `ErrorKind` `#[non_exhaustive]`.
 - Fix span.

swc_css_visit:
 - Create visitors.
2021-08-20 07:48:08 +00:00

37 lines
891 B
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/input.css:1:1
|
1 | @n\61mespace ns 'path';
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Rule
--> $DIR/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/input.css:1:1
|
1 | @n\61mespace ns 'path';
| ^^^^^^^^^^^^^^^^^^^^^^^
error: AtRule
--> $DIR/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/input.css:1:1
|
1 | @n\61mespace ns 'path';
| ^^^^^^^^^^^^^^^^^^^^^^^
error: NamespaceRule
--> $DIR/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/input.css:1:1
|
1 | @n\61mespace ns 'path';
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/input.css:1:14
|
1 | @n\61mespace ns 'path';
| ^^
error: Str
--> $DIR/tests/fixture/esbuild/misc/Zb1jcH156xr4eFiUgmg-jg/input.css:1:17
|
1 | @n\61mespace ns 'path';
| ^^^^^^