Deploy documentation and coverage

This commit is contained in:
github-actions[bot]
2025-04-02 19:53:16 +00:00
parent e4245380da
commit 57a7410ad4
60 changed files with 805 additions and 276 deletions

View File

@@ -143,9 +143,9 @@
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { TSinjex } from '../classes/TSinjex';
import { DependencyResolutionError } from '../interfaces/Exceptions';
import { Identifier } from '../types/Identifier';
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { TSinjex } from '../classes/TSinjex.js';
import { DependencyResolutionError } from '../interfaces/Exceptions.js';
import { Identifier } from '../types/Identifier.js';
&nbsp;
/**
* Resolve a dependency.
@@ -160,12 +160,12 @@ export function resolve&lt;T&gt;(identifier: Identifier): T;
* Resolve a dependency
* @param identifier The identifier used to register the class in the DI container.
* @see {@link Identifier} for more information on identifiers.
* @param necessary The dependency is **not** necessary.
* @param isNecessary The dependency is **not** necessary.
* @returns The resolved dependency or undefined if the dependency is not found.
*/
export function resolve&lt;T&gt;(
identifier: Identifier,
necessary: false,
isNecessary: false,
): T | undefined;
&nbsp;
/**
@@ -190,7 +190,7 @@ export function resolve&lt;T&gt;(
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="./https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-04-02T18:22:41.239Z
at 2025-04-02T19:53:14.343Z
</div>
<script src="../prettify.js"></script>
<script>