github.com/neovim/node-client
Nvim Node.js client and plugin host
https://github.com/neovim/node-client
899a54f66dc3ed2accf8c588fcc699383fbccf9f authored over 1 year ago
cli.js is a low-level, minimal entrypoint.
84c2aea1e2bdbf55cb060f893fda6128198ccef7 authored over 1 year ago
Problem:
d9bc2efe30cd4c0de3691e953cace04d02e7855f #138 allows clients to supply
a custom logger,...
before:
● Node host › can run a command from plugin
failed request to "nvim_command" ...
a19148b1d494dd8a0eb3cdd08f2cb98757f47c03 authored over 1 year ago
why do people love micro-projects so much
51d4a40b495ea28d4a475a187cf6fb03d0f19091 authored over 1 year ago104f0633663032999c05169891f538ec47b590aa authored over 1 year ago
Problem:
2d4744757da98c977ac0dadfcc4298c68c50533f removed "sandboxing" and
accidentally also rem...
Use findNvim() instead of "which".
77282c5fd659b3a3ce853913ae380911c4d25f00 authored over 1 year agobefore:
{"level":"debug","message":"request -> neovim.api.nvim_list_bufs"}
{"level":"de...
ref 3efc733d3ea41b5c5c911b39c96c99f94759c51d
c0004123eb20aa9a8f6ac9afe6bd8f09a6a9799e authored over 1 year ago7d1e1fe219f57ec997dda92a470cacf491b47d65 authored over 1 year ago
- annotate types.
- rename helpers/ => utils/
- there are already other "utils/" directories
...
Can't do "global beforeAll" because jest sucks.
865abe88393c5f78f179f04838cf91ac4383b310 authored over 1 year agoab7e260d8713d2a2505d6f65c67173305fc57c35 authored over 1 year ago
f94f4d0f2fe0c3a00289a154455005b3b45c0cfa authored over 1 year ago
ff2083826ead88db7549af80dcddfe5ba9684fb9 authored over 1 year ago
fix #319
20adbe856bb78b0e9c8f676ebf8d01cb8b042095 authored over 1 year ago053a222b474c21217a0d96cc8d87c44792101d9c authored over 1 year ago
Also change the default `orderBy` to 'desc'.
0558ce1426c9525f52b7f16354f12bf993818347 authored over 1 year agob4a428d4588964f6a0175b32b7939edc5118907f authored over 1 year ago
This dependency is unnecessary.
37a00341fa873ff8483c423ba2b84f6428a16d6a authored over 1 year agoBumps the types group with 2 updates: [@types/jest](https://github.com/DefinitelyTyped/Definitel...
73ec6918a5c90042ac21ed72752f109865ce6fa1 authored over 1 year ago69ccade449ebcec5af432912b09c3944350af872 authored over 1 year ago
$ npm ci
npm ERR! code EUSAGE
npm ERR! npm ERR! `npm ci` can only install packages w...
06b4c185848a4c1e041d8cba267d8b9abac892f7 authored over 1 year ago
bcb75635661145aaf95c173f5d321d1430e068ab authored over 1 year ago
4f6061cdad7d43edcfda0ce8751779419ee36651 authored over 1 year ago
20f94c1f9204b80e9381201a90f1b2b54c15f0ed authored over 1 year ago
Problem:
If a found "nvim" does not meet `minVersion`, it's included in _both_
`matches` and `un...
see 22e1dc4db248
f9992cafa71ab1e129789eafc1aee880e034b071 authored over 1 year ago9391d93484848762a12da02c956932ea47123d59 authored over 1 year ago
21cf29fe96c397d8103df4d9ce603ce2e64a236b authored over 1 year ago
- don't export `parseVersion`, `compareVersions`
- rename options
- add test coverage
- remove T...
3e5b161e55dc8e3cebd918f8d9e7c05eab4cfac2 authored over 1 year ago
a24d608c2872a1d759035bc1e72bb29cff9d4b65 authored over 1 year ago
We must disable eslint rules that require new javascript features in
test files, because test fi...
Problem:
Can't use newer JS features like `Array.at()`
Solution:
- Polyfill to es2015, so we ca...
fixed with:
./node_modules/.bin/eslint --format=unix packages/*/src/**/*.ts packages/*/src/...
619e29dcf238994a213eb28ffde872841a4f0203 authored over 1 year agofea2caff35904a2cd15214d1a4ff9ff25d2bb6f6 authored over 1 year ago
Problem:
Error: Codecov token not found. Please provide Codecov token with -t flag.
##[...
Problem:
codecov cannot find coverage data:
2024-02-02T15:33:55.6821530Z info - 2024-02-02 ...
d938ea5b6a94c84e84414a64e96f153077021272 authored over 1 year agoBumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codeco...
c2a64d114ba00c62384e15eb59be485c6fda94f7 authored over 1 year ago5071f37ee84ee8ae5854c2cc5c28e4c4f55db30f authored over 1 year ago
a9365ebb5c83e17e43162fd92073510254210166 authored over 1 year ago
> jest
● Deprecation Warning:
Option "testURL" was replaced by passing the URL via...
Problem:
Lint fails on Windows CI, because git converts text to CRLF and prettier
expects LF.
S...
aa009807b0e02d3e57aa5e0189f5c81e6be0f66a authored over 1 year agoBumps the jest group with 3 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/je...
c7172087d288f5e75342c33132409910f97fc0fa authored over 1 year ago
> BREAKING CHANGES
> support for node 14 has been removed
"which" is only used in tests, so ...
727267fc453abdc7e829531b3967da81bd55bca2 authored over 1 year agoBumps the babel group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@babel...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.7.
- [Release notes]...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.6 to 15.2.0.
- [Release no...
b4c0e69d0d8f72c366c9a40b3bccc27a7de72aae authored over 1 year ago
16b3372b0707ae074156adcaae47ef7a659e7eb6 authored over 1 year ago
7204fb1a913387b993c12baf7567e3cee127ad67 authored over 1 year ago
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 t...
f3545919069384802096fd3f5121993aa31a7463 authored over 1 year ago
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.3.
- [Release not...
Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.7.
- [Release notes](https:/...
Bumps [winston](https://github.com/winstonjs/winston) from 3.10.0 to 3.11.0.
- [Release notes](...
2102654baf23eb1b8d27dea48c831f521c262370 authored over 1 year ago
ca3d33ce251750c71731434714c58c472ca02acf authored over 1 year ago
Problem:
> lint
> eslint packages/*/src/**/*.ts packages/*/src/*.ts
Oops! Something...
d5d3b71b3fdef89ab6cedebdacd1b5c35c66679c authored over 1 year ago
4f4699a0a4ed40f83584845a40009cce7f7a9602 authored over 1 year ago
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 3.2.4.
- [Release notes](ht...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.0.6.
- [Release notes](https:/...
6020a114d972d36717564acd4f83d44b1474462e authored over 1 year ago
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...
"resolutions" was added in 96ed4d35fb25314a7bb9f9aee564cfd38c7aeff1
but is no longer needed bec...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-...
9c47b03dcb5fcbdaa083e878347eab7deea8790e authored about 2 years agoBumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to...
d21a049c326c39c0ccb4d807906e75d38faa5b50 authored about 2 years ago
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release n...
Problem:
UIs and other Nvim applications often [search for Nvim](https://github.com/asvetliakov...
Bumps [which](https://github.com/npm/node-which) and [@types/which](https://github.com/Definitel...
7a291b00812799d585cfe92b05d2b99f714894c5 authored about 2 years agoBumps [jest-resolve](https://github.com/facebook/jest/tree/HEAD/packages/jest-resolve) from 27.5...
520bc633442afb35af26288099c56a951f65c7c6 authored about 2 years ago
Bumps [@msgpack/msgpack](https://github.com/msgpack/msgpack-javascript) from 2.7.2 to 2.8.0.
- ...
6cf5e9d11616644169640f93f8266fbe4f369ce6 authored about 2 years ago
afdc342ccd73629c3fa92a9fe605b22ad48c2113 authored about 2 years ago
This was being published with a README.
10aad38958d3fb84b9496837176b6bcde7893dc9 authored about 2 years agobuild(deps-dev): bump typescript from 4.6.4 to 5.1.6
c4ba03108dbf5360d17205f43f17a717de95cfa7 authored about 2 years ago
Problem:
error TS5101: Option 'suppressImplicitAnyIndexErrors' is deprecated and
will stop funct...
Problem:
build is checking declaration files in node_modules, which causes slower
compilation an...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 5.1.6.
- [Release note...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.5.1 t...
ad8428796bd495ae6eb04db026ee056b3821f1a0 authored about 2 years ago
Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.10.0.
- [Release notes](h...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) fr...
e87c7c13ffc78c5a1e12a7c20f781c59ca05fa1f authored about 2 years ago
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.15 to 0.24.8.
- [Release notes...
a4633b7ce49f973ad6dee5f561554c45cecebb50 authored about 2 years ago
Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2.
- [Release notes](https...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Releas...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://gi...
* chore(ci): remove node v12 and v18 to CI
* chore(ci): update actions used in CI
* fix(ci...
635b642309e7be5391d8f546f22099950f58fb24 authored almost 3 years ago* replace lerna with npm workspaces
* update CI to use npm instead of yarn
* specify range...
10a3432b9526ae52e03b88d3adf377b95ed723e2 authored about 3 years agoUse $NVIM with Nvim 0.8+.
Since https://github.com/neovim/neovim/pull/11009 (Nvim 0.8+) Nvim ...
5ebd911efe9d54b0e2216c20995e5558396307bf authored about 3 years ago
Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3.
- [Release notes](https://g...
eb9c9ef2a6b0222e42841fce606a539594675007 authored over 3 years ago
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release no...