@influxdata/flux-lsp-browser
Advanced tools
Comparing version 0.5.32 to 0.5.33
@@ -177,2 +177,13 @@ import * as wasm from './flux-lsp-browser_bg.wasm'; | ||
/** | ||
* @param {string} s | ||
* @returns {any} | ||
*/ | ||
export function parse(s) { | ||
var ptr0 = passStringToWasm0(s, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
var len0 = WASM_VECTOR_LEN; | ||
var ret = wasm.parse(ptr0, len0); | ||
return takeObject(ret); | ||
} | ||
/** | ||
* @param {any} js_file | ||
@@ -196,14 +207,3 @@ * @returns {string} | ||
/** | ||
* @param {string} s | ||
* @returns {any} | ||
*/ | ||
export function parse(s) { | ||
var ptr0 = passStringToWasm0(s, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
var len0 = WASM_VECTOR_LEN; | ||
var ret = wasm.parse(ptr0, len0); | ||
return takeObject(ret); | ||
} | ||
/** | ||
*/ | ||
export class Router { | ||
@@ -210,0 +210,0 @@ |
@@ -13,2 +13,7 @@ /* tslint:disable */ | ||
/** | ||
* @param {string} s | ||
* @returns {any} | ||
*/ | ||
export function parse(s: string): any; | ||
/** | ||
* @param {any} js_file | ||
@@ -19,8 +24,3 @@ * @returns {string} | ||
/** | ||
* @param {string} s | ||
* @returns {any} | ||
*/ | ||
export function parse(s: string): any; | ||
/** | ||
*/ | ||
export class Router { | ||
@@ -27,0 +27,0 @@ free(): void; |
@@ -7,3 +7,3 @@ { | ||
"description": "LSP support for the flux language", | ||
"version": "0.5.32", | ||
"version": "0.5.33", | ||
"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
3824059