-
```ts
// @experimentalDecorators: true
export declare const Inject:
(entity: Function, dataSource?: string) =>
(target: object, key: string | symbol, index?: number) => void;
export class…
-
I change the path configuration in my tsconfig, for better paths. But now i cannot execute my testcases. So i checked the following documentaries:
- [jest](https://github.com/kulshekhar/ts-jest#kn…
-
I'm importing reflect-metadata on a plugin because i don't know where to put it, but it doesn't work.
Where do you import it?
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Currently, identifier of unit reference does not support Abstract class and Function. Can you…
-
So, I could be more savvy in this, but from my research, does the ESM version need an extension?
```
(node:94369) Warning: To load an ES module, set "type": "module" in the package.json or use the…
-
**Describe the bug**
If I inject a class `Foo` with parent `Bar` as both `Foo` and `Bar`, it gets constructed twice.
**To Reproduce**
```
import 'reflect-metadata';
import { singleton, cont…
-
### What version of Bun is running?
v1.0.6 (969da088)
### What platform is your computer?
ubuntu-22.04 (public github action runner)
### What steps can reproduce the bug?
Install a depe…
-
I'm having some trouble with types. Using `//@ts-ignore` works but probably isn't solving the problem.
Example code:
```
import {mockClient} from 'aws-sdk-client-mock';
import {GetQueueAttribute…
-
### Expected Behaviour
When using Tracer, I expect to be able to use the `captureAWSv3Client` function with any of the official SDKs.
### Current Behaviour
When trying to use `captureAWSv3Cli…