-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply case expansion to unicode property escapes within
i
modifier (#…
…97) * fix: expand case fold for unicode property escape as term * perf: pack caseFold parameters into bit array The commits also avoids querying caseFold flags when we are handling every single characters within a character sets. * fix: move case fold expansion to getUnicodePropertyEscapeCharacterClassData * fix: transform property escapes within i modifier * improve node.js 6 compat test errors * skip two failing node.js 6 tests
- Loading branch information
Showing
3 changed files
with
131 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters