issues
search
DmitrySoshnikov
/
regexp-tree
Regular expressions processor in JavaScript
MIT License
400
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add ESM bundles
#266
slevithan
opened
3 months ago
0
Support the `v` flag
#265
slevithan
opened
3 months ago
2
fix: add support for `hasIndices` `/d` regex flag
#264
aloisklink
closed
3 months ago
1
Return sort value for UnicodeProperty
#263
deroke
closed
3 months ago
1
Support UnicodeProperty in type definitions
#262
duncanc
closed
10 months ago
1
Bump ajv and eslint
#261
dependabot[bot]
closed
10 months ago
0
Bump randomatic and fill-range
#260
dependabot[bot]
closed
1 year ago
0
regexp-tree does not optimize `(\.(?!$)|$))$`
#259
kurtextrem
opened
1 year ago
2
Bump @babel/traverse from 7.19.0 to 7.23.2
#258
dependabot[bot]
closed
1 year ago
0
Bump fsevents from 1.1.3 to 1.2.13
#257
dependabot[bot]
closed
1 year ago
0
Bump minimatch from 3.0.4 to 3.1.2
#256
dependabot[bot]
closed
1 year ago
0
[group-single-chars-to-char-class] corrupts regexp when using square bracket
#255
Maxim-Mazurok
opened
1 year ago
1
Fix #227: treat "any single character" token as special in groupSingleCharsToCharClass
#254
Maxim-Mazurok
closed
1 year ago
6
Bump minimist and mkdirp
#253
dependabot[bot]
closed
1 year ago
1
Incorrect Starting States in DFA
#252
cmsalser
opened
1 year ago
0
Bump debug from 2.6.8 to 2.6.9
#251
dependabot[bot]
closed
1 year ago
1
Bump qs from 6.4.0 to 6.4.1
#250
dependabot[bot]
closed
1 year ago
1
Bump minimist and minimist
#249
dependabot[bot]
closed
1 year ago
1
Bump json-schema from 0.2.3 to 0.4.0
#248
dependabot[bot]
closed
2 years ago
0
Bump yargs-parser and jest-cli
#247
dependabot[bot]
closed
1 year ago
0
Bump tar from 2.2.1 to 2.2.2
#245
dependabot[bot]
closed
2 years ago
0
Bump ini from 1.3.4 to 1.3.8
#246
dependabot[bot]
closed
2 years ago
0
fix: add escaped special characters
#244
regseb
closed
1 year ago
2
Another false-positive: `effect` => `ef{2}ect`
#243
Jabher
opened
2 years ago
1
Bump async from 2.6.0 to 2.6.4
#242
dependabot[bot]
closed
2 years ago
0
False positive on optimize
#241
coderaiser
opened
2 years ago
0
Bump shelljs from 0.7.8 to 0.8.5
#240
dependabot[bot]
closed
2 years ago
0
Broken optimization `/^[\p{Mc}\p{Me}\p{Mn}]$/` -> `/^[Mcen\p{}]$/`
#239
coderaiser
closed
3 months ago
2
Fix sorting of caret
#238
fisker
closed
1 year ago
0
Incorrectly rewrite `/[a^]/` to `/[^a]/`
#237
fisker
opened
2 years ago
1
Optimizer creates unsafe Regex?
#236
Uzlopak
opened
3 years ago
1
Feature request: Make charClassClassrangesMerge do nothing if no ranges could be merged
#235
jlherren
opened
3 years ago
0
Bump path-parse from 1.0.5 to 1.0.7
#234
dependabot[bot]
closed
3 years ago
0
Bump tmpl from 1.0.4 to 1.0.5
#233
dependabot[bot]
closed
3 years ago
0
Allow escaped hyphens in character classes
#232
just1ngray
closed
3 years ago
1
Allow /[a\-z]/u to parse without error
#231
just1ngray
closed
3 years ago
2
Bump hosted-git-info from 2.5.0 to 2.8.9
#230
dependabot[bot]
closed
3 years ago
0
Bump lodash from 4.17.19 to 4.17.21
#229
dependabot[bot]
closed
3 years ago
0
Bump handlebars from 4.7.6 to 4.7.7
#228
dependabot[bot]
closed
3 years ago
0
optimizer incorrectly proposes rewrite .|[\r] as [.\r]
#227
urchick
closed
1 year ago
4
`UnicodeProperty` node type missing from types
#226
tjenkinson
closed
10 months ago
0
Unicode in input string is not handled
#225
tjenkinson
opened
3 years ago
5
Invalid regular expression: /\${[^}]+}/: Incomplete quantifier
#224
coderaiser
opened
3 years ago
6
Bump y18n from 3.2.1 to 3.2.2
#223
dependabot[bot]
closed
3 years ago
0
Incorrect results when quantifier range unsafe integer
#222
tjenkinson
opened
3 years ago
4
Type fixes
#221
tjenkinson
closed
3 years ago
1
Raw bracket not reported
#220
brettz9
opened
3 years ago
0
certain meta characters shouldn't be allowed in char ranges
#219
andruo11
opened
3 years ago
4
Escaped hyphen in character class
#218
andruo11
closed
3 years ago
5
Optimization breaks "match all" in multiline regexps
#217
FloEdelmann
opened
3 years ago
1
Next