issues
search
mathiasbynens
/
regexpu-core
regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of the ES6 `u` flag into equivalent ES5-compatible regular expression patterns.
https://mths.be/regexpu
MIT License
71
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: derive canonicalize result from UCD
#107
JLHwung
closed
4 weeks ago
1
Incorrect transform result for `/(?i:\u1C89)/`
#106
JLHwung
closed
4 weeks ago
0
chore: bump regjsparser to 0.12.0
#105
JLHwung
closed
1 month ago
0
Fix case-insensitive set operations
#104
JLHwung
closed
1 week ago
4
Internal error when transforming set intersection in ignoreCase mode
#103
JLHwung
closed
1 week ago
0
fix: s modifier should have precedence over flag
#102
JLHwung
closed
1 month ago
0
Fix \P unicode escape in unicodeSets + ignoreCase mode
#101
JLHwung
closed
1 month ago
0
Cleanup tests
#100
JLHwung
closed
1 month ago
0
ci: test and publish on node 22
#99
JLHwung
closed
1 month ago
0
always enable modifiers parsing
#98
JLHwung
closed
1 month ago
0
Apply case expansion to unicode property escapes within `i` modifier
#97
JLHwung
closed
1 month ago
0
Missing case fold expansion for unicode property escapes when a case-insensitive group contains a subgroup modified by `-i`
#96
JLHwung
closed
1 month ago
0
Fix two modifiers transform bugs
#95
JLHwung
closed
2 months ago
0
Incorrect dot transform when a group contains sub group modified by `-s`
#94
JLHwung
closed
2 months ago
0
Bump regjsparser
#93
JLHwung
closed
2 months ago
1
Update to Unicode v16.0.0
#92
mathiasbynens
closed
2 months ago
3
Optimize dotAll dot output
#91
JLHwung
closed
2 months ago
0
Support non-ascii case folding within i modifier
#90
JLHwung
closed
2 months ago
0
Fix invert astral capture regression
#89
JLHwung
closed
2 months ago
0
Regressions in 6.0.0
#88
nicolo-ribaudo
closed
2 months ago
1
Always enable unicodeSetsFlag parsing
#87
JLHwung
closed
1 year ago
0
update property-escapes docs
#86
JLHwung
closed
1 year ago
2
Fix v-flag bugs
#85
JLHwung
closed
1 year ago
0
inline `regexpu-fixtures`
#84
JLHwung
closed
1 year ago
0
update README
#83
JLHwung
closed
1 year ago
0
Update test infra
#82
JLHwung
closed
1 year ago
0
Update per Unicode 15.1
#81
JLHwung
closed
1 year ago
0
Support non-ASCII characters inside inline `i` clause
#80
stulov
closed
2 months ago
0
Inline IgnoreCase modifier does not work with non-ASCII
#79
stulov
closed
2 months ago
0
Fix transformation of `--` and `&&` at the top-level in char class
#78
nicolo-ribaudo
closed
1 year ago
0
Set difference not getting transpiled unless [[wrapped]]
#77
mathiasbynens
closed
1 year ago
1
fix: Full implementation of `onNewFlags`
#76
liuxingbaoyu
closed
1 year ago
0
Transform inline modifiers to non capturing groups
#75
nicolo-ribaudo
closed
1 year ago
0
Add docs for modifiers
#74
nicolo-ribaudo
closed
1 year ago
0
fix: astral handling on character class negation
#73
JLHwung
closed
1 year ago
4
Negated character classes do not work with surrogate pairs
#72
matijagaspar
closed
1 year ago
1
feat: Support for modifier proposals
#71
liuxingbaoyu
closed
1 year ago
1
Fix compiling `v` set notation to `u` with unicode properties
#70
liuxingbaoyu
closed
1 year ago
10
Rewrite pattern issue for new scripts Kawi and Nag_Mundari (Unicode 15.0) in v5.2.1
#69
tonton-pixel
closed
2 years ago
1
Update `regjsparser` and `regjsgen`
#68
nicolo-ribaudo
closed
2 years ago
0
Fix parsing of named refs when not transforming named groups
#67
nicolo-ribaudo
closed
2 years ago
0
Implement proper `ignoreCase` semantics in `v` mode
#66
mathiasbynens
closed
1 month ago
1
Escape every special character in strings set
#65
nicolo-ribaudo
closed
2 years ago
0
Escape special characters at any position in strings
#64
mathiasbynens
closed
2 years ago
1
Fix `\p{RGI_Emoji}` support (for *️⃣)
#63
nicolo-ribaudo
closed
2 years ago
1
Allow duplicate group names in alternatives
#62
nicolo-ribaudo
closed
2 years ago
2
require all unicode properties
#61
baurine
opened
2 years ago
0
[bug] can't work in an app that built by esbuild
#60
baurine
opened
2 years ago
3
Unknown group names: firstname
#59
bluelovers
closed
2 years ago
0
v5 readme need update
#58
bluelovers
closed
1 year ago
0
Next