javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

JavaScript and TypeScript code intelligence through the Language Server Protocol

Results 100 javascript-typescript-langserver issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | |---|---|---|---|---|---| | [nyc](https://istanbul.js.org/) ([source](https://togithub.com/istanbuljs/nyc)) | devDependencies | minor | ^13.3.0...

This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | devDependencies | minor | ^5.2.0...

This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | devDependencies | patch | ^0.14.3 |...

This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | |---|---|---|---|---|---| | [cz-conventional-changelog](https://togithub.com/commitizen/cz-conventional-changelog) | devDependencies | minor | ^2.1.0 |...

This PR contains the following updates: | Package | Type | Update | New value | References | Sourcegraph | |---|---|---|---|---|---| | [@types/lodash](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | patch | 4.14.160 |...

npm
bot

This PR contains the following updates: | Package | New value | References | Sourcegraph | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | 10,12 | [source](https://togithub.com/nodejs/node) | [![code search for "node"](https://sourcegraph.com/search/badge?q=repo:%5Egithub%5C.com/sourcegraph%2Fjavascript-typescript-langserver%24+case:yes+-file:package%28-lock%29%3F%5C.json%7Cyarn%5C.lock+node&label=matches)](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph%2Fjavascript-typescript-langserver%24+case:yes+-file:package%28-lock%29%3F%5C.json%7Cyarn%5C.lock+node) | ---...

bot

Please refer to [this minimal project](https://github.com/raxod502/javascript-typescript-langserver-issue687), which contains a file `src/main.ts` with the following code: ```typescript const val = null; console.log(val?.prop); ``` javascript-typescript-langserver produces the following diagnostic on line 2:...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Using your [included sample for VSCode](https://github.com/sourcegraph/vscode-javascript-typescript/blob/master/src/extension.ts) and a skeleton method to call it (in activate, as per your code), I get the following error when trying to hover or code-complete:...

Hello! I'm working on a tool which uses `javascript-typescript-langserver` among other LSPs. Diagnostics work fine, but I'm having trouble (or am I?) with the way completion works. Consider the example:...