iti icon indicating copy to clipboard operation
iti copied to clipboard

~1kB Dependency Injection Library for Typescript and React with a unique support of async flow

Results 6 iti issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Considering the following code. ```ts const a = await root.getContainerSet(["userManual", "oven"]) a.oven // There is no error, oven exists, the...

enhancement

this SHOULD resolve #38 #37 Here was the issue with iti's resolution https://arethetypeswrong.github.io/?p=iti%400.6.0 Changes - output file name is `index.*.js` instead of iti.*.js - changing the package.json to properly handle...

I need to update the package to support both ESM and commonjs better. Work in progress

bug

## Problem Description When using iti in a TypeScript project with `"moduleResolution": "NodeNext"` in your `tsconfig.json`, type information for iti cannot be located. This line: `import { createContainer } from...

bug

If you add too much dependencies it gives "Type instantiation is excessively deep and possibly infinite" When I added last dependency which just and empty object (to avoid circular dependency...

bug

**Is your feature request related to a problem? Please describe.** Adding a lot of `add(..)` slows down Intellisense to the point that I have to restart the TS server every...

enhancement