prelude-ls icon indicating copy to clipboard operation
prelude-ls copied to clipboard

Added `map-keys`

Open pepkin88 opened this issue 8 years ago • 2 comments

Definition of map-keys: Applies a function to each key of the object, and produces a new object with the new keys and the same values. The size of the result is the same size as the input.

pepkin88 avatar Oct 21 '16 13:10 pepkin88

Request for attention on this one. I believe the Travis error was not caused by the pull request itself, but some other dependencies.

pepkin88 avatar Nov 30 '17 18:11 pepkin88

Yes, you're right @pepkin88 version not found: [email protected]

It's probably from istanbul. Maybe we can upgrade the modules and use istanbul nyc https://github.com/istanbuljs/nyc

Also the build process is a bit complex. Maybe it can be done through just the package.json unless Travis does need the makefile.

tcrowe avatar Dec 01 '17 05:12 tcrowe