Ecosyste.ms: Issues

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

GitHub / jviereck/regjsparser issues and pull requests

#144 - Use eslint-plugin-regexp

Pull Request - State: open - Opened by JLHwung 1 day ago - 2 comments

#143 - Fix ClassSetCharacter parsing

Pull Request - State: open - Opened by JLHwung 2 days ago - 1 comment

#141 - upgrade jsesc dependency

Pull Request - State: closed - Opened by nmcdaines 13 days ago - 7 comments

#140 - Fix modifiers in lookbehind

Pull Request - State: closed - Opened by JLHwung 15 days ago - 1 comment

#139 - Update to ESLint 9

Pull Request - State: closed - Opened by JLHwung 15 days ago

#138 - Update Unicode to 16.0.0

Pull Request - State: closed - Opened by JLHwung 15 days ago - 1 comment

#137 - Add stricter type for `CharacterClassEscape` value

Pull Request - State: closed - Opened by tjenkinson 12 months ago - 1 comment

#136 - Update Unicode to 15.1.0

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

#135 - disallow quantifiable anchors in unicode mode

Pull Request - State: closed - Opened by JLHwung about 1 year ago - 3 comments

#134 - Quantifiable assertions should be disallowed with `u` flag

Issue - State: closed - Opened by JLHwung about 1 year ago

#133 - Fix inline modifiers inside lookarounds

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

#132 - fix reference type when named groups enabled

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

#131 - Allow "Anchor Quantifier" within Terms

Pull Request - State: closed - Opened by jviereck over 1 year ago - 1 comment

#130 - bug: optional forward lookahead

Issue - State: closed - Opened by domdomegg over 1 year ago - 3 comments

#129 - fix modifiers

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

#128 - chore: add eslint rules

Pull Request - State: closed - Opened by liuxingbaoyu over 2 years ago - 1 comment

#127 - feat: support modifiers proposal

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

#126 - Fix some undefined variables and configure eslint

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

#125 - Add test for quantifiers after `\p{...}`

Pull Request - State: closed - Opened by nicolo-ribaudo over 2 years ago - 1 comment

#124 - add `symbol` to quantifier

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

#123 - Acceppt the different `u` features in `v` mode

Pull Request - State: closed - Opened by nicolo-ribaudo almost 3 years ago - 3 comments

#122 - Fix parsing of group references in unicode mode

Pull Request - State: closed - Opened by nicolo-ribaudo almost 3 years ago - 4 comments

#121 - Regression: `(a)\1` throws when parsed with the `u` flag

Issue - State: closed - Opened by nicolo-ribaudo almost 3 years ago

#120 - include parser.d.ts in the npm package

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

#119 - Update `unicodeSet` proposal to use the `\q{` syntax for strings

Pull Request - State: closed - Opened by nicolo-ribaudo almost 3 years ago - 1 comment

#118 - bail if quantifier iterations out of safe integer range

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

#117 - add types

Pull Request - State: closed - Opened by tjenkinson almost 3 years ago - 15 comments

#116 - Fix `assignment to undeclared variable pos_backup` error

Pull Request - State: closed - Opened by nicolo-ribaudo almost 3 years ago - 1 comment

#115 - fix: do not create back reference inside ch class

Pull Request - State: closed - Opened by JLHwung almost 3 years ago - 1 comment

#113 - Add `unicodeSet` option for the RegExp set notation proposal

Pull Request - State: closed - Opened by nicolo-ribaudo about 3 years ago - 11 comments
Labels: enhancement

#112 - Fix start range for matching \\0

Pull Request - State: closed - Opened by jviereck over 3 years ago

#111 - Parsing null char literal \0 reports incorrect range

Issue - State: closed - Opened by robmcl4 over 3 years ago - 1 comment

#110 - Fix escaped dash in non-unicode mode.

Pull Request - State: closed - Opened by jviereck over 3 years ago

#109 - cannot parse [\-]

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

