mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
c05a724d84
swc_css_ast: - Add `Value::Comma`. swc_css_parser: - Implement more `Parse<T>`. - Fix parsing of values separated with comma. swc_css_codegen: - Fix escaping. - Fix codegen of `!important`. swc_stylis: - Port prefixer. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
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 toools and esbuild. If you want to use tests, please consult license of those libraries.