lsif-protocol
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -500,3 +500,5 @@ import * as lsp from 'vscode-languageserver-protocol'; | ||
/** | ||
* The group root folder uri | ||
* The root folder uri pointing to the file system that contained the source | ||
* when creating the dump. This is usually a TS project rootDir or a | ||
* workspace folder on disk. | ||
*/ | ||
@@ -503,0 +505,0 @@ rootUri: Uri; |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Microsoft Corporation", | ||
@@ -9,6 +9,6 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://github.com/Microsoft/lsif-typescript.git" | ||
"url": "git+https://github.com/Microsoft/lsif-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/lsif-typescript/issues" | ||
"url": "https://github.com/Microsoft/lsif-node/issues" | ||
}, | ||
@@ -15,0 +15,0 @@ "main": "lib/main.js", |
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
2441
95308
10