fix(effect): add effect bridge for callback contexts (#22504)

This commit is contained in:
Kit Langton 2026-04-15 11:22:34 -04:00 committed by GitHub
commit f1751401aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 480 additions and 380 deletions

View file

@ -17,10 +17,11 @@
"dist"
],
"scripts": {
"typecheck": "tsc --noEmit",
"typecheck": "tsgo --noEmit",
"build": "tsc"
},
"devDependencies": {
"@typescript/native-preview": "catalog:",
"typescript": "catalog:"
},
"dependencies": {