Skip to content

Commit 04e4738

Browse files
authored
feat: use re2 regex engine for rule evaluation (#1411)
* fix: broken master branch * feat: use re2 regex engine for rule evaluation * script to patch re2 bin
1 parent 7e955c1 commit 04e4738

File tree

8 files changed

+910
-49
lines changed

8 files changed

+910
-49
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30+
node-version: '20'
3031
cache: 'npm'
3132
- uses: actions/cache@v4
3233
with:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tsconfig.tsbuildinfo
88
/src/**/*.js
99
/src/**/*.d.ts
1010

11+
/scripts/**/*.js
1112
/tests/**/*.js
1213
/tests/**/*.d.ts
1314

0 commit comments

Comments
 (0)