Vedant Roy

Results 96 comments of Vedant Roy

This is what I came up with, will see if it works: ``` type PinoOpts = Parameters[0] & { transport: TransportMultiOptions & { targets: TransportTargetOptions[] } } const opts: PinoOpts...

Just saw this -- quick word of advice, files that span multiple types are hard to implement (maybe do-able?) due to the fact that Babel processes files 1 at a...

@danthe3rd , looks like this issue is close-able?

@Andrew-Chen-Wang -- would there be any disadvantage of using your PR over `asyncer` or vice-versa?

The underlying question, is I want to run wetty inside of my docker container and have it just work (tm). I know the docker user is root, yet this is...

I'd love if someone worked on this! It might be complex though. Here's why multi-file types don't work right now: https://github.com/kentcdodds/babel-plugin-macros/issues/155 I think the easiest thing to do in the...

These are all good concerns, and I'd love to implement multi file types. Alas, I just don't have the time anymore. I've looked around for maintainers, but I haven't really...

I should change these to unsupported (unless someone makes a PR). These can def. be supported by special-casing them in the macro, but someone will need to support a PR...

Great! Can you send me an email at "vroy101 (at) gmail.com" with some basic contact info?

@proteriax. Going to post an initial list of things I want to explore here: 1. Explore replacing the home-grown type resolution system with the Typescript compiler. Right now, I have...