node-client icon indicating copy to clipboard operation
node-client copied to clipboard

Nvim Node.js client and plugin host

Results 42 node-client issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...

dependencies
javascript

Hey :) When we tried to run the provided example in the README (in TypeScript), we encountered three issues: - Overwriting "nvim.window" gave us a type error. We solved this...

Small updates to README - copy README to `packages/neovim` so it is published to npm with it.

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 3.1.1. Release notes Sourced from prettier's releases. 3.1.1 🔗 Changelog 3.1.0 diff 🔗 Release note 3.0.3 🔗 Changelog 3.0.2 🔗 Changelog 3.0.1 🔗 Changelog 3.0.0...

dependencies
javascript

It would be handy to see a list of projects that use node-client in README.md

documentation

# Problem `findNvim` currently depends on `$PATH`. That makes it less useful for GUIs where the `$PATH` may be missing some common `nvim` install locations. https://github.com/neovim/node-client/pull/207/files#r1265953052 # Expected behavior Search...

enhancement

- We have pending eslint/prettier updates which require code fixes: https://github.com/neovim/node-client/pulls?q=is%3Apr+is%3Aopen+prettier+OR+eslint - Consider enabling more prettier/eslint checks. - Consider adding checks from https://github.com/sindresorhus/eslint-plugin-unicorn

enhancement
dependencies

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3. Release notes Sourced from husky's releases. v8.0.3 fix: add git not installed message #1208 v8.0.2 docs: remove deprecated npm set-script v8.0.1 fix: use POSIX...

dependencies
javascript

# Problem Babel adds complication to the build/dependencies. We aren't using it for anything important, looks like it is used to add decorators support. # Solution - Remove babel. -...

dependencies

Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0. Commits 366bfa6 [eslint config] [base] v15.0.0 f3d3a07 [eslint config] [base] [breaking] drop eslint < 7, add eslint 8 eac8cc6 [eslint config] [base] [breaking] add...

dependencies
javascript