vscode-languageserver-protocol
Advanced tools
Comparing version 3.17.6-next.6 to 3.17.6-next.7
@@ -16,2 +16,7 @@ "use strict"; | ||
class RegistrationType { | ||
/** | ||
* Clients must not use this property. It is here to ensure correct typing. | ||
*/ | ||
____; | ||
method; | ||
constructor(method) { | ||
@@ -23,2 +28,10 @@ this.method = method; | ||
class ProtocolRequestType0 extends vscode_jsonrpc_1.RequestType0 { | ||
/** | ||
* Clients must not use these properties. They are here to ensure correct typing. | ||
* in TypeScript | ||
*/ | ||
__; | ||
___; | ||
____; | ||
_pr; | ||
constructor(method) { | ||
@@ -30,2 +43,9 @@ super(method); | ||
class ProtocolRequestType extends vscode_jsonrpc_1.RequestType { | ||
/** | ||
* Clients must not use this property. It is here to ensure correct typing. | ||
*/ | ||
__; | ||
___; | ||
____; | ||
_pr; | ||
constructor(method) { | ||
@@ -37,2 +57,7 @@ super(method, vscode_jsonrpc_1.ParameterStructures.byName); | ||
class ProtocolNotificationType0 extends vscode_jsonrpc_1.NotificationType0 { | ||
/** | ||
* Clients must not use this property. It is here to ensure correct typing. | ||
*/ | ||
___; | ||
____; | ||
constructor(method) { | ||
@@ -44,2 +69,7 @@ super(method); | ||
class ProtocolNotificationType extends vscode_jsonrpc_1.NotificationType { | ||
/** | ||
* Clients must not use this property. It is here to ensure correct typing. | ||
*/ | ||
___; | ||
____; | ||
constructor(method) { | ||
@@ -46,0 +76,0 @@ super(method, vscode_jsonrpc_1.ParameterStructures.byName); |
@@ -6,6 +6,29 @@ "use strict"; | ||
* ------------------------------------------------------------------------------------------ */ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DiagnosticRefreshRequest = exports.WorkspaceDiagnosticRequest = exports.DocumentDiagnosticRequest = exports.DocumentDiagnosticReportKind = exports.DiagnosticServerCancellationData = void 0; | ||
const vscode_jsonrpc_1 = require("vscode-jsonrpc"); | ||
const Is = require("./utils/is"); | ||
const Is = __importStar(require("./utils/is")); | ||
const messages_1 = require("./messages"); | ||
@@ -12,0 +35,0 @@ /** |
@@ -6,2 +6,25 @@ "use strict"; | ||
* ------------------------------------------------------------------------------------------ */ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -13,3 +36,3 @@ exports.CodeActionResolveRequest = exports.CodeActionRequest = exports.DocumentSymbolRequest = exports.DocumentHighlightRequest = exports.ReferencesRequest = exports.DefinitionRequest = exports.SignatureHelpRequest = exports.SignatureHelpTriggerKind = exports.HoverRequest = exports.CompletionResolveRequest = exports.CompletionRequest = exports.CompletionTriggerKind = exports.PublishDiagnosticsNotification = exports.WatchKind = exports.RelativePattern = exports.FileChangeType = exports.DidChangeWatchedFilesNotification = exports.WillSaveTextDocumentWaitUntilRequest = exports.WillSaveTextDocumentNotification = exports.TextDocumentSaveReason = exports.DidSaveTextDocumentNotification = exports.DidCloseTextDocumentNotification = exports.DidChangeTextDocumentNotification = exports.TextDocumentContentChangeEvent = exports.DidOpenTextDocumentNotification = exports.TextDocumentSyncKind = exports.TelemetryEventNotification = exports.LogMessageNotification = exports.ShowMessageRequest = exports.ShowMessageNotification = exports.MessageType = exports.DidChangeConfigurationNotification = exports.ExitNotification = exports.ShutdownRequest = exports.InitializedNotification = exports.InitializeErrorCodes = exports.InitializeRequest = exports.WorkDoneProgressOptions = exports.TextDocumentRegistrationOptions = exports.StaticRegistrationOptions = exports.PositionEncodingKind = exports.RegularExpressionEngineKind = exports.FailureHandlingKind = exports.ResourceOperationKind = exports.UnregistrationRequest = exports.RegistrationRequest = exports.DocumentSelector = exports.NotebookCellTextDocumentFilter = exports.NotebookDocumentFilter = exports.TextDocumentFilter = void 0; | ||
const vscode_languageserver_types_1 = require("vscode-languageserver-types"); | ||
const Is = require("./utils/is"); | ||
const Is = __importStar(require("./utils/is")); | ||
const protocol_implementation_1 = require("./protocol.implementation"); | ||
@@ -16,0 +39,0 @@ Object.defineProperty(exports, "ImplementationRequest", { enumerable: true, get: function () { return protocol_implementation_1.ImplementationRequest; } }); |
@@ -6,6 +6,29 @@ "use strict"; | ||
* ------------------------------------------------------------------------------------------ */ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DidCloseNotebookDocumentNotification = exports.DidSaveNotebookDocumentNotification = exports.DidChangeNotebookDocumentNotification = exports.NotebookCellArrayChange = exports.DidOpenNotebookDocumentNotification = exports.NotebookDocumentSyncRegistrationType = exports.NotebookDocument = exports.NotebookCell = exports.ExecutionSummary = exports.NotebookCellKind = void 0; | ||
const vscode_languageserver_types_1 = require("vscode-languageserver-types"); | ||
const Is = require("./utils/is"); | ||
const Is = __importStar(require("./utils/is")); | ||
const messages_1 = require("./messages"); | ||
@@ -12,0 +35,0 @@ /** |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.17.6-next.6", | ||
"version": "3.17.6-next.7", | ||
"author": "Microsoft Corporation", | ||
@@ -15,9 +15,18 @@ "license": "MIT", | ||
}, | ||
"main": "./lib/node/main.js", | ||
"browser": { | ||
"./lib/node/main.js": "./lib/browser/main.js" | ||
"exports": { | ||
".": { | ||
"types": "./lib/common/api.d.ts", | ||
"default": "./lib/common/api.js" | ||
}, | ||
"./node": { | ||
"types": "./lib/node/main.d.ts", | ||
"node": "./lib/node/main.js" | ||
}, | ||
"./browser": { | ||
"types": "./lib/browser/main.d.ts", | ||
"browser": "./lib/browser/main.js" | ||
} | ||
}, | ||
"typings": "./lib/common/api.d.ts", | ||
"dependencies": { | ||
"vscode-jsonrpc": "9.0.0-next.4", | ||
"vscode-jsonrpc": "9.0.0-next.5", | ||
"vscode-languageserver-types": "3.17.6-next.4" | ||
@@ -30,6 +39,6 @@ }, | ||
"preversion": "npm test", | ||
"compile": "node ../build/bin/tsc -b ./tsconfig.json", | ||
"watch": "node ../build/bin/tsc -b ./tsconfig.watch.json -w", | ||
"clean": "node ../node_modules/rimraf/dist/esm/bin.mjs lib && node ../node_modules/rimraf/dist/esm/bin.mjs dist", | ||
"lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src", | ||
"compile": "tsc -b ./tsconfig.json", | ||
"watch": "tsc -b ./tsconfig.watch.json -w", | ||
"clean": "rimraf lib && rimraf dist", | ||
"lint": "eslint --ext ts src", | ||
"test": "npm run test:node && npm run test:browser", | ||
@@ -44,5 +53,5 @@ "test:node": "node ../node_modules/mocha/bin/_mocha", | ||
"all": "npm run clean && npm run compile && npm run lint && npm run test && npm run compile:metaModelTool && npm run generate:metaModel && npm run generate:metaModelSchema", | ||
"compile:publish": "node ../build/bin/tsc -b ./tsconfig.publish.json", | ||
"compile:publish": "tsc -b ./tsconfig.publish.json", | ||
"all:publish": "git clean -xfd . && npm install && npm run compile:publish && npm run lint && npm run test && npm run compile:metaModelTool && npm run generate:metaModel && npm run generate:metaModelSchema" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
374438
9448
63
+ Addedvscode-jsonrpc@9.0.0-next.5(transitive)
- Removedvscode-jsonrpc@9.0.0-next.4(transitive)
Updatedvscode-jsonrpc@9.0.0-next.5