-
In a Jest test it says:
ReferenceError: Bar is not defined
```
it("injects a circular dep", () => {
@injectable()
class Foo {
constructor(@inject(delay(() => Bar)) public bar: Bar) {}
…
-
- reflect-metadata
-
I am curious if there is any way to include this library when running testcafe from within docker?
I have attempted to create a new docker image based off `testcafe/testcafe`, but ran into permissi…
-
So let's say I have first class TestA that has dependency to class TestB
````
// TestA.ts
import { inject, injectable } from "tsyringe";
import { ITestB } from "./TestB";
export interface ITest…
-
**TSyringe** is hard to pronounce. I suggest we call it just **Syringe**.
-
Hi, good work on the framework. I'm excited to play with it.
I just wanted to raise my concern of naming decorator @Area the way it is named.
Why it isn't named @Module? It would be more straigh…
-
I am trying to use a utility service ( winston logger) in a plain TypeScript class. I can only get the instance of the service via Container.get(LoggerService). Using anything else like custom decorat…
-
-
I think it's possible to implement a file scanner compiler plugin, on that looks for things like @registry, @singleton, etc, that would automatically include them so that they don't need to be explici…
-
### Issue description or question
Having a similar issue to this ticket: https://github.com/wallabyjs/public/issues/2466
Clearing the cache with `yarn jest --clearCache` fixes the issue temporar…
ryall updated
3 years ago