You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regular expressions code implements the native TextDecoder. We can simplify our rules by removing the boolean rules.Regex and replacing it by a regular expression itself.
This is a breaking change.
The text was updated successfully, but these errors were encountered:
The regular expressions code implements the native
TextDecoder
. We can simplify our rules by removing the booleanrules.Regex
and replacing it by a regular expression itself.This is a breaking change.
The text was updated successfully, but these errors were encountered: