New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@volar/shared

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/shared - npm Package Compare versions

Comparing version

to
0.26.16

7

out/requests.d.ts

@@ -79,9 +79,2 @@ import * as rpc from 'vscode-jsonrpc';

}
export declare namespace RestartServerNotification {
type ParamsType = {
serverPath: string;
localizedPath: string | undefined;
} | undefined;
const type: rpc.NotificationType<ParamsType>;
}
export declare namespace DetectDocumentNameCasesRequest {

@@ -88,0 +81,0 @@ type ParamsType = vscode.TextDocumentIdentifier;

6

out/requests.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoveAllRefSugars = exports.DetectDocumentNameCasesRequest = exports.RestartServerNotification = exports.WriteVirtualFilesNotification = exports.VerifyAllScriptsNotification = exports.GetRefCompleteEditsRequest = exports.GetTagCloseEditsRequest = exports.D3Request = exports.PingRequest = exports.GetEditorSelectionRequest = exports.GetDocumentPrintWidthRequest = exports.GetDocumentNameCasesRequest = exports.ShowReferencesNotification = exports.GetDocumentVersionRequest = exports.GetDocumentContentRequest = void 0;
exports.RemoveAllRefSugars = exports.DetectDocumentNameCasesRequest = exports.WriteVirtualFilesNotification = exports.VerifyAllScriptsNotification = exports.GetRefCompleteEditsRequest = exports.GetTagCloseEditsRequest = exports.D3Request = exports.PingRequest = exports.GetEditorSelectionRequest = exports.GetDocumentPrintWidthRequest = exports.GetDocumentNameCasesRequest = exports.ShowReferencesNotification = exports.GetDocumentVersionRequest = exports.GetDocumentContentRequest = void 0;
const rpc = require("vscode-jsonrpc");

@@ -59,6 +59,2 @@ /**

})(WriteVirtualFilesNotification = exports.WriteVirtualFilesNotification || (exports.WriteVirtualFilesNotification = {}));
var RestartServerNotification;
(function (RestartServerNotification) {
RestartServerNotification.type = new rpc.NotificationType('volar.action.restartServer');
})(RestartServerNotification = exports.RestartServerNotification || (exports.RestartServerNotification = {}));
var DetectDocumentNameCasesRequest;

@@ -65,0 +61,0 @@ (function (DetectDocumentNameCasesRequest) {

10

out/types.d.ts

@@ -14,3 +14,3 @@ import type * as Requests from './requests';

*/
features?: {
languageFeatures?: {
references?: boolean | {

@@ -31,3 +31,2 @@ enabledInTsScript: boolean;

renameFileRefactoring?: boolean;
selectionRange?: boolean;
signatureHelp?: boolean;

@@ -47,5 +46,3 @@ completion?: {

documentHighlight?: boolean;
documentSymbol?: boolean;
documentLink?: boolean;
documentColor?: boolean;
codeLens?: boolean | {

@@ -75,5 +72,8 @@ /**

*/
htmlFeatures?: {
documentFeatures?: {
selectionRange?: boolean;
foldingRange?: boolean;
linkedEditingRange?: boolean;
documentSymbol?: boolean;
documentColor?: boolean;
documentFormatting?: {

@@ -80,0 +80,0 @@ defaultPrintWidth: number;

{
"name": "@volar/shared",
"version": "0.26.15",
"version": "0.26.16",
"main": "out/index.js",

@@ -17,3 +17,4 @@ "license": "MIT",

"upath": "^2.0.1",
"vscode-jsonrpc": "^8.0.0-next.1"
"vscode-jsonrpc": "^8.0.0-next.1",
"vscode-uri": "^3.0.2"
},

@@ -23,3 +24,3 @@ "devDependencies": {

},
"gitHead": "46717ddbcb7b600e15ba8524537764d326430ce8"
"gitHead": "c3fca46675aeeb1e591df13f2cfc05c1b37ec1e5"
}