Historial de Commits

Autor SHA1 Mensaje Fecha
  Dmitry Panov 016eb72565 Numeric separator literal (#603) hace 1 año
  Levi 3491d4a58f feat: regular expressions support DotAll flag (#593) hace 1 año
  Dmitry Panov bf6af58bbc Refactored tests hace 3 años
  Mihail Stoykov f5884268f0 String.prototype.matchAll implementation (#248) hace 4 años
  Dmitry Panov 27b0a7dc4c Fixed data race on regexpPattern. Fixes #214. hace 4 años
  Dmitry Panov ab0d68a9e9 Refactored TransformRegExp: fail early, avoid allocation and copy if not necessary. hace 5 años
  Dmitry Panov bf18fe8c88 Support lookbehind assertions in regexp hace 5 años
  Dmitry Panov d44c223500 Treat invalid groups starting with "(?" as errors (Go regexp is too lenient in this case). Do not pass to regexp2 if TransformRegExp() returns a 'fatal' error. Fixes #216. hace 5 años
  Dmitry Panov f97e50db25 Fixed handling of empty submatches in unicode strings. Fixes #210 hace 5 años
  Mihail Stoykov feb2f0b876 Correctly handle -1 submatch indexes from stdlib regexp (#208) hace 5 años
  Dmitry Panov fa030ff283 Do not use utf16Reader for ASCII strings when using Go regexp. See #201 hace 5 años
  Dmitry Panov ac41584057 Skip new regexp allocation for standard regexes in split(). See #201 hace 5 años
  Dmitry Panov b2a8925997 Cache runes and posMap to optimise consecutive regexp.exec() calls on the same string. See #201 hace 5 años
  Dmitry Panov 5574b5dbd2 Optimised global regexp match(). Closes #185. hace 5 años
  Dmitry Panov 379ac97e7e RegExp source escaping should pass escaped characters through. Fixes #184. hace 5 años
  Dmitry Panov 3ec8e20a89 Fixed bugs in Array.prototype.sort(), Object.assign() and Date.prototype.toJSON() hace 5 años
  Dmitry Panov b206dd5e2c Added missing Regexp functionality, enhanced unicode and UTF-16 support (#171) hace 5 años
  Dmitry Panov c99b0db935 Unescape non-ascii characters for re2 (closes #23) hace 8 años
  Dmitry Panov 2acb68835d Use FindAllSubmatchIndexASCII() instead of FindAllSubmatchIndexUTF8() for non-Unicode strings. This improves performance a bit. hace 8 años
  Dmitry Panov 25773609b6 Initial commit hace 9 años