nicojs / typed-inject

Type safe dependency injection for TypeScript
Apache License 2.0
439 stars 23 forks source link

test(injector-variance): add it for injector variance #7

Closed nicojs closed 5 years ago

nicojs commented 5 years ago

Somehow this variance check broke in TS 3.2 and got fixed in TS 3.5 (nightly of next version)

nicojs commented 5 years ago

Indeed got fixed in 3.5. Merging after green build.