Roman Jámbor
Roman Jámbor
🤦 fixing from the bed... I missed Nest imports and the fact that the symbol is undefined not declaration... the error message is super clear. 🤦 I'll fix that tomorrow....
Error with sourcefile when building using tsc fixed by PR #38 Merged in main, not published yet.
> Tomorrow i'm going to create a fork of https://github.com/knowankit/fullstack-monorepo-boilerplate and configure [tst-reflect](https://github.com/Hookyns/tst-reflect) for testing purpose It would be nice. I'll try it this weekend.
Fixed in v1. Not in the current version.
@avin-kavish It works for me. ```typescript import { getType } from "tst-reflect"; function entity(_: any) { } @entity export class Cat { id = 0; toys: Toy[] = []; }...
Okay, there are three issues. * First issue is not generated "ctor" property. * Second issue is how decorators work. There is `__decorate` call inside generated TypeScript which is called...
Fixed in v1. Not in the current version.
You can create a PR with small change here: https://github.com/Hookyns/tst-reflect/blob/53b56ac309e3f36c74c87d524268aa4084f87720/transformer/src/config.ts#L220-L229 Add the new module kind to line 228.
Published in `[email protected]`. TY for the PR.
There are some other places where are the requires generated, without using the isESMModule function. But now I don't know if we modified the isESMModule correctly. It's not just the...