vscode-languageserver-protocol
Advanced tools
Comparing version 3.17.3 to 3.17.4-next.0
@@ -20,2 +20,3 @@ import { RequestType, RequestType0, NotificationType, NotificationType0, ProgressType, _EM } from 'vscode-jsonrpc'; | ||
*/ | ||
readonly __: [PR, _EM] | undefined; | ||
readonly ___: [PR, RO, _EM] | undefined; | ||
@@ -30,2 +31,3 @@ readonly ____: [RO, _EM] | undefined; | ||
*/ | ||
readonly __: [PR, _EM] | undefined; | ||
readonly ___: [PR, RO, _EM] | undefined; | ||
@@ -32,0 +34,0 @@ readonly ____: [RO, _EM] | undefined; |
@@ -102,3 +102,3 @@ "use strict"; | ||
const candidate = value; | ||
return Is.string(candidate.language) || Is.string(candidate.scheme) || Is.string(candidate.pattern); | ||
return Is.string(candidate) || (Is.string(candidate.language) || Is.string(candidate.scheme) || Is.string(candidate.pattern)); | ||
} | ||
@@ -105,0 +105,0 @@ TextDocumentFilter.is = is; |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.17.3", | ||
"version": "3.17.4-next.0", | ||
"author": "Microsoft Corporation", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"vscode-jsonrpc": "8.1.0", | ||
"vscode-languageserver-types": "3.17.3" | ||
"vscode-jsonrpc": "8.2.0-next.0", | ||
"vscode-languageserver-types": "3.17.4-next.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
358713
8865
2
+ Addedvscode-jsonrpc@8.2.0-next.0(transitive)
+ Addedvscode-languageserver-types@3.17.4-next.0(transitive)
- Removedvscode-jsonrpc@8.1.0(transitive)
- Removedvscode-languageserver-types@3.17.3(transitive)
Updatedvscode-jsonrpc@8.2.0-next.0