Marius

Results 5 issues of Marius

When I am at the top of a .ts file where all the imports are and I want to import a new component manually, for example `AppComponent`, I type "import...

#### Describe the bug `ts-node` is registered if `@asyncapi/generator` is simply imported in a file, even though the constructor or any other of `generator`'s methods is not called at all....

bug

#### Describe the bug I originally stumbled upon this bug when I started using `nestjs-asyncapi` package (https://github.com/flamewow/nestjs-asyncapi/issues/516). Importing one of their decorators resulted in wrong call stack for failing tests....

bug

**Describe the bug** Adding a decorator from AsyncApi results in the wrong call stack line number for failing tests **To Reproduce** Steps to reproduce the behavior: 1. Create a new...