-
`typedi` hasn't been updated in 2 years and is falling behind. Look at [tsyringe](https://github.com/microsoft/tsyringe)
-
i copy paste the code how to create decarator from depedency "vue-class-decarator" like this:
```
// @/configs/InjectDecarator.ts
import {createDecorator} from "vue-class-component"
export fun…
-
Is is possible have parameter values as dependencies? Example:
```typescript
import {singleton} from "tsyringe";
@singleton()
class Foo {
private str: string;
constructor(value: string) …
-
## Information
- **Version:** 6.17.5
- Packages:
```
"dependencies": {
"@google-cloud/secret-manager": "^3.2.3",
"@hapi/joi": "^17.1.1",
"@hapi/joi-date": "^2.0.1",
"@tsed/a…
-
Hi, for some reason we have performance problems when using ts-node in our mocha tests. It takes about 500 ms to compile an empty ts file. I added some console.logs to measure the time to run [this ve…
-
```
function logNew() {
return (constructor: T) => {
return class extends constructor {
constructor(...args: any[]) {
super(...args);
console.log("CREATED", args)
…
-
$ npm run build
> fortify@1.8.0 build /Users/zhanghuijun/Documents/fortify
> npm run build:prod
> fortify@1.8.0 build:prod /Users/zhanghuijun/Documents/fortify
…
-
another spring/boot feature that would be nice, is "property sources", what a property source is, is a location of "properties" like `foo.bar=baz` I imagine this wouldn't be exactly the same for types…
-
**Describe the bug**
Unable to find dependencies when injecting @injectable classes that have the @registry annotation from another file.
**To Reproduce**
The following sample code works and …
-
## Expected Behavior
Obfuscate without errors
## Current Behavior
Uncaught Error: tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.
#…