-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): remove built-in tsyringe symbols and rule caches
- Loading branch information
1 parent
bc536e4
commit 3ed27be
Showing
8 changed files
with
14 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build:clean": "del-cli dist", | ||
"build:check": "tsc --noEmit", | ||
|
@@ -20,15 +23,14 @@ | |
"dev": "node --enable-source-maps dist/index.js", | ||
"test": "yarn build && node --enable-source-maps --test", | ||
"test:only": "yarn test --test-only", | ||
"prepare": "is-ci || husky install" | ||
"prepare": "is-ci || husky install", | ||
"prepublish": "tsc" | ||
}, | ||
"dependencies": { | ||
"chevrotain": "^11.0.3", | ||
"octokit": "^3.1.2", | ||
"re2": "^1.20.9", | ||
"readdirp": "^3.6.0", | ||
"reflect-metadata": "^0.2.1", | ||
"tsyringe": "^4.8.0", | ||
"yaml": "^2.3.4" | ||
}, | ||
"devDependencies": { | ||
|
@@ -47,5 +49,8 @@ | |
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3" | ||
}, | ||
"engines": { | ||
"node": ">=21.0.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export { evaluateOmega } from "./omega.js"; | ||
export * from "./rules.js"; | ||
export * from "./types/omega.js"; | ||
export { kRules } from "./utils/symbols.js"; | ||
export * from "./utils/validator.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters