Roman Jámbor

Results 109 comments of Roman Jámbor

Hi, sorry idk how I missed this. Neither Vite (esbuild) nor SWC are supported. I have a plan how to make it work, but it's a lot of work; alpha...

I have officially started working on a new version which will make support of esbuild/Vite, SWC etc. possible. Each build system will require its own plugin but it'll be thin;...

Hi guys, TY for your interest! 🎉 I'm late with the alpha, working hard on it. 🏭 I've invented new and better callsites (new way how to pass generic type...

Late (again), but it will be this week. 🎉 I'm stucked on one strange issue caused by strange conditions. I'm finally able to reproduce it. Now I have to fix...

I've granted you access to the organization and mentioned you in an issue.

> Is this project still happening? If so, I'm also interested. > > I have extensive experience with reflection in PHP and C#, if that matters - I've written DI...

First prototype version of the new Typegen is out. 🎉 It works with SWC, esbuild and tsc without any transformations as expected. 🙂 Information for participants is in the private...

Hi @lsarrazi, the issue with `_ßr is not defined` is a known issue, fixed in new upcoming major version. You can hotfix it by adding this to some main TS...

Related to https://github.com/Hookyns/tst-reflect/issues/75 There are issues with nest cmd. My reaction in the linked issue: > So you have to use build: npx ttsc, start: node dist/main and there should...

Hi, do you have strictNullChecks option in tsconfig enabled?