Guy Ellis
Guy Ellis
@gairom that sounds like a reasonable request. Would you like to submit a PR with those changes?
A few of us just spent an hour mob hacking on trying to get this to support 16. Running into some issues. Joi 16 exports an interface: ```javascript declare namespace...
@TCMiranda - feel free to assign this issue to me for now. If I'm unable to do a PR I'll let you know.
@TCMiranda - are you suggesting a PR on @types/hapi__joi to add those or something like an import and then export in another module or something else?
@TCMiranda - I don't see any commits in the [joi16 branch](https://github.com/TCMiranda/joi-extract-type/commits/feature/joi16) beyond Sep 19 (a month ago) - did you push them to GitHub?
Hi @TCMiranda - I sent you an email a couple of days ago asking if you were available to pair on this on a Zoom session - not sure if...
@TCMiranda with help from @chriscrewdson @kschat @jasonoverby @llwt @iybaron we came up with this example snippet to answer the "debug" question you have in your branch. > // debug, trying...
A coworker @llwt found the reason why they wrapped the DefinitelyType definitions in a namespace: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/38361#issuecomment-531754321
@TCMiranda - hope you had a good break/vacation wherever you went. Yes - I think that a dummy property will allow `tsc` to disambiguate between two identically shaped interfaces and...
> I guess the first step is to make a PR to DefinitelyTyped to export the interfaces, do you agree? Yes, I agree. @RecuencoJones - do you see any problems...