An open API service for software projects hosted on Open Collective.

github.com/neovim/node-client

Nvim Node.js client and plugin host
https://github.com/neovim/node-client

Remove test/core

550e80aebe970b569893e5e7aef986e30090ebb6 authored about 8 years ago
Change exported interfaces

853d341bbff0422a962f75c5f9541d481619aaa4 authored about 8 years ago
Change order of eslint

d7596752581c2fbd454eb9198b10916fe10deb8e authored about 8 years ago
Remove commented out methods

2c59fea7d22e6fd6fa1a8149ba2f37a8dbcbd166 authored about 8 years ago
Fix defining metadata properties on wrong function

f24e658aa139bd7169f726b03c1584f4e94d7741 authored about 8 years ago
Fix/update generating typescript interfaces

f713a44941e7bb8529b8700a6d3fa03a89a44649 authored about 8 years ago
Update package lock

8753bcbf0d8bb3f5a74310a9f6c87f60ee16cbed authored about 8 years ago
Remove dev decorator, should be defined in Plugin decorator

1d8c617cc995bb4a9922690c4d423ae2f8a13d3f authored about 8 years ago
Add npm5 package lock

d1ae410494c5806e266419f67a13f5bafbc5c562 authored about 8 years ago
Update authors

ea7bf4373f811edcb46c4912264a425b8247e1a8 authored about 8 years ago
Add precommit hook to run eslint, prettier, jest

f43c905db010f179087ead1e4689d16e306a4cbe authored about 8 years ago
Add env var to allow printing to console

b3b29da8871599793eef4638f087863dda13ca10 authored about 8 years ago
eslint/prettier

16368864d8a70810cfc7aaf225063b3596fa154a authored about 8 years ago
Refactor API generation

* Ignore deprecated APIs
* Refactor function to translate nvim api names into client
API names...

6f1d9bb5207ad9dd4e0fc191dc76d48d052a02e5 authored about 8 years ago
Update eslintrc

1e255678151abd3fde9b80b5387740f7da97e4e4 authored about 8 years ago
Big refactor to node-client

4a67367215ee33eb438a9ef6660b3b188a2e84b9 authored about 8 years ago
eslint fixes

2923b3ff93144f2af33300bc8bdb3cb7264ab1be authored about 8 years ago
prettier

c4c203a24b1815f2c243906e5e8a8f005303a1d4 authored about 8 years ago
Change generated neovim API methods to return promises, fix generate typescript interface script

041423104d88ae243392fdf1f2175d03f92ae2a8 authored about 8 years ago
Remove jshintrc

e89c8cc711ff118fd6c08647705065f88ba9c157 authored about 8 years ago
Apply prettier + eslint fix

d16177f85f9548c1eaa783e4b4c1dba4f96bd79d authored about 8 years ago
Add eslint

90375fb94917705fcf3170eb2f92d0aa506f09c9 authored about 8 years ago
Add promise API

2ac30c396da72bf01d2239d67728efd6c7d7ad42 authored about 8 years ago
Remove promisify module, wasnt promisifying nvim properly

fd0479070b48b08619d5895ca5bcf247cb9a7ea9 authored about 8 years ago
Add option for suffix when wrapping API

cf6ff02365a39f0f2d52b2500512e769b08e6618 authored about 8 years ago
Use 'stable' and 'lts/*' to reduce maintain cost for Travis CI (#22)

* Use 'stable' and 'lts/*' to reduce maintain cost for Travis CI

* Show nvim version

743020aec4f8bfb71d33f2c07bb1233925494986 authored about 8 years ago
Refactor promisify function so we can re-use

f50c8daf024004f4ed09bd737daafe308fd718fa authored about 8 years ago
Add promise API

* Refactor promisify function so we can re-use
* Add option for suffix when wrapping API
* Fix i...

b89d1eb27945d370db00b76928b11262c62cf913 authored about 8 years ago
Drop support for end-of-life Node v0.10

b5907af7713e5128b31055aa2389898cc13f7dda authored about 8 years ago
Update index.d.ts

eadad99995034f9f6bb13af301fb4537d2068bf6 authored about 8 years ago
Accept Nvim Type

9165ab72013c92c68000661aba3185b4b9692aed authored about 8 years ago
Use 'stable' and 'lts/*' to reduce maintain cost for Travis CI (#22)

* Use 'stable' and 'lts/*' to reduce maintain cost for Travis CI

* Show nvim version

39fb9fe9690fc7fcd31913f40f31b0061daa88f3 authored almost 9 years ago
Add promise API

* Refactor promisify function so we can re-use
* Add option for suffix when wrapping API
* Fix i...

a1dd8a6e8def020e0f831c01f8a720c654d73409 authored almost 9 years ago
Update index.d.ts

c9725b34ce15a045f0bbffa975a3aa524b727684 authored almost 9 years ago
Drop support for end-of-life Node v0.10

bd3f9ad788ae31482195570c1bb6075556324fa7 authored almost 9 years ago
Accept Nvim Type

a8834335f23db0b13569abf1ef520d81a3087d91 authored almost 9 years ago
Remove promisify module, wasnt promisifying nvim properly

4cb90833e951d774c0fb1f435046623e91502095 authored almost 9 years ago
Clean up unused imports

0d2babfede1af5284bc0f8fd2a5c2c0ab8bf7f18 authored almost 9 years ago
Fix include for older node versions?

783fb6bebbbcbf68c876763c901ec2c6e92d2d1d authored almost 9 years ago
Add option for suffix when wrapping API

e4f61d5a7b570e287454ad7746b55f5abe74587d authored almost 9 years ago
Refactor promisify function so we can re-use

645066b9852026f3275987532cb4e689ec88f234 authored almost 9 years ago
Add promise API

e06c4b3cae16deac161bf1dc325e5dc394d9c375 authored almost 9 years ago
Merge #20 from rhysd/test-d-ts

Fix broken TypeScript type definition and introduce test

e205e9d3ce5bbbf40675bc06cd5bcbb40f9fe840 authored almost 9 years ago
Add message for type definition check on 'make test'

dba795c49ac0823effc0f61bca968376ed43276b authored almost 9 years ago
Add a test for TypeScript type definition

57f37a3ecd2722e3478446b3f20b3e08df153702 authored almost 9 years ago
Fix broken TypeScript type definition

- Remove 'declare module "neovim-client"'. index.d.ts at root of
package does not require it....

11697d43e74db62ca0d90f2fe816c0e702248aa0 authored almost 9 years ago
Export attach() also as a default (#19)

Previously, `attach()` was exported as _whole_ of the package. However,
`index.d.ts` says that...

e420ba05e9fbeb918dd824b83e3210c470acd9ee authored almost 9 years ago
Fix parameter types of ui*() functions and add missing return type (#18)

cda3e3fb528e110e0e4066e54b8544e1c20f97a8 authored almost 9 years ago
Merge pull request #16 from dylanscott/master

Export Generated Interfaces

6d448fb97d719d66795f07492916926067710dc0 authored about 9 years ago
export generated interfaces

73bbd7f89d530214064d2fd1052e3b809d41149e authored about 9 years ago
Bump version and update deps

7252e16fb5779faf18b97d942d15f8f16f920ec1 authored about 9 years ago
Omit un-prefixed ui* methods

31d085e279d852ba5e4cbeafdce56b87766e11e9 authored about 9 years ago
Correctly define ui_* methods from neovim api info.

996c369a9b6c594fa9e7df7feca66738b1b6ea80 authored about 9 years ago
Merge pull request #13 from marg51/patch-1

fix link to typescript declaration file

2cf133b7fb8f96fcd7656c085fa0e6a7db099f78 authored over 9 years ago
fix link to typescript declaration file

913e127eafd988c096e5c6a0ddfa47532f639441 authored over 9 years ago
Update msgpack5rpc version

4f4532408019407472d481445997cfb0b5c79905 authored over 9 years ago
Respond to queued reqs through fully-constructed Session

bf715351a90091ffd8e4fbb5f0efaf2ccebf3527 authored over 9 years ago
Bump

c0c80d7421ac98458c314496bc9c0962bdca0c16 authored over 9 years ago
Merge pull request #9 from snoe/session_traversal

Don't traverse into _session when decoding

2f4b672b3e3d3b6955ffc590ed8275c002ee4016 authored over 9 years ago
Don't traverse into _session when decoding

50beb252a6099921480cb6dcba8d44b480795413 authored over 9 years ago
Merge pull request #6 from rhysd/typescript-1.6

Updated type definitions

e115ab0f4a0fc82ad2eebbbd37ac2fc836ca3a5c authored almost 10 years ago
Update index.d.ts to add missing fuction 'callFunction()'

745f6c7fa9d5532021c2d72eef2a1dd9b8b7e126 authored almost 10 years ago
Rename api.d.ts to index.d.ts for TypeScript 1.6

TypeScript 1.6 was released.
New TypeScript compiler looks up {node package}/index.d.ts
automati...

784bd64fa0b99417a68cea92a748938c60e8f80f authored almost 10 years ago
Remove hard-coded path to node.d.ts

because we can't know where the node.d.ts exists in user repository
actually. node.d.ts is typi...

75ce467155a5dd73193329606f68147bafc043e2 authored almost 10 years ago
Merge pull request #5 from neovim/justinmk-patch-1

remove deps-x64

4b36f2cc157c279c1e1ebee46ed0321be75108d2 authored almost 10 years ago
remove deps-x64

ca654f9273158d529931ebcb5a924f1397999454 authored almost 10 years ago
Merge pull request #4 from jalcine/patch-1

Recommend to install client globally.

513e891f0169477d367cc0478ddfbb4ddc8f5c37 authored almost 10 years ago
Recommend to install client globally.

a3d9896a810763557f167ee350df0219b90da800 authored almost 10 years ago
Bump

6c58063a31d434c029e9ea39a4497940dbf23347 authored about 10 years ago
Don't wait for API gen to handle specs requests

5146bc4f85d01e978f77bf18d3b3ca129ff10166 authored about 10 years ago
Fix neovim require statement in example code

06508ade1c670ecf839a4d88a27864e168f8d02e authored about 10 years ago
Fix typescript generator for custom types and regenerate api.d.ts

fe766e7c9d7f9b81367115c1882f157cbb8377b9 authored about 10 years ago
Bump

62c94b7881473b48e455f9bea73393681eb12ddf authored about 10 years ago
Add prepublish script to exclude unwanted files

add36ecb19daf3a84ab4b689d35244762f1eeb4a authored about 10 years ago
Add generated typescript declaration sample and README notice

edd7c2b97c62bc1bf1742ee00649843c961adca9 authored about 10 years ago
Add script to generate typescript interfaces

fe152aeec003b3e5533727b161f1e768f7ba3c53 authored about 10 years ago
Bump

6c282d142a8ef53acd86a3f65843d3344f2817e1 authored about 10 years ago
Fix method calls on ext types

264ebb2754148d192b8688b47f9b6f6c9ef10b13 authored about 10 years ago
Bump

628c3d6002c51be5dcbf60d90137b4196326125a authored about 10 years ago
Initial check in

c94c6b399912c2e60d496cc9aaceaf76d13ea110 authored about 10 years ago