| Crates.io | swc_css_parser |
| lib.rs | swc_css_parser |
| version | 14.0.0 |
| created_at | 2021-08-19 05:27:40.526044+00 |
| updated_at | 2025-07-13 08:36:33.234033+00 |
| description | CSS parser |
| homepage | |
| repository | https://github.com/swc-project/swc.git |
| max_upload_size | |
| id | 439483 |
| size | 445,191 |
CSS parser for the SWC project
/tests/fuxtureCSS -> Parsed ast -> JSON.
/tests/errorError reporting test.
/tests/identityThese 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)).
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.