Ben Noordhuis
|
f0ef9e1593
|
Implement RegExp 'v' flag, part 1 (#229)
This commit implements the flag itself and teaches the regex engine to
reject previously accepted patterns when in unicodeSets mode.
Refs: https://github.com/quickjs-ng/quickjs/issues/228
|
2023-12-21 19:37:31 +01:00 |
|
Ben Noordhuis
|
f7d2169999
|
Rename LRE_FLAG_UTF16 to LRE_FLAG_UNICODE (#186)
Prep work for https://github.com/tc39/proposal-regexp-v-flag a.k.a.
UnicodeSets.
|
2023-12-08 10:58:00 +01:00 |
|
Ben Noordhuis
|
5c3077e091
|
Implement RegExp serialization (#153)
JS_WriteObject() and JS_ReadObject() now support RegExp objects.
|
2023-11-29 08:50:53 +01:00 |
|
Saúl Ibarra Corretgé
|
a721bda7b5
|
Drop CONFIG_ALL_UNICODE and enable it by default
|
2023-11-20 10:52:04 +01:00 |
|
Ben Noordhuis
|
d1960d1bfe
|
Implement RegExp 'd' flag (#86)
|
2023-11-20 09:45:44 +01:00 |
|
Ben Noordhuis
|
162a8b7409
|
Remove trailing whitespace (#46)
Not purely cosmetic because it breaks navigation with { and } in the
One True Editor.
|
2023-11-12 10:01:40 +01:00 |
|
bellard
|
7c312df422
|
2020-09-06 release
|
2020-09-06 19:10:15 +02:00 |
|
bellard
|
91459fb672
|
2020-01-05 release
|
2020-09-06 18:53:08 +02:00 |
|