Alec Brunelle
Alec Brunelle
@electerious Have ideas on how to implement this? I want this feature badly lol
Would be great to have this. @epilande Have you any ideas on how to implement this? I would like to try.
It would be great to close this issue and link to a working example hosted on codesandbox.
Getting the original error with this `.babelrc` in my Next.js app: ```json { "presets": ["next/babel"], "plugins": [ "babel-plugin-transform-typescript-metadata", ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose": true }], "babel-plugin-parameter-decorator" ]...
Thanks @vjpr, I finally got it to work this with `.babelrc` file in my Next.js app. ```json { "presets": ["next/babel"], "plugins": [ ["@babel/plugin-proposal-decorators", { "legacy": true }], "@vjpr/babel-plugin-parameter-decorator", ["@babel/plugin-proposal-class-properties", {...
Just for anyone who is having trouble getting this working, Next.js uses Babel as a transpiler and I have a working example here: https://github.com/aleccool213/next-js-typeorm-typegraphql-example
@ansjcy Thanks for filing this issue as I had the same problem. My solution was just to replace all the file paths in the coverage-final.json with the current working directory...
Seems like someone took most of the code from this repo and made some configs for running on browserstack. It is a bit of a mess though but good for...
If someone forks this module and adds these fixes, that would be great. Or a maintainer could provide a timeline for when they will add this.
Sorry no, the app itself.