#107 - SyntaxError: Expected atom at position XX

Issue - State: closed - Opened by jsjzgy over 3 years ago - 5 comments

#106 - Fixing #105 /{(?<x>)}/

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

#105 - Regular expression syntax error

Issue - State: closed - Opened by januwA over 3 years ago - 6 comments

#104 - Cannot parse valid regexp

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

#103 - Fixes /[\w-e]/ browser behavior

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

#102 - Fix regression with using closing brackets inside of class range in non-unicode mode

Pull Request - State: closed - Opened by jviereck over 4 years ago - 5 comments

#101 - Invalid error "unescaped or unmatched closing brace"

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

#100 - Detect lone or unescaped brackets and braces when the unicode flag is set

Pull Request - State: closed - Opened by pygy over 4 years ago - 9 comments

#99 - allow - in classEscape when unicode flag is enabled

Pull Request - State: closed - Opened by JLHwung almost 5 years ago - 2 comments

#98 - classEscape SyntaxError

Issue - State: closed - Opened by mdjermanovic almost 5 years ago - 12 comments

#97 - Add test for /a./

Pull Request - State: closed - Opened by nicolo-ribaudo about 5 years ago - 4 comments

#96 - fix: update IdentityEscape grammar

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

#95 - Lone quantifier bracket should not throw when unicode flag is not enabled

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

#94 - Support astral ID_Continue characters in capture group names

Pull Request - State: closed - Opened by adrianheine almost 6 years ago - 4 comments

#93 - Switch IdentityEscape and Atom parsing behaviour to Annex B

Pull Request - State: closed - Opened by adrianheine over 6 years ago - 7 comments

#92 - Add some tests.

Pull Request - State: closed - Opened by bnjmnt4n over 6 years ago - 1 comment

#91 - Check value of unicode code point escapes

Pull Request - State: closed - Opened by adrianheine over 6 years ago

#90 - Does not support astral ID_Continue characters in capture group names

Issue - State: closed - Opened by adrianheine over 6 years ago - 13 comments

#89 - Add support for lookbehinds

Pull Request - State: closed - Opened by adrianheine over 6 years ago - 5 comments

#88 - Adopt example in README to changes in 0.2.0

Pull Request - State: closed - Opened by adrianheine over 6 years ago

#87 - Update and reword changelog

Pull Request - State: closed - Opened by adrianheine over 6 years ago - 1 comment

#86 - Use fallback fromCodePoint on old environments

Pull Request - State: closed - Opened by nicolo-ribaudo over 6 years ago - 1 comment

#85 - Minor, updated the README.md docs to show how to use the two features

Pull Request - State: closed - Opened by jviereck over 6 years ago - 7 comments

#84 - Test unicodePropertyEscape && namedGroups

Pull Request - State: closed - Opened by nicolo-ribaudo over 6 years ago - 1 comment

#83 - Add support for named capturing groups

Pull Request - State: closed - Opened by nicolo-ribaudo almost 7 years ago - 6 comments

#82 - Manpage for regjsparser

Issue - State: open - Opened by SnarkBoojum about 7 years ago

#81 - specifies license type for npm (BSD -> BSD-2-Clause)

Pull Request - State: closed - Opened by CDanU almost 8 years ago - 2 comments

#80 - /[\w-e]/ and /[e-\w]/

Issue - State: closed - Opened by icefapper almost 8 years ago

#79 - bin: Add -v/--version and -f/--flags options

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

#78 - Parse \p{…} and \P{…} in Unicode mode

Pull Request - State: closed - Opened by mathiasbynens over 8 years ago - 7 comments

#77 - Support `\p{…}` and `\P{…}`

Issue - State: closed - Opened by mathiasbynens over 8 years ago - 2 comments

#76 - Adding bail error output in case the parser gets stuck

Pull Request - State: closed - Opened by jviereck about 9 years ago - 2 comments

#75 - Travis test

Pull Request - State: closed - Opened by jviereck about 9 years ago

