core icon indicating copy to clipboard operation
core copied to clipboard

TypeScript & Flow Definitions incomplete for partial application

Open TylorS opened this issue 5 years ago • 4 comments

The functions zip, zipItems, snapshot, slice, scan, loop and combine all have invalid TypeScript definitions when using partial application. We'll want to use the same techniques describe in #288 to correct all our definitions.

TylorS avatar Jun 17 '19 14:06 TylorS

The same seems to be true for flow defs. I think the same "tree" technique we chatted about will work for both TS and Flow.

briancavalier avatar Jun 17 '19 14:06 briancavalier

Added to the never-ending backlog.

Frikki avatar Aug 07 '19 09:08 Frikki

TS part should be fixed in https://github.com/mostjs/core/pull/296

raveclassic avatar Aug 19 '19 14:08 raveclassic

I guess we only need flow definitions then?

Frikki avatar Oct 07 '20 19:10 Frikki