Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / DmitrySoshnikov/regexp-tree issues and pull requests

#266 - Add ESM bundles

Issue - State: open - Opened by slevithan 3 months ago

#265 - Support the `v` flag

Issue - State: open - Opened by slevithan 4 months ago - 2 comments

#264 - fix: add support for `hasIndices` `/d` regex flag

Pull Request - State: closed - Opened by aloisklink 5 months ago - 1 comment

#263 - Return sort value for UnicodeProperty

Pull Request - State: closed - Opened by deroke 8 months ago - 1 comment

#262 - Support UnicodeProperty in type definitions

Pull Request - State: closed - Opened by duncanc about 1 year ago - 1 comment

#261 - Bump ajv and eslint

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#260 - Bump randomatic and fill-range

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#259 - regexp-tree does not optimize `(\.(?!$)|$))$`

Issue - State: open - Opened by kurtextrem about 1 year ago - 2 comments

#258 - Bump @babel/traverse from 7.19.0 to 7.23.2

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#257 - Bump fsevents from 1.1.3 to 1.2.13

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#256 - Bump minimatch from 3.0.4 to 3.1.2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#253 - Bump minimist and mkdirp

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#252 - Incorrect Starting States in DFA

Issue - State: open - Opened by cmsalser almost 2 years ago

#251 - Bump debug from 2.6.8 to 2.6.9

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#250 - Bump qs from 6.4.0 to 6.4.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#249 - Bump minimist and minimist

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies

#248 - Bump json-schema from 0.2.3 to 0.4.0

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#247 - Bump yargs-parser and jest-cli

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#246 - Bump ini from 1.3.4 to 1.3.8

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#245 - Bump tar from 2.2.1 to 2.2.2

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#244 - fix: add escaped special characters

Pull Request - State: closed - Opened by regseb over 2 years ago - 2 comments

#243 - Another false-positive: `effect` => `ef{2}ect`

Issue - State: open - Opened by Jabher over 2 years ago - 1 comment

#242 - Bump async from 2.6.0 to 2.6.4

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#241 - False positive on optimize

Issue - State: open - Opened by coderaiser over 2 years ago

#240 - Bump shelljs from 0.7.8 to 0.8.5

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies

#239 - Broken optimization `/^[\p{Mc}\p{Me}\p{Mn}]$/` -> `/^[Mcen\p{}]$/`

Issue - State: closed - Opened by coderaiser almost 3 years ago - 2 comments

#238 - Fix sorting of caret

Pull Request - State: closed - Opened by fisker almost 3 years ago

#237 - Incorrectly rewrite `/[a^]/` to `/[^a]/`

Issue - State: open - Opened by fisker almost 3 years ago - 1 comment

#236 - Optimizer creates unsafe Regex?

Issue - State: open - Opened by Uzlopak about 3 years ago - 1 comment

#234 - Bump path-parse from 1.0.5 to 1.0.7

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies

#233 - Bump tmpl from 1.0.4 to 1.0.5

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies

#232 - Allow escaped hyphens in character classes

Pull Request - State: closed - Opened by just1ngray about 3 years ago - 1 comment

#231 - Allow /[a\-z]/u to parse without error

Pull Request - State: closed - Opened by just1ngray about 3 years ago - 2 comments

#230 - Bump hosted-git-info from 2.5.0 to 2.8.9

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#229 - Bump lodash from 4.17.19 to 4.17.21

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#228 - Bump handlebars from 4.7.6 to 4.7.7

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#227 - optimizer incorrectly proposes rewrite .|[\r] as [.\r]

Issue - State: closed - Opened by urchick over 3 years ago - 4 comments

#226 - `UnicodeProperty` node type missing from types

Issue - State: closed - Opened by tjenkinson over 3 years ago

#225 - Unicode in input string is not handled

Issue - State: open - Opened by tjenkinson over 3 years ago - 5 comments

#224 - Invalid regular expression: /\${[^}]+}/: Incomplete quantifier

Issue - State: open - Opened by coderaiser over 3 years ago - 6 comments

#223 - Bump y18n from 3.2.1 to 3.2.2

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#222 - Incorrect results when quantifier range unsafe integer

Issue - State: open - Opened by tjenkinson over 3 years ago - 4 comments

#221 - Type fixes

Pull Request - State: closed - Opened by tjenkinson over 3 years ago - 1 comment

#220 - Raw bracket not reported

Issue - State: open - Opened by brettz9 almost 4 years ago

#219 - certain meta characters shouldn't be allowed in char ranges

Issue - State: open - Opened by andruo11 almost 4 years ago - 4 comments

#218 - Escaped hyphen in character class

Issue - State: closed - Opened by andruo11 almost 4 years ago - 5 comments

#217 - Optimization breaks "match all" in multiline regexps

Issue - State: open - Opened by FloEdelmann almost 4 years ago - 1 comment

#216 - Broken optimize with multiple optional whitespace `\s`

Issue - State: closed - Opened by Cherry almost 4 years ago - 4 comments

#215 - fix Disjunction type and add `codePoint` to `Char`

Pull Request - State: closed - Opened by tjenkinson almost 4 years ago - 1 comment

#214 - Question about Optimization

Issue - State: open - Opened by coderaiser about 4 years ago - 1 comment

#213 - Parser: (re)allow duplicate group names (e.g. move the check out of the parser)

Issue - State: closed - Opened by hg42 about 4 years ago - 7 comments