#74 - Add bail helper for SyntaxErrors

Pull Request - State: closed - Opened by kpdecker about 9 years ago - 4 comments

#73 - Add demo

Pull Request - State: closed - Opened by bnjmnt4n over 9 years ago - 6 comments

#72 - Minor comment nits

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

#71 - Fix #70: Perform second parse if needed to be spec compliant

Pull Request - State: closed - Opened by jviereck over 9 years ago - 4 comments

#70 - Backreferences are sometimes parsed as octal escapes

Issue - State: closed - Opened by mathiasbynens over 9 years ago - 12 comments

#69 - Remove the upper limit of hex digits in Unicode code point escapes

Pull Request - State: closed - Opened by mathiasbynens almost 10 years ago - 3 comments

#68 - Merge characterClassEscape and dot type?

Issue - State: open - Opened by jviereck about 10 years ago

#67 - Rename `ref` property to `reference`

Pull Request - State: closed - Opened by mathiasbynens about 10 years ago - 7 comments

#66 - More non-standard tests

Issue - State: closed - Opened by mathiasbynens about 10 years ago

#65 - Discussion: Create Github RegJS organisation?

Issue - State: open - Opened by jviereck about 10 years ago - 3 comments

#64 - Fix ranges for quantifiers and nonstandard references.

Pull Request - State: closed - Opened by jviereck about 10 years ago - 1 comment

#63 - Fix range for non-standard confirm /\91/

Issue - State: closed - Opened by jviereck about 10 years ago - 1 comment

#62 - Fix range on type "quantifier"

Issue - State: closed - Opened by jviereck about 10 years ago

#61 - Fix references, rename ref -> reference and remove matchIdx from the AST...

Pull Request - State: closed - Opened by jviereck about 10 years ago - 7 comments

#60 - Add a AST traverser to the library

Issue - State: closed - Opened by jviereck about 10 years ago - 7 comments

#59 - Only parse Unicode code point escapes when the `u` flag is set

Pull Request - State: closed - Opened by mathiasbynens about 10 years ago - 1 comment

#58 - Add Node script to generate the identifier regex

Pull Request - State: closed - Opened by mathiasbynens about 10 years ago

#57 - No tests for `type: 'ref'`

Issue - State: closed - Opened by mathiasbynens about 10 years ago - 5 comments
Labels: bug

#56 - Unicode code point escapes are only valid when the `u` flag is set

Issue - State: closed - Opened by mathiasbynens about 10 years ago
Labels: bug, es6

#55 - Add new "verbose" mode

Issue - State: open - Opened by jviereck about 10 years ago - 5 comments

#54 - Remove redundant `raw` properties

Issue - State: open - Opened by mathiasbynens about 10 years ago - 3 comments

#53 - Remove the lastMatchIdx etc. Fixes #48

Pull Request - State: closed - Opened by jviereck over 10 years ago - 1 comment

#52 - Cleanup escaped and characterClassEscape types

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

#51 - Ensure `body` is always an array.

Pull Request - State: closed - Opened by jviereck over 10 years ago

#50 - Use `body` for group AST entries as well

Issue - State: closed - Opened by jviereck over 10 years ago

#49 - AST Cleanup. Fixes #47 and #41.

Pull Request - State: closed - Opened by jviereck over 10 years ago

#48 - Remove `firstMatchIdx` and `lastMatchIdx` from the AST

Issue - State: closed - Opened by jviereck over 10 years ago - 1 comment
Labels: ast-cleanup

#47 - Rename assertion to achor

Issue - State: closed - Opened by jviereck over 10 years ago - 2 comments
Labels: ast-cleanup

#42 - Rename `escapeChar` to `characterEscape`

Issue - State: closed - Opened by jviereck over 10 years ago - 2 comments
Labels: ast-cleanup

#41 - Flatten the top of the AST if there is only one alternative

Issue - State: closed - Opened by jviereck over 10 years ago
Labels: ast-cleanup