feat: add weakRef

This commit is contained in:
eric_wang 2022-03-02 00:11:19 +08:00
parent 587afcfd42
commit 58abf2a811
8 changed files with 89 additions and 12 deletions

View file

@ -1,6 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"downlevelIteration": true
},
"include": [
"test"
]
"test"
]
}