@influxdata/flux-lsp-browser
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -15,4 +15,5 @@ /* tslint:disable */ | ||
* @param {boolean} disable_folding | ||
* @param {boolean} support_multiple_files | ||
*/ | ||
constructor(disable_folding: boolean); | ||
constructor(disable_folding: boolean, support_multiple_files: boolean); | ||
/** | ||
@@ -19,0 +20,0 @@ * @param {any} f |
@@ -186,5 +186,6 @@ import * as wasm from './flux-lsp-browser_bg.wasm'; | ||
* @param {boolean} disable_folding | ||
* @param {boolean} support_multiple_files | ||
*/ | ||
constructor(disable_folding) { | ||
var ret = wasm.server_new(disable_folding); | ||
constructor(disable_folding, support_multiple_files) { | ||
var ret = wasm.server_new(disable_folding, support_multiple_files); | ||
return Server.__wrap(ret); | ||
@@ -350,3 +351,3 @@ } | ||
export const __wbindgen_closure_wrapper685 = function(arg0, arg1, arg2) { | ||
export const __wbindgen_closure_wrapper714 = function(arg0, arg1, arg2) { | ||
var ret = makeMutClosure(arg0, arg1, 161, __wbg_adapter_14); | ||
@@ -353,0 +354,0 @@ return addHeapObject(ret); |
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"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
2304643
336