lsif-protocol
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -513,2 +513,3 @@ import * as lsp from 'vscode-languageserver-protocol'; | ||
moniker = "moniker", | ||
nextMoniker = "nextMoniker", | ||
packageInformation = "packageInformation", | ||
@@ -606,2 +607,8 @@ textDocument_documentSymbol = "textDocument/documentSymbol", | ||
/** | ||
* An edge associating a moniker with another moniker. The relationship exists between: | ||
* | ||
* - `Moniker` -> `Moniker` | ||
*/ | ||
export declare type nextMoniker = E11<Moniker, Moniker, EdgeLabels.nextMoniker>; | ||
/** | ||
* An edge associating a moniker with a package information. The relationship exists between: | ||
@@ -683,3 +690,3 @@ * | ||
*/ | ||
export declare type Edge = contains | item | next | moniker | packageInformation | textDocument_documentSymbol | textDocument_foldingRange | textDocument_documentLink | textDocument_diagnostic | textDocument_declaration | textDocument_definition | textDocument_typeDefinition | textDocument_hover | textDocument_references | textDocument_implementation; | ||
export declare type Edge = contains | item | next | moniker | nextMoniker | packageInformation | textDocument_documentSymbol | textDocument_foldingRange | textDocument_documentLink | textDocument_diagnostic | textDocument_declaration | textDocument_definition | textDocument_typeDefinition | textDocument_hover | textDocument_references | textDocument_implementation; | ||
export declare namespace Edge { | ||
@@ -686,0 +693,0 @@ function is11(edge: Edge): edge is (Edge & { |
@@ -83,2 +83,3 @@ "use strict"; | ||
EdgeLabels["moniker"] = "moniker"; | ||
EdgeLabels["nextMoniker"] = "nextMoniker"; | ||
EdgeLabels["packageInformation"] = "packageInformation"; | ||
@@ -85,0 +86,0 @@ EdgeLabels["textDocument_documentSymbol"] = "textDocument/documentSymbol"; |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Microsoft Corporation", | ||
@@ -19,5 +19,2 @@ "license": "MIT", | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.14.3" | ||
}, | ||
"scripts": { | ||
@@ -24,0 +21,0 @@ "compile": "node ../build/bin/tsc -b ./tsconfig.json", |
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
30529
0
836