lsif-protocol
Advanced tools
Comparing version 0.5.0-next.1 to 0.5.0-next.2
@@ -0,0 +0,0 @@ import * as lsp from 'vscode-languageserver-protocol'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -399,5 +399,5 @@ import * as lsp from 'vscode-languageserver-protocol'; | ||
/** | ||
* The moniker is only unique inside a file | ||
* The moniker is only unique inside a document | ||
*/ | ||
file = "file", | ||
document = "document", | ||
/** | ||
@@ -412,6 +412,5 @@ * The moniker is unique inside a project for which a dump got created | ||
/** | ||
* The moniker is unique inside the package mamanger, usually expressed through | ||
* the moniker scheme | ||
* The moniker is unique inside the moniker scheme. | ||
*/ | ||
packageManager = "packageManager", | ||
scheme = "scheme", | ||
/** | ||
@@ -662,5 +661,5 @@ * The moniker is gloabally unique | ||
referenceResults = "referenceResults", | ||
referenceCascades = "referenceCascades", | ||
referenceLinks = "referenceLinks", | ||
implementationResults = "implementationResults", | ||
implementationCascades = "implementationCascades" | ||
implementationLinks = "implementationLinks" | ||
} | ||
@@ -667,0 +666,0 @@ export interface ItemEdge<S extends V, T extends V> extends E1N<S, T, EdgeLabels.item> { |
@@ -87,5 +87,5 @@ "use strict"; | ||
/** | ||
* The moniker is only unique inside a file | ||
* The moniker is only unique inside a document | ||
*/ | ||
UniquenessLevel["file"] = "file"; | ||
UniquenessLevel["document"] = "document"; | ||
/** | ||
@@ -100,6 +100,5 @@ * The moniker is unique inside a project for which a dump got created | ||
/** | ||
* The moniker is unique inside the package mamanger, usually expressed through | ||
* the moniker scheme | ||
* The moniker is unique inside the moniker scheme. | ||
*/ | ||
UniquenessLevel["packageManager"] = "packageManager"; | ||
UniquenessLevel["scheme"] = "scheme"; | ||
/** | ||
@@ -136,5 +135,5 @@ * The moniker is gloabally unique | ||
ItemEdgeProperties["referenceResults"] = "referenceResults"; | ||
ItemEdgeProperties["referenceCascades"] = "referenceCascades"; | ||
ItemEdgeProperties["referenceLinks"] = "referenceLinks"; | ||
ItemEdgeProperties["implementationResults"] = "implementationResults"; | ||
ItemEdgeProperties["implementationCascades"] = "implementationCascades"; | ||
ItemEdgeProperties["implementationLinks"] = "implementationLinks"; | ||
})(ItemEdgeProperties = exports.ItemEdgeProperties || (exports.ItemEdgeProperties = {})); | ||
@@ -141,0 +140,0 @@ var Edge; |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.5.0-next.1", | ||
"version": "0.5.0-next.2", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
33686
974