lsif-protocol
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -222,2 +222,13 @@ import * as lsp from 'vscode-languageserver-protocol'; | ||
version: string; | ||
/** | ||
* The project root (in form of a URI) used to compute this dump. | ||
*/ | ||
projectRoot?: string; | ||
/** | ||
* Information about the tool that created the dump | ||
*/ | ||
toolInfo?: { | ||
name: string; | ||
args?: string[]; | ||
}; | ||
} | ||
@@ -553,3 +564,3 @@ export declare type AdditionDataValueType = string | number | boolean | string[] | number[] | boolean[]; | ||
textDocument_references = "textDocument/references", | ||
textDocument_implementation = "textDocument/implementatio" | ||
textDocument_implementation = "textDocument/implementation" | ||
} | ||
@@ -607,3 +618,3 @@ /** | ||
*/ | ||
export declare type item = ItemEdge<ReferenceResult, Range> | ItemEdge<ReferenceResult, ReferenceResult>; | ||
export declare type item = ItemEdge<ReferenceResult, Range> | ItemEdge<ReferenceResult, ReferenceResult> | ItemEdge<ImplementationResult, Range> | ItemEdge<ImplementationResult, ImplementationResult>; | ||
/** | ||
@@ -610,0 +621,0 @@ * An edge associating a range with a moniker. The relationship exists between: |
@@ -84,3 +84,3 @@ "use strict"; | ||
EdgeLabels["textDocument_references"] = "textDocument/references"; | ||
EdgeLabels["textDocument_implementation"] = "textDocument/implementatio"; | ||
EdgeLabels["textDocument_implementation"] = "textDocument/implementation"; | ||
})(EdgeLabels = exports.EdgeLabels || (exports.EdgeLabels = {})); | ||
@@ -87,0 +87,0 @@ var ItemEdgeProperties; |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"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
30082
7
810