aurelia / dependency-injection

A lightweight, extensible dependency injection container for JavaScript.
MIT License
160 stars 66 forks source link

feat: backport resolve #228

Closed bigopon closed 2 months ago

bigopon commented 2 months ago

As per the request at https://github.com/aurelia/dependency-injection/issues/227, a backport of resolve is provided in this PR.

This should help applications prepare for v2 migration, or if they like, stay with v1 without having to worry about Typescript.

Thanks @m-gallesio for requesting this.

Closes #227

cc @thomas-darling for your awareness since you are with one of the big v1 applications that I'm aware of.