Nex Zhu
Nex Zhu
Voting+1 I think it's a huge potential user space.
Something like: ``` DependenciesUnmetError: Undefined dependency "config: SomethingConfig" of ChainController(?). Type has no provider in scope http. ```
@marcj I'm experience various strange issues related to config injection, I've push a very simple reproduction repo here: https://github.com/NexZhu/deepkit-config-reprod I have a single `SomethingModule` like this: ```ts import { createModule...
Guess there's something related to module resolution order
This seems to be an issue with TypeScript, not replated to DeepKit as I see it elsewhere in search results. Try `allowJs` if you're not importing js files.
Same, sticking with 4.7.4 for now
@marcj Hi, now that TypeScript 4.9 will be released soon, I wonder what's the plan of supporting TypeScript 4.8 or maybe directly 4.9?
Good to know. If i'm guessing correctly, Angular should only block the web-based debugger and DB inspector though? Maybe other modules can be independently published.
The author seems to be inresponsive, I wonder if anyone is willing to maintain a active fork and we can merge bug fixes there? @DiegoDoniss @batidodecoco @IgnusG @sourcec0de @MatthiasDunker @omar-dulaimi...
I've also published a fork [@daotl/zod-prisma](https://github.com/daotl/zod-prisma), cuz I need this PR from @michiim to be merged: https://github.com/CarterGrimmeisen/zod-prisma/pull/111 This one generates enums instead of importing from `@prisma/client` and is important if...