Jackie McDoniel
Jackie McDoniel
https://github.com/nerdlab-logan/nestjs-rest-api-starter needs to have 10 stars
I'm not sure they should be merged. The `Command Line / Terminal` section refers to either generators (like the CLI and Yeoman Generator) and CLI creators (like nest-commander and NestJS...
This does reproduce in a docker container as well. ```sh docker run -it node:latest sh npm i -g @nestjs/cli nest new my-project -p npm cd my-project ls # notice a...
Can you please provide a minimum reproduction repository?
> no updates > > the field is being forced to comply with ESM now > > higher level STANDARD (like angular) frameworks have imposed their choice to go with...
No one is working on it at the moment. You'd need to be able to read from `process.stdin` for the restart command (as suggested make it `rs`) and on hearing...
Please provide a [minimum reproduction repository](https://minimum-reproduction.wtf/) (Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project).
@kamilmysliwiec I would actually be interested in adding this support and maintaining it. As an anecdote I just swapped my [ogma](https://github.com/jmcdo29/ogma) repo to use swc and uvu for tests and...
I played around with the swc-loader the other day, and while it mostly worked, it does fail on swagger-cli-plugin and the graphql-cli-plugin. The AST differs and we'd need to end...
Would this be the same as `IntersectionType(IntersectionType(Class1, Class2), Class3)` etc?