@influxdata/flux-lsp-node
Advanced tools
Comparing version 0.5.32 to 0.5.33
@@ -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; |
@@ -176,2 +176,13 @@ let imports = {}; | ||
/** | ||
* @param {string} s | ||
* @returns {any} | ||
*/ | ||
module.exports.parse = function(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 | ||
@@ -195,14 +206,3 @@ * @returns {string} | ||
/** | ||
* @param {string} s | ||
* @returns {any} | ||
*/ | ||
module.exports.parse = function(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); | ||
}; | ||
/** | ||
*/ | ||
class Router { | ||
@@ -209,0 +209,0 @@ |
@@ -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
3824237