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

@ -56,11 +56,11 @@
"ava": "^3.3.0",
"del-cli": "^2.0.0",
"eslint-config-xo-typescript": "^0.26.0",
"jsdom": "^16.0.1",
"jsdom": "^19.0.0",
"rxjs": "^6.4.0",
"tempy": "^0.4.0",
"ts-node": "^8.3.0",
"typescript": "~3.8.2",
"typescript": "^4.6.2",
"xo": "^0.26.1",
"zen-observable": "^0.8.8"
},