Daniel Boll
Daniel Boll
Yeah, it's indeed a better approach following the premise you proposed to this plugin.
Ow, sorry I though when you had proposed the change you already implemented it, my bad didn't realized :sweat_smile: as soon as I get some free time I'll try to...
Oh, I see, thank you for your reply @yorickpeterse.
As the PR #33 doesn't fully implement this issue it should either not close it or another issue describing the remaining stuff be created.
@rsaz I've been attempting to integrate `tsx` into the project without success. It appears the issue may be related to the `Env validator`. Should we simplify our approach by focusing...
Yes, that's the plan. Instead of using `tsnd -r dotenv/config -r tsconfig-paths/register ./src/main.ts`, we'll simplify it to just `expressots dev` for instance.
For now, I'd say we stick with `tsnd`, and initially only port the `start` and `dev` commands. Essentially, I believe we're just moving the dependency from the core to the...
@joaoneto, the progress appears promising, and your approach seems solid. The next logical step might be to conduct a benchmark, comparing the performance with and without the integration of SWC...
At the time I tried `tsx`, but couldn't make it work for some reason, tried for a while but unsuccessful, I then quit trying. Albeit being one hell of a...
Yeah, I figured this could be a tough issue considering how NodeJS handles numbers internally. It seems like this is outside the scope of napi-rs, so I’ll need to explore...