Roman Jámbor

Results 109 comments of Roman Jámbor

Nope. [tweaked demo](https://stackblitz.com/edit/tst-reflect-example-ts522-s92ole-pu6wap?file=tst-reflect-transformer.js) It ends with some error. So I would have to update typescript to make it work but there were quite a lot of changes in the typescript...

> Same issue, typescript 4.8.3 Hello @GulgDev, That must be something in your configuration IMHO. It means that the transformer did not transformed the code, though. This is working 4.8...

Hello, .NET MAUI has custom [MauiAppBuilder](https://github.com/dotnet/maui/blob/c4479e66d0f948c380cee30a4f7e58694afc0453/src/Core/src/Hosting/MauiAppBuilder.cs) and there is no HostBuilder at all so it's not possible to use Wolverine with MAUI. Looking at the `UseWolverine()` implementation, there should be...

It works as expected. Can you create a repro? EDIT: Hmm.. I'm wordering... You have both the `tst-expression` and the `tst-reflect` installed, right? Maybe they have some conflict.. /EDIT What...

@nzdeep's text is quite a mess (sorry 😄). But I understand it because I have the same issue. Validators have only one parameter, the value. That's not enough. It would...

> you want to outsource the generation of the error message instead of passing it as an argument Well, I want to create custom validation rules with messages defined inside...

Will it be possible to serialize transformed code back to the TypeScript? It would be very helpful for the new version of my TypeScript runtime reflection I'm building. (*Old version...

I'd love to see this implemented. And not just for abstract classes but for interfaces too. It's handy as a hint for TypeScript compiler - custom transformers. No need to...

I miss this feature! I would expect something like this: [Stackblitz demo](https://stackblitz.com/edit/hey-api-example-narrowing?file=src%2FApp.tsx,src%2FProposal.ts,src%2Fclient%2Fservices.gen.ts) > It's a fork of your stackblitz demo from docs. I removed few files so it's a little...

Yeah, it's definitely a breaking change, but it may be under some config value for example?! So if you enable this new option the service will return this type instead....