prelude-ls
prelude-ls copied to clipboard
Added `map-keys`
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.
Request for attention on this one. I believe the Travis error was not caused by the pull request itself, but some other dependencies.
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.