fix(effect): add effect bridge for callback contexts (#22504)
This commit is contained in:
parent
f06d82b6e8
commit
f1751401aa
14 changed files with 480 additions and 380 deletions
|
|
@ -17,10 +17,11 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
"typecheck": "tsgo --noEmit",
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript/native-preview": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue