aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/oniguruma-regexp.test.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Delete Oniguruma (#1625)Gravatar Jarred Sumner 1-860/+0
2022-11-30fix slow regex testsGravatar Dylan Conway 1-20/+26
2022-11-21fix oniguruma regex character properties (#1528)Gravatar Dylan Conway 1-0/+46
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-106/+121
2022-10-31fix for repeated regex match calls and fix for '^' in character classes (#1419)Gravatar Dylan Conway 1-43/+239
2022-10-24oniguruma regex lookbehind and multibyte hex fix (#1363)Gravatar Dylan Conway 1-9/+223
2022-10-19PrettierGravatar Jarred Sumner 1-319/+346
2022-10-17add oniguruma for regex with variable length lookbehinds (#1329)Gravatar Dylan Conway 1-0/+356