Skip to content

Commit cb23610

Browse files
committed
install semantic-release
1 parent fefd0e9 commit cb23610

File tree

4 files changed

+7430
-1389
lines changed

4 files changed

+7430
-1389
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ dist
66
prof
77
# project specific helix config
88
.helix
9+
benchmark/regex-dataset.json

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Regex Utils
22

33
Zero-dependency TypeScript library for regex utilities that go beyond string matching.
4-
These are surprisingly hard to come by in for any programming language.
4+
These are surprisingly hard to come by for any programming language.
5+
6+
> [!WARNING]
7+
> This is very much experimantal. `complement` and `intersection` have very
8+
> unpredictable performance.
59
610
## Installation
711

0 commit comments

Comments
 (0)