#212 - Bump handlebars from 4.5.1 to 4.7.6

Pull Request - State: closed - Opened by dependabot[bot] about 4 years ago
Labels: dependencies

#211 - Blacklist sub-rules of Transforms

Issue - State: open - Opened by ghnp5 about 4 years ago - 5 comments

#210 - Installing plugin for ESLint

Issue - State: closed - Opened by ghnp5 over 4 years ago - 1 comment

#209 - Bump lodash from 4.17.4 to 4.17.19

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies

#208 - `optimize` favors shortness over readability

Issue - State: open - Opened by fregante over 4 years ago - 3 comments

#207 - Unnecessary escape

Issue - State: open - Opened by fisker over 4 years ago - 1 comment

#206 - Fix `\s` rewrite

Pull Request - State: closed - Opened by fisker over 4 years ago - 2 comments

#205 - Optimize API differences

Pull Request - State: closed - Opened by brettz9 over 4 years ago - 2 comments

#204 - Fixed master

Pull Request - State: closed - Opened by brettz9 over 4 years ago

#203 - Version incompatibility between npm and Git

Issue - State: closed - Opened by brettz9 over 4 years ago - 3 comments

#202 - Update per latest API and document `blacklist`

Pull Request - State: closed - Opened by brettz9 over 4 years ago - 1 comment

#201 - Can it be used to give Firefox/Safari full ES2018 Regex support?

Issue - State: open - Opened by DarrenCook almost 5 years ago - 1 comment

#200 - Enable blacklisting of optimizations

Pull Request - State: closed - Opened by voxpelli almost 5 years ago - 1 comment

#199 - Option for disabling character class and flag sorting in transformations

Issue - State: open - Opened by brettz9 almost 5 years ago - 2 comments

#198 - Bad replacement: `/(_|[^\s\w])/g` => `/([\s\w])/g`

Issue - State: closed - Opened by mikestopcontinues about 5 years ago - 2 comments

#197 - Bump diff from 3.4.0 to 3.5.0

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#196 - Bump merge from 1.2.0 to 1.2.1

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#195 - Bump nwmatcher from 1.4.3 to 1.4.4

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#194 - Bump eslint from 4.11.0 to 4.18.2

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#193 - Bump extend from 3.0.1 to 3.0.2

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#192 - Bump stringstream from 0.0.5 to 0.0.6

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#191 - Bump js-yaml from 3.10.0 to 3.13.1

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#190 - Bump sshpk from 1.13.0 to 1.16.1

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#189 - Bump handlebars from 4.0.11 to 4.5.1

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#188 - BUG: Large RegExp errors

Issue - State: closed - Opened by nebrelbug about 5 years ago - 2 comments

#187 - Implement IdentityEscape_U

Pull Request - State: closed - Opened by JLHwung about 5 years ago - 3 comments

#186 - Enable all parser basic test

Pull Request - State: closed - Opened by JLHwung over 5 years ago - 3 comments

#185 - Improve types for regexp-tree

Pull Request - State: closed - Opened by rbuckton over 5 years ago - 1 comment

#184 - Improve parser suppport for regexp group names

Pull Request - State: closed - Opened by rbuckton over 5 years ago - 7 comments

#183 - Some capture group names are converted to [object Object]

Issue - State: closed - Opened by shinnn over 5 years ago - 2 comments

#182 - compat-unicode-property-transform

Pull Request - State: closed - Opened by JLHwung over 5 years ago - 19 comments

#181 - Update Unicode property lists per Unicode v11

Pull Request - State: closed - Opened by mathiasbynens over 5 years ago - 1 comment

#180 - Invalid optimizations involving backreferences

Issue - State: closed - Opened by ajafff over 5 years ago - 2 comments

#179 - Compat transpiler: Implement Unicode property escapes

Issue - State: open - Opened by DmitrySoshnikov over 5 years ago - 3 comments

#178 - Parser: add new Unicode property names

Issue - State: closed - Opened by DmitrySoshnikov over 5 years ago

#177 - Link to the living spec draft instead of the (now outdated) proposal

Pull Request - State: closed - Opened by mathiasbynens over 5 years ago - 3 comments

#176 - Cannot parse unicode property escapes

Issue - State: closed - Opened by ajafff over 5 years ago - 2 comments

#175 - Parser: incorrect capturing group number

Issue - State: closed - Opened by DmitrySoshnikov over 5 years ago - 1 comment

#174 - allow a regex to end on the same line as a comment when using /x flag

Pull Request - State: closed - Opened by dannybrian over 5 years ago

#173 - grammar expects regex to not end after a #comment with /x

Issue - State: open - Opened by dannybrian over 5 years ago - 1 comment

#172 - Error: Cannot find module 'cli-table3'

Issue - State: closed - Opened by panhezeng almost 6 years ago - 1 comment

#171 - Update yargs to resolve vulnerability of mem

Pull Request - State: closed - Opened by teppeis almost 6 years ago - 2 comments

#170 - Open to splitting the CLI into its own repository?

Issue - State: closed - Opened by realityking almost 6 years ago - 5 comments

#169 - Fix: Change module name: regexp-tree/ast to regexp-tree_ast

Pull Request - State: closed - Opened by Fazerty almost 6 years ago - 1 comment

#168 - Change typescript definition file

Pull Request - State: closed - Opened by Fazerty almost 6 years ago - 1 comment

#167 - Meta character . in characterClass is allowed?

Issue - State: open - Opened by Fazerty almost 6 years ago