feat: support Autowired and JSClass inject

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-06-17 18:34:01 +08:00
parent 32db0bba56
commit 8a07e85fda
4 changed files with 135 additions and 61 deletions

View File

@ -25,6 +25,7 @@
},
"dependencies": {
"inversify": "^5.0.1",
"inversify-binding-decorators": "^4.0.0"
"inversify-binding-decorators": "^4.0.0",
"@ccms/nashorn": "^0.7.0"
}
}