Pierantonio Cangianiello
Pierantonio Cangianiello
Could you try the same code with a previous version of node (7.x)? At the moment I have no time to investigate this, but I suspect it's a backward-compatibility issue....
> Isn't the Transformers API public now though? Microsoft/TypeScript#13764 Or are you waiting for something else? The API was made public some time ago, but there's no way to add...
Actually the solution you proposed in your second snippet is totally feasible, since it's a class: ``` TypeScript reflect(MyTestClass).members.forEach( member=> console.log(member)); ``` `MyTestClass` symbol is valid until emitting time because...
Ok, now I got your point. I know that already exists some library that simply does mere type _extraction_ from a typescript source. Actually this is not the scope of...
> Which libraries are you referring to? You may want to try [ts-type-info](https://github.com/dsherret/ts-type-info).
> Events with "pre" and "post" would be also great in order to pre-process or post-process stage data (i.e. preParse is great time to run text preprocessor which can implement...
Hi, we are probably experiencing the same issue with digitalocean URLs like this: `postgresql://user:[email protected]:25060/foobar?sslmode=require`. We are not able to reproduce it in our dev environment, but in our production env...
This is a good point for an improvement. Feel free to submit a PR.
Just published v0.4.0. This version includes a first breaking change that makes all `StompHeaders` params mandatory. There should have been an exception for `DISCONNECT` frame, that hasn't mandatory headers, except...