mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 09:41:54 +00:00
chore: enforce effect simplifications (#43979)
This commit is contained in:
parent
fa1b4ef7ec
commit
e945ddf80e
57 changed files with 861 additions and 66 deletions
|
|
@ -18,7 +18,9 @@
|
|||
"bench:devex": "bun run --cwd packages/app test:bench:devex",
|
||||
"lint": "oxlint",
|
||||
"lint:effect-patterns": "ast-grep scan -c script/ast-grep/sgconfig.yml packages/util/src packages/core/src packages/server/src packages/protocol/src packages/cli/src",
|
||||
"lint:effect-simplifications": "ast-grep scan -c script/ast-grep/effect-simplifications/sgconfig.yml --off=unused-suppression packages",
|
||||
"test:lint-rules": "ast-grep test -c script/ast-grep/sgconfig.yml",
|
||||
"test:effect-simplification-rules": "ast-grep test -c script/ast-grep/effect-simplifications/sgconfig.yml",
|
||||
"typecheck": "bun turbo typecheck --concurrency=3",
|
||||
"typecheck:profile": "bun script/profile-typecheck.ts",
|
||||
"typecheck:profile:packages": "bun script/profile-typecheck-packages.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue