swc/crates/swc_css_parser
2024-02-13 13:32:49 +09:00
..
benches refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
scripts/instruemnt perf(css/parser): Reduce clones and allocations (#6585) 2022-12-06 14:27:45 +00:00
src build(cargo): Update rustc to nightly-2024-02-06 (#8618) 2024-02-13 13:32:49 +09:00
tests feat(css/parser): Implement error reporting for @value of CSS Modules (#8547) 2024-01-24 05:06:20 +00:00
Cargo.toml chore: Bump crates 2024-02-08 01:51:17 +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.