Fernando Coelho
Fernando Coelho
Same issue here. _Edit by maintainer bot: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if...
@octet-stream Have you tried including the plugin manually? I don't know if it will work because this issue seems a bit different from what I fixed in my pull request,...
`plugin-transform-class-properties` only deals with classes, so every other transform we may need will probably be class-related. Therefore, I don't think we will need many more transforms. Still, I support the...
Hey guys 👋 I've implemented the "experimentalTransforms" option, along with a fixture for typestack packages. You can test what happens without the option by going into `fixtures.test.ts` and setting `JITI_EXPERIMENTAL_TRANSFORMS:...
I would advocate for the `experimental` keyword if we were to make them default someday. We may need to add other transforms beyond the current two, so who knows if...
@pi0 Done. If it ain't going to be default anywhere in the future, then transformClassProps seems right.
Workaround 👇 ```ts return await db.select().from(this.table as PgTable); ``` Also, this seems to be happening only with `.from()` statements, we should edit the issue to be more specific.
+1 This is much needed for testing, a lot of people (including myself) don't test their endpoints with a server actually running.