David Recuenco

Results 23 comments of David Recuenco

Hi @guyellis, I'm not really sure how you expect these interfaces to be exported, aren't they accessible from the `Joi` namespace already? I.e, ``` import Joi from '@hapy/joi' const foo:...

I see, if I recall correctly there's a problem with exporting multiple variables/interfaces in the root when there's `export =` syntax. Let me check if it would be possible to...

> Let me check if it would be possible to somehow have both of them, maybe using export default instead of export = could work so all exports coexist as...

> We need interfaces exported inside the namespace. I think that the problem you refer is for top level exports, right? > Is it stills a problem? > > Eg....

Had to disable the rule [strict-export-declare-modifiers](https://github.com/microsoft/dtslint/blob/master/docs/strict-export-declare-modifiers.md) but otherwise looks fine: https://github.com/RecuencoJones/DefinitelyTyped/blob/export-types-and-interfaces-from-joi-namespace/types/hapi__joi/index.d.ts

https://adidas.github.io/ We use it as our backend to retrieve GitHub metadata and contents from our CMS. Love its simplicity and TS 😍

Already joined @darcyclarke 😄

Quick update as per yesterday's Open RFC Meeting, looks like Arborist already supports running prepack scripts for some protocols (i.e, `git+https:`) which downloads and then tarballs the contents of the...

@darcyclarke @ruyadorno will this be part of Aug 12th Open RFC Meeting?

You are right @atrianac, we will update when possible, thanks for the heads up!