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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-types - npm Package Compare versions

Comparing version 3.15.0-next.8 to 3.15.0-next.9

13

lib/esm/main.d.ts

@@ -730,3 +730,3 @@ /**

*/
readonly edit: WorkspaceEdit;
get edit(): WorkspaceEdit;
/**

@@ -1368,2 +1368,13 @@ * Returns the [TextEditChange](#TextEditChange) to manage text edits

/**
* Symbol tags are extra annotations that tweak the rendering of a symbol.
* @since 3.15
*/
export declare namespace SymbolTag {
/**
* Render a symbol as obsolete, usually using a strike-out.
*/
const Deprecated: 1;
}
export declare type SymbolTag = 1;
/**
* Represents information about programming constructs like variables, classes,

@@ -1370,0 +1381,0 @@ * interfaces etc.

@@ -1006,2 +1006,13 @@ /* --------------------------------------------------------------------------------------------

})(SymbolKind || (SymbolKind = {}));
/**
* Symbol tags are extra annotations that tweak the rendering of a symbol.
* @since 3.15
*/
export var SymbolTag;
(function (SymbolTag) {
/**
* Render a symbol as obsolete, usually using a strike-out.
*/
SymbolTag.Deprecated = 1;
})(SymbolTag || (SymbolTag = {}));
export var SymbolInformation;

@@ -1008,0 +1019,0 @@ (function (SymbolInformation) {

@@ -730,3 +730,3 @@ /**

*/
readonly edit: WorkspaceEdit;
get edit(): WorkspaceEdit;
/**

@@ -1368,2 +1368,13 @@ * Returns the [TextEditChange](#TextEditChange) to manage text edits

/**
* Symbol tags are extra annotations that tweak the rendering of a symbol.
* @since 3.15
*/
export declare namespace SymbolTag {
/**
* Render a symbol as obsolete, usually using a strike-out.
*/
const Deprecated: 1;
}
export declare type SymbolTag = 1;
/**
* Represents information about programming constructs like variables, classes,

@@ -1370,0 +1381,0 @@ * interfaces etc.

@@ -1016,2 +1016,13 @@ (function (factory) {

})(SymbolKind = exports.SymbolKind || (exports.SymbolKind = {}));
/**
* Symbol tags are extra annotations that tweak the rendering of a symbol.
* @since 3.15
*/
var SymbolTag;
(function (SymbolTag) {
/**
* Render a symbol as obsolete, usually using a strike-out.
*/
SymbolTag.Deprecated = 1;
})(SymbolTag = exports.SymbolTag || (exports.SymbolTag = {}));
var SymbolInformation;

@@ -1018,0 +1029,0 @@ (function (SymbolInformation) {

2

package.json
{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.15.0-next.8",
"version": "3.15.0-next.9",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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