Ecosyste.ms: OpenCollective

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

github.com/chemzqm/node-client

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

Merge branch 'ts-strict' into next

b3fbbfa88729712d15a429a566bc531ee9952800 authored over 7 years ago by Billy Vong <[email protected]>
3.2.7

6e5f1eb56dc964585b32887b74d52851ed2b65be authored over 7 years ago by Billy Vong <[email protected]>
Update README.md

68790c7d8e67aca8b8c23a825989b1859426fce8 authored over 7 years ago by Billy Vong <[email protected]>
Merge pull request #30 from neovim/ts-strict

Enable stricter TS config rules + remove dynamic API

588387bfa8acef3c032fcb76db0b7d42f407a6ca authored over 7 years ago by Billy Vong <[email protected]>
Change `channelId` to a getter that returns Promise of `_channel_id`

5b99d8e59290eea589b960f758a0a48c1186635e authored over 7 years ago by Billy Vong <[email protected]>
WIP: Add some API aliases for getter/setters

26f61ee2da9ff426eca63df5394f70396239b2c9 authored over 7 years ago by Billy Vong <[email protected]>
Add noImplicitReturns, suppressImplicitAnyIndexErrors

7726b0b955e05811942bf978770f1e42cda7c673 authored over 7 years ago by Billy Vong <[email protected]>
Fix attach tests

90b9825666fb77f3dd1558f65f3b29ce90c83d1e authored over 7 years ago by Billy Vong <[email protected]>
Remove logging in attach

00f368d2efcc7d3d56a67f7b9df700bb52b2e916 authored over 7 years ago by Billy Vong <[email protected]>
Change noImplicitAny to true, add more explicit types

dd2bb9a199433b0d11b9cf7261512508ad61ed4e authored over 7 years ago by Billy Vong <[email protected]>
Fix import for api script

e53bbb5735497395d1ea4cb5a6c13db69792bd19 authored over 7 years ago by Billy Vong <[email protected]>
Remove file extensions in package.main def

b80aaab4709b0e7a65b6eb1a6414126f085d7db7 authored over 7 years ago by Billy Vong <[email protected]>
Remove dynamically generated API wrappers

8b257e9a1bb48d383052511c49fca1b833a908d9 authored over 7 years ago by Billy Vong <[email protected]>
Run lint-staged with no-cache for jest

0b4c707f061c2aefb3def357c1835f853ff9de61 authored over 7 years ago by Billy Vong <[email protected]>
Fix integration test, for some reason, import from lib/index does not work

43f1cd8fa98fe2e9dca141797db28122b8265301 authored over 7 years ago by Billy Vong <[email protected]>
Refactor VimValue type

aa8f6ba9daa09120d21a70605552959a338e7a2e authored over 7 years ago by Billy Vong <[email protected]>
Add better types and comments for API methods

425380a276a5c46bae324d1798219461020a2030 authored over 7 years ago by Billy Vong <[email protected]>
Move @types back into devdeps

3be8f01654943489cae2eaac3aaece9c23bd7bef authored over 7 years ago by Billy Vong <[email protected]>
Include type: node in tsconfig

61abcf153c0811f96df795ebcf2a8e8c22801d84 authored over 7 years ago by Billy Vong <[email protected]>
Fix child_process imported as default import

2735af754f160564b70c0eb64a9f151aef4ffdc9 authored over 7 years ago by Billy Vong <[email protected]>
3.2.6

98867b05d10f73765b0624a8dc93e3279238b92a authored over 7 years ago by Billy Vong <[email protected]>
3.2.5

25777c630edfc6f8f83122094530e2ad9b8a210d authored over 7 years ago by Billy Vong <[email protected]>
Move @types to dependencies

e064e8be7dedc320a3b40cd93d098261da95d0dc authored over 7 years ago by Billy Vong <[email protected]>
Explicitly whitelist dirs to publish

0c1de4c3e35939faea013b5c9ad4f320571186c5 authored over 7 years ago by Billy Vong <[email protected]>
v3.2.4

2c756bec70e7557f2428db26ba445c4852ea7391 authored over 7 years ago by Billy Vong <[email protected]>
Add npmignore or else npm will use gitignore (seems stupid)

7d49babe680dacf88a16d3fcf15bd48bb5fb1427 authored over 7 years ago by Billy Vong <[email protected]>
v3.2.3

8a924b1f7582e3af3776d85821d07564703f90d1 authored over 7 years ago by Billy Vong <[email protected]>
Fix tsconfig, typo in `include`

faae102dddb1993e0f93f061f1a84bb7dca07db6 authored over 7 years ago by Billy Vong <[email protected]>
3.2.2

ed1b29576d3f3532a1d54bed80db9d58581e2bf0 authored over 7 years ago by Billy Vong <[email protected]>
Add build step before npm publish

f6d96ef7542ec7f17b3a303cb5bed707c8255503 authored over 7 years ago by Billy Vong <[email protected]>
3.2.1

14dcfd1f4d3198efa3a36b881e1ef3b0e92710fa authored over 7 years ago by Billy Vong <[email protected]>
Update README.md

69fd51051801f97fa3f6538176f3c9ce03c4fb81 authored over 7 years ago by Billy Vong <[email protected]>
Update README.mkd

b945afc93920c91c435554220c9a52c7c487e2b8 authored over 7 years ago by Billy Vong <[email protected]>
Improve types of ext type getters + add api comments

b6facee00577ea6bb43fc362ba9e31967ef31ed2 authored over 7 years ago by Billy Vong <[email protected]>
Update type for attach param `proc`

26d78c6af0f8eb5647bb3d48b22fbc411dfbffd6 authored over 7 years ago by Billy Vong <[email protected]>
Remove package-lock, seems to mess up my jest install

cdb58805c6367764e5b8ef850bcaa5e18d7610a5 authored over 7 years ago by Billy Vong <[email protected]>
3.2.0

ba67d49d43456eb8e71657e6cd59eab16a6e034f authored over 7 years ago by Billy Vong <[email protected]>
Merge pull request #28 from billyvg/master

[Breaking changes] New client/plugin/host APIs

c1b59a577476a423d107356cd92ddeafb826e0dd authored over 7 years ago by Billy Vong <[email protected]>
Merge pull request #4 from billyvg/chore/tss-rewrite

TypeScript rewrite

b184b3653d000a8f749ef67f52922bfae6315f17 authored over 7 years ago by Billy Vong <[email protected]>
Prettier

08e1ddbd279877261e9132bd5cae642e22c164c4 authored over 7 years ago by Billy Vong <[email protected]>
Merge branch 'master' into chore/tss-rewrite

ed1743457a2562dcf8c47f485e24954a7321f787 authored over 7 years ago by Billy Vong <[email protected]>
Change msgpack5rpc import

269422a5e922df354002b4b394e6b58908cd436e authored over 7 years ago by Billy Vong <[email protected]>
Update yarn lockfile

76955e83dbb1fdadb78a1862e3ab384441731f5c authored over 7 years ago by Billy Vong <[email protected]>
Update ts target to es2015

917907edb68796e15812654695b532fa4737a00c authored over 7 years ago by Billy Vong <[email protected]>
update node types

459fcc269b6b4c073dea4454f0100c1be9c30654 authored over 7 years ago by mhartington <[email protected]>
move to eslint and fix plugin decorator

26431d41a1747924e101a1a614e5ce8b3f2da8b4 authored over 7 years ago by mhartington <[email protected]>
Prettier

77a4d772af16dd0fafd8720b0c55809a62e0a5d2 authored over 7 years ago by Billy Vong <[email protected]>
Upgrade eslint-plugin-import

b1e4dbb9f798ef78022df503c390d4b48c3798c1 authored over 7 years ago by Billy Vong <[email protected]>
Refactor `export *`, messes up eslint parser

06f0a0cd17b9352c9e5477b062903fa82f33cbe5 authored over 7 years ago by Billy Vong <[email protected]>
Add subscribe/unsubscribe to Neovim API

599fd2dee9a7ae89b05c494217abb62ad19f0b71 authored over 7 years ago by Billy Vong <[email protected]>
Add more options to `nvim_ui_attach`

203d031f3a2e902c11bb3252ec4dc8ff5a5bc8d2 authored over 7 years ago by Billy Vong <[email protected]>
Add `nvim_ui_` functions

477a1892bebbb18332f1f9e038719116d04b6dbd authored over 7 years ago by Billy Vong <[email protected]>
Add types for Module in host factory

ec12380c489e88406ff7cde4ae845e5c4ea387b2 authored over 7 years ago by Billy Vong <[email protected]>
prettier

b24e0d9f82449cc52e94d6bb28dfef0a0b3f71e6 authored over 7 years ago by Billy Vong <[email protected]>
fix ts-warning on plugin.test for real

f42c95aecc0a7110a1e1d7f17a2d2336f5594920 authored over 7 years ago by mhartington <[email protected]>
fix ts-warning on plugin.test

93541b75f98f37371edc564fc4908a123396ecc0 authored over 7 years ago by mhartington <[email protected]>
Update yarn lockfile

39cc8b2dd8b0208280ed0832d02a49d825ee8c99 authored over 7 years ago by Billy Vong <[email protected]>
prettier

ebe692465b9973b6f213b7a109a2a3de62f4428a authored over 7 years ago by Billy Vong <[email protected]>
Fix tests

b3024e7bb616989c3688aaf8a5f2cc79709efad0 authored over 7 years ago by Billy Vong <[email protected]>
Update yarn lock for ts 2.3.4

298835613588f520037b8fea719bdb5edcd67ddf authored over 7 years ago by Billy Vong <[email protected]>
Prettier

f613d1e2b097ca52b2be43538b7127ae202e1475 authored over 7 years ago by Billy Vong <[email protected]>
Add `callFunction` to keep backwards compat

b0ac3e673c8a5d585795f9f3f0ace85481af0e38 authored over 7 years ago by Billy Vong <[email protected]>
Fix some types for host factory `sandbox`

9b66589e52c3effe72473250f401c32bf18de080 authored over 7 years ago by Billy Vong <[email protected]>
Fix `mark` sending wrong args

a25db2a7ad5175b521b299673c70765847214381 authored over 7 years ago by Billy Vong <[email protected]>
Fix some types for add/clear highlight

c87cfd8141436a555dd0d7b324d881c6a2758f52 authored over 7 years ago by Billy Vong <[email protected]>
Fix types in Buffer and factory

accca89afe90be4de170784961f0d7a475753dd4 authored over 7 years ago by Billy Vong <[email protected]>
Ignore test files in tsconfig

356cd1755d214ed8d912dee40ee7e34ff8952eb5 authored over 7 years ago by Billy Vong <[email protected]>
Add types to Buffer

5a499b8058546d3f9b3cdf541704749dafe649ea authored over 7 years ago by Billy Vong <[email protected]>
Add `nvim_ui_` functions (no tests yet)

7306525a0ce26cbb9aa3293cd3bc8c757330dd62 authored over 7 years ago by Billy Vong <[email protected]>
Add `callFunction` for backwards compat

b09cd698edd80a2b84937594ee6478f0b1d3f0c9 authored over 7 years ago by Billy Vong <[email protected]>
moar types

db2d53c3c5b8c005c73bed7220408bb6536f5490 authored over 7 years ago by mhartington <[email protected]>
decorator options are optional

1e38be095f6d9592afdbba938635eca7b77dc32b authored over 7 years ago by mhartington <[email protected]>
match master

4a2063b759a56325b87b4436d5dbe83dba4904e1 authored over 7 years ago by mhartington <[email protected]>
testing

a3063e654853149c439feab81e7293ff40ae44d1 authored over 7 years ago by mhartington <[email protected]>
testing

a3bf54a5416f9715340258df8233c2acc1193c91 authored over 7 years ago by mhartington <[email protected]>
Add tests for Neovim

4c0f9e6780ef9a7687b3989846281e4cc99a51aa authored over 7 years ago by Billy Vong <[email protected]>
Add some chainable tests for Window

c04a9990f56a0934d4c34c6c3ee8b5fa06d5e243 authored over 7 years ago by Billy Vong <[email protected]>
Fix call function

19ef04e2a1a4dfb9a2d330d7def02cc3acad5c17 authored over 7 years ago by Billy Vong <[email protected]>
Fix get mode and get color map

89f90ab83d83280a651e706f0f71397789e7b08e authored over 7 years ago by Billy Vong <[email protected]>
Add calls to set option + vars, add tests

4e61f745c0ac4e40eab6402cb297c4ac1ae0cd61 authored over 7 years ago by Billy Vong <[email protected]>
Add buffer.changedtick

fddd3a7e464207720b19c9bda2b12b113b73fcdc authored over 7 years ago by Billy Vong <[email protected]>
Add `prefix` prop to Neovim, add more nvim APIs

0886242cb07f040e8c157d4ee64c6f8242ed4c5d authored over 7 years ago by Billy Vong <[email protected]>
clean up 2

f01960c07585f298d612ae310792892bd3168267 authored over 7 years ago by mhartington <[email protected]>
clean up

d69064b64f22b860cf98bda42a7fb89fcc064eda authored over 7 years ago by mhartington <[email protected]>
Remove `createBaseType`, Neovim Type classes should not be dynamically generated

5ee6676ec92881dbf5f06172fa3cf8689f657583 authored over 7 years ago by Billy Vong <[email protected]>
Add plugin class decorator test for initializing with Neovim API

a83d76b1ba03d5396d28dc306ce5d23013d3a3ed authored over 7 years ago by Billy Vong <[email protected]>
Add tests for Plugin wrapper class API

6835849dcc525fd3fbff35a986a7b69cdb735ab8 authored over 7 years ago by Billy Vong <[email protected]>
Change the way decorators are applied in tests to be similar to babel

ad457de89546cd71bd62a2f1d180413c3c9fbf18 authored over 7 years ago by Billy Vong <[email protected]>
Add tests for plugin decorators

2060ce8bd7590850c04a19714a0c5d0836c7136c authored over 7 years ago by Billy Vong <[email protected]>
Add support for plugin decorators to decorate functions as well as methods

b84a4b8c2654c4ee27fdd8263d371776f8342436 authored over 7 years ago by Billy Vong <[email protected]>
Add "__tests__" dir to exclude from tsc

04400b1fad862ce16f5fef78d979861d0f014a5a authored over 7 years ago by Billy Vong <[email protected]>
Suppress tsc errors when running npm task

6e51827b924491858aae6bf59faf5fb75deb3ee7 authored over 7 years ago by Billy Vong <[email protected]>
WIP: Types for plugin decorators

896e018ced4bc0b836b4119d51d3107ffbb629e8 authored over 7 years ago by Billy Vong <[email protected]>
TS build before running tests

d0d39e08f3036b107f655a3959bedfb86c507f2b authored over 7 years ago by Billy Vong <[email protected]>
prettier

d820756239219fa870fa2254bb44d5d4be354dee authored over 7 years ago by Billy Vong <[email protected]>
Fix host

57d1de2be7c02f92a23c24d0a000f424c446fcbe authored over 7 years ago by Billy Vong <[email protected]>
Add return types to Window

85bda5eb716826af9b6184cb13b3ac43b2203186 authored over 7 years ago by Billy Vong <[email protected]>
Fix imports that would create a circular dep using node require

fc77503f862ce21c81f624a24aebc7e317f65640 authored over 7 years ago by Billy Vong <[email protected]>
Fix some eslint import rules

b50e8731e6a4a8e669799b63068020f63ca0e2c7 authored over 7 years ago by Billy Vong <[email protected]>
Fix broken logger import

01ea57521214f5f65b5c824a1b5ace6c93c8ce58 authored over 7 years ago by Billy Vong <[email protected]>