lsif-protocol
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -75,2 +75,3 @@ import * as lsp from 'vscode-languageserver-protocol'; | ||
export interface ProjectEvent extends Event { | ||
scope: EventScope.project; | ||
/** | ||
@@ -82,2 +83,3 @@ * The id of the project vertex. | ||
export interface DocumentEvent extends Event { | ||
scope: EventScope.document; | ||
/** | ||
@@ -84,0 +86,0 @@ * The id of the document vertex. |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
30594
838