Skip to content

Commit 13a2283

Browse files
committed
fix: remove custom async-disposable shim
1 parent 0ec397c commit 13a2283

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ Welcome! This file keeps lightweight coordination notes for anyone (human or AI)
2323
- For complex changes, request a human review to ensure the change aligns with project goals and also ask for clarification on any ambiguous points in the plan.
2424

2525
Thanks for helping keep the project healthy!
26-
27-
// TODO(agent): Husky install failed in this sandbox because `.git/config` was not writable; rerun `npm install` in a normal checkout to populate hooks.

src/types/async-disposable.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
3838
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
3939

40-
"lib": ["es2022"],
40+
"lib": ["es2022", "esnext.disposable"],
4141
"types": ["node"],
4242
"typeRoots": ["node_modules/@types", "src/types"]
4343
},

0 commit comments

Comments
 (0)