Skip to content

Commit 8703789

Browse files
firecowANGkeith
andauthored
Use re2js, its faster and much less complex build-wise (#1439)
* Use re2js, its faster and doesn't need the same amount of build boilerplate * Fix unit tests * Fix lockfile * Fix packages * So far so good * Fix parse * Fix flags * Fix eslint ignores * Fix null replace * Remove re2 install bin from package.json * Woops * Update src/utils.ts Co-authored-by: ANGkeith <[email protected]> * Update src/global.ts Co-authored-by: ANGkeith <[email protected]> --------- Co-authored-by: ANGkeith <[email protected]>
1 parent 04f4c4f commit 8703789

File tree

8 files changed

+98
-902
lines changed

8 files changed

+98
-902
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default tseslint.config(
99
{
1010
ignores: [
1111
"**/*.js",
12+
"**/*.cjs",
1213
".gitlab-ci-local",
1314
],
1415
},

0 commit comments

Comments
 (0)