Roman Jámbor

Results 109 comments of Roman Jámbor

@aj-bartocci Container is meant to be a wrapper for all types consisting of multiple other types, such as Union, Intersection and Enum (which is union), but it wasn't good design...

Hello, tst-reflect version 0.x is deprecated; it has quite a lot of issues. I did a huge refactor, 1.0-alpha which is a lot better, but for some reason your example...

Hi, we discovered this last week. It's caused by TS 4.9, they changed something in the transformer API. I'm going to debug it this week. I hope it's just a...

@stepansib This is working example with TS v4.8.4: https://stackblitz.com/edit/tst-reflect-example?file=index.ts I think your issue is not related to TS version. Please, create new issue and fill in all required information.

@fiftin It seems to work. Check this out https://stackblitz.com/edit/tst-reflect-example-ts49?file=index.ts If you are not able to make it work, please create a repro on StackBlitz and I'll take a look what...

> @Hookyns Your link is broken. It looks like a `ttypescript` issue. I tried with `ts-patch` but this error still happens. Could you consider supporting `ts-patch` instead of `ttypescript`? @lewispham...

@lewispham I'll take a look, but it's probably issue with the ts-patch. Maybe because typescript changed some API again. In case you are willing to help with this you can...

> @Hookyns It's only called when I run `tspc` without importing `tst-reflect`. It's not called when I added this to my code. It should be called each time you run...

I think I found it. `tst-reflect-transformer` depends on TS 4.x, but when you use TS 5.x, ts-patch is initialized using the TS 5; source code is parsed by TS 5...