@influxdata/flux-lsp-browser
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -19,3 +19,2 @@ /* tslint:disable */ | ||
* @param {boolean} disable_folding | ||
* @returns {Server} | ||
*/ | ||
@@ -34,9 +33,9 @@ constructor(disable_folding: boolean); | ||
/** | ||
* @returns {string} | ||
* @returns {string | undefined} | ||
*/ | ||
get_message(): string | undefined; | ||
/** | ||
* @returns {string} | ||
* @returns {string | undefined} | ||
*/ | ||
get_error(): string | undefined; | ||
} |
@@ -153,3 +153,2 @@ import * as wasm from './flux-lsp-browser_bg.wasm'; | ||
* @param {boolean} disable_folding | ||
* @returns {Server} | ||
*/ | ||
@@ -189,3 +188,3 @@ constructor(disable_folding) { | ||
/** | ||
* @returns {string} | ||
* @returns {string | undefined} | ||
*/ | ||
@@ -204,3 +203,3 @@ get_message() { | ||
/** | ||
* @returns {string} | ||
* @returns {string | undefined} | ||
*/ | ||
@@ -207,0 +206,0 @@ get_error() { |
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
2335357
223