Open
Description
Currently char and string escapes are only required for: \n
, \\
and either \'
(chars) or \"
(strings).
In order to avoid human parsing problems, consider a few other mandatory escapes:
- bidi chars (source of CVEs)
- unicode deprecations
(migrated from lann/wasm-wave#31)
Metadata
Assignees
Labels
No labels