typedi
typedi copied to clipboard
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
Is it possible to configure typedi to lookup dependencies in the parent container rather than having to do explicit `container.set` for all the named services?
cc https://github.com/typestack/typedi/issues/51 ## Description The documentation for setting up transient services was incorrect and references a `scope` property which isn't accepted by the Typescript compiler. ## Checklist - [x] the...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When instantiating services, the last parameter...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
Hi y'all I'm wondering if `typedi` is not going to receive any minor/patch updates as it's been a while since `v0.10` from Jan, 2021. There's an unpublished `v0.11` on the...
### Description I found a bug in [my fork of TypeDI](https://github.com/freshgum-bubbles/typedi), and I thought I'd be a good neighbour by also posting it here. With the current inheritance code, when...
**I was trying to...** We are using an Nx monorepo for our projects. As Nx included Vite in its most recent release, we wanted to try it out in one...
Objective: I aimed to share the same dependency injection container between an Apollo GraphQL API and a REST API. Both APIs employ constructor-based service injection, and I intended to reuse...
Hi, i'm getting errors when modify my code (it has a lot of imports, injections etc., so i don't put any code up here). It's probably issue with circular injection...
**I was trying to...** Use esbuild/swc to speed up compilation/build times and improve developer productivity and general experience **The problem:** typedi as far as I know currently uses and depends...