Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-08-07 Thread Bastien ROUCARIES
On Mon, Jun 25, 2018 at 5:49 PM, Zebulon McCorkle wrote: > On Saturday, June 23, 2018 11:21:29 AM EDT Pirate Praveen wrote: >> Is there any module that starts with types-? > > Just searched for types- in the npm registry, nothing seems to start with it. > > [~] npm search types- > NAME

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-06-25 Thread Bastien ROUCARIES
On Sat, Jun 23, 2018 at 5:21 PM, Pirate Praveen wrote: > > > On June 23, 2018 8:32:22 PM GMT+05:30, Bastien ROUCARIES > wrote: >>On Thu, Jun 21, 2018 at 7:06 AM, Pirate Praveen >> wrote: >>> >>> Can't this be node-types-foo? Then it follows the existing node- >>> standard and node-types can be

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-06-23 Thread Pirate Praveen
On June 23, 2018 8:32:22 PM GMT+05:30, Bastien ROUCARIES wrote: >On Thu, Jun 21, 2018 at 7:06 AM, Pirate Praveen > wrote: >> >> Can't this be node-types-foo? Then it follows the existing node- >> standard and node-types can be used to filter types packages. This >also >> makes it easier for

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-06-23 Thread Bastien ROUCARIES
On Thu, Jun 21, 2018 at 7:06 AM, Pirate Praveen wrote: > On Saturday 19 May 2018 08:08 PM, Bastien ROUCARIES wrote: >> On Thu, May 17, 2018 at 6:31 AM, Pirate Praveen >> wrote: >>> >>> >>> On May 17, 2018 1:32:01 AM GMT+05:30, Julien Puydt >>> wrote: Hi, Le 16/05/2018 à 17:45,

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-06-20 Thread Pirate Praveen
On Saturday 19 May 2018 08:08 PM, Bastien ROUCARIES wrote: > On Thu, May 17, 2018 at 6:31 AM, Pirate Praveen > wrote: >> >> >> On May 17, 2018 1:32:01 AM GMT+05:30, Julien Puydt >> wrote: >>> Hi, >>> >>> Le 16/05/2018 à 17:45, Bastien ROUCARIES a écrit : Can I suggest in all the case

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-05-19 Thread Bastien ROUCARIES
On Thu, May 17, 2018 at 6:31 AM, Pirate Praveen wrote: > > > On May 17, 2018 1:32:01 AM GMT+05:30, Julien Puydt > wrote: >>Hi, >> >>Le 16/05/2018 à 17:45, Bastien ROUCARIES a écrit : >>> Can I suggest in all the case something pragmatic ?

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-05-19 Thread Jérémy Lal
2018-05-17 6:31 GMT+02:00 Pirate Praveen : > > > On May 17, 2018 1:32:01 AM GMT+05:30, Julien Puydt < > julien.pu...@laposte.net> wrote: > >Hi, > > > >Le 16/05/2018 à 17:45, Bastien ROUCARIES a écrit : > >> Can I suggest in all the case something pragmatic ? Could I

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-05-16 Thread Julien Puydt
Hi, Le 16/05/2018 à 17:45, Bastien ROUCARIES a écrit : > Can I suggest in all the case something pragmatic ? Could I suggest > that package providing types for node-foo should be named > nodetypes-foo (without hyphen in order to avoid conflict with node > package) > > If node-foo include type it

Re: [Pkg-javascript-devel] How to ship DefinitelyTyped's type definitions?

2018-05-16 Thread Bastien ROUCARIES
On Fri, May 11, 2018 at 10:26 PM, Julien Puydt wrote: > Hi, > > as you may know, more and more JS projects incorporate some TypeScript > these days. This requires some definitions because the typing is > stronger, so we have: > (1) projects adding typing for what they