v4.3.0
🚀 Features
- Replaced the use of
\u{0}
with\x00
in emitted source for sandboxed null tokens. - Removed the
rewrite
function's deprecated aliasprocessRegex
.rewrite
is no longer considered experimental.
\u{0}
with \x00
in emitted source for sandboxed null tokens.rewrite
function's deprecated alias processRegex
.
rewrite
is no longer considered experimental.