GuillaumeGomez / minifier-rs

Minifier tool/lib for JS/CSS/JSON files
MIT License
86 stars 16 forks source link

Support escaped characters #111

Closed nifouprog closed 2 months ago

nifouprog commented 2 months ago

This PR adds support for escaped characters prefixed by a backslash. However it does not fully implements the spec (https://www.w3.org/TR/CSS21/syndata.html#characters): support for ISO code escaping sequences and backslashes followed by a newline in strings will need to be implemented in a separate PR.

Fixes #110