swc/crates/swc_css_codegen
Donny/강동윤 b96eb1ead8
perf(css/codegen): Skip useless operations if not required (#5802)
**Description:**

The column is used only for sourcemap, so we can skip `chars().count()` if we are not generating source maps.
2022-09-10 15:36:15 +09:00
..
src perf(css/codegen): Skip useless operations if not required (#5802) 2022-09-10 15:36:15 +09:00
tests feat(css): Support forgiving selector (#5539) 2022-08-29 15:25:48 +00:00
Cargo.toml chore: Publish crates 2022-09-09 08:09:53 +00:00