Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-languageserver

Package Overview
Dependencies
Maintainers
7
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver - npm Package Compare versions

Comparing version 8.2.0-next.1 to 8.2.0-next.2

lib/common/inlineCompletion.proposed.d.ts

5

lib/common/api.d.ts
import { _, Features, _Connection } from './server';
import { SemanticTokensBuilder } from './semanticTokens';
import type { WorkDoneProgressReporter, WorkDoneProgressServerReporter, ResultProgressReporter } from './progress';
import * as ic from './inlineCompletion.proposed';
export * from 'vscode-languageserver-protocol/';

@@ -13,4 +14,4 @@ export { WorkDoneProgressReporter, WorkDoneProgressServerReporter, ResultProgressReporter };

export declare namespace ProposedFeatures {
const all: Features<_, _, _, _, _, _, _, _>;
type Connection = _Connection<_, _, _, _, _, _, _, _>;
const all: Features<_, _, _, _, _, _, ic.InlineCompletionFeatureShape, _>;
type Connection = _Connection<_, _, _, _, _, _, ic.InlineCompletionFeatureShape, _>;
}

2

lib/common/api.js

@@ -24,2 +24,3 @@ "use strict";

Object.defineProperty(exports, "SemanticTokensBuilder", { enumerable: true, get: function () { return semanticTokens_1.SemanticTokensBuilder; } });
const ic = require("./inlineCompletion.proposed");
__exportStar(require("vscode-languageserver-protocol/"), exports);

@@ -35,3 +36,4 @@ const textDocuments_1 = require("./textDocuments");

__brand: 'features',
languages: ic.InlineCompletionFeature
};
})(ProposedFeatures = exports.ProposedFeatures || (exports.ProposedFeatures = {}));

@@ -21,2 +21,3 @@ "use strict";

const inlineValue_1 = require("./inlineValue");
// import { InlineCompletionFeatureShape, InlineCompletionFeature } from './inlineCompletion.proposed';
const inlayHint_1 = require("./inlayHint");

@@ -537,8 +538,3 @@ const diagnostic_1 = require("./diagnostic");

const method = Is.string(type) ? type : type.method;
if (arguments.length === 1) {
return connection.sendNotification(method);
}
else {
return connection.sendNotification(method, param);
}
return connection.sendNotification(method, param);
},

@@ -545,0 +541,0 @@ onNotification: (type, handler) => connection.onNotification(type, handler),

{
"name": "vscode-languageserver",
"description": "Language server implementation for node",
"version": "8.2.0-next.1",
"version": "8.2.0-next.2",
"author": "Microsoft Corporation",

@@ -27,3 +27,3 @@ "license": "MIT",

"dependencies": {
"vscode-languageserver-protocol": "3.17.4-next.1"
"vscode-languageserver-protocol": "3.17.4-next.2"
},

@@ -30,0 +30,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc