You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: type arguments passed to registerSingleton and registerTransient should themselves be allowed to receive type arguments, and these should not count towards the service/implementation name
<ahref="https://www.patreon.com/bePatron?u=11315442"><imgalt="Patrons on Patreon"src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dwessberg%26type%3Dpatrons"width="200" /></a>
60
+
61
+
<!-- SHADOW_SECTION_BACKERS_END -->
62
+
49
63
<!-- SHADOW_SECTION_TOC_START -->
50
64
51
65
## Table of Contents
@@ -70,12 +84,12 @@ This has been implemented as a TypeScript Custom Transformer in order to be so l
70
84
-[Usage with ava](#usage-with-ava)
71
85
-[Options](#options)
72
86
-[Contributing](#contributing)
73
-
-[Maintainers](#maintainers)
74
-
-[Backers](#backers)
75
-
-[Patreon](#patreon)
76
87
-[FAQ](#faq)
77
88
-[How does it work, exactly?](#how-does-it-work-exactly)
<ahref="https://www.patreon.com/bePatron?u=11315442"><imgalt="Patrons on Patreon"src="https://img.shields.io/endpoint.svg?url=https://shieldsio-patreon.herokuapp.com/wessberg"width="200" /></a>
// If the Implementation is a TypeNode, and if it originates from an ImportDeclaration, it may be stripped from the file since Typescript won't Type-check the updates from
83
87
// a CustomTransformer and such a node would normally be removed from the imports.
@@ -190,7 +194,7 @@ export function visitCallExpression(
0 commit comments