feat(plugin): add namespaced hook API (#33416)
This commit is contained in:
parent
dc468bdcfd
commit
909a1a6d78
150 changed files with 3276 additions and 3906 deletions
|
|
@ -12,7 +12,8 @@
|
|||
".": "./src/index.ts",
|
||||
"./tool": "./src/tool.ts",
|
||||
"./tui": "./src/tui.ts",
|
||||
"./v2/effect": "./src/v2/effect/index.ts"
|
||||
"./v2/effect": "./src/v2/effect/index.ts",
|
||||
"./v2/promise": "./src/v2/promise/index.ts"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue