swc/crates/swc_css_parser
2022-04-20 08:05:02 +00:00
..
src fix(css/parser): Parse legacy calcs (#4320) 2022-04-13 07:02:31 +00:00
tests feat(css/parser): Improve error recovery for unknown at-rules (#4257) 2022-04-06 05:07:48 +00:00
Cargo.toml fix(plugin): Align deps to fix build (#4377) 2022-04-20 08:05:02 +00:00
README.md chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00

swc_css_parser

CSS parser for the SWC project

Structure

tests

/tests/fuxture

CSS -> Parsed ast -> JSON.

/tests/error

Error reporting test.

/tests/identity

These tests ensure that input.css and input.explicit.css is parsed identically. These are copied from esbuild, by modifying the test suite.

The name of a test is base64_url(md5(name)).

License

Apache 2.0 / MIT, at your option.

Lots of tests are copied from rome tools and esbuild. If you want to use tests, please consult license of those libraries.