Remove native classes from TS runtime

This commit is contained in:
elpresidank 2026-06-01 20:26:47 -05:00
parent 952daf325d
commit dca2786828
79 changed files with 7622 additions and 6703 deletions

View file

@ -7,6 +7,7 @@
"lint": "bunx --bun turbo lint",
"test": "bunx --bun turbo test",
"check:tsgo": "tsgo -b tsconfig.json",
"inventory:classes": "bun scripts/inventory-native-classes.ts",
"workbench:qa": "bun run --cwd packages/workbench qa:browser",
"prepare": "effect-tsgo patch",
"clean": "turbo clean",