refactor(codemode): split runtime into focused interpreter modules (#36540)

This commit is contained in:
Aiden Cline
2026-07-12 12:47:56 -05:00
committed by GitHub
parent 430750e2f8
commit 49cb73b348
24 changed files with 1911 additions and 2277 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
"noUncheckedIndexedAccess": false,
"noUnusedLocals": true
}
}