@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.5.3-nightly.d2858ee to 1.5.3-nightly.dca6a7a
@@ -873,2 +873,6 @@ /* tslint:disable */ | ||
/** | ||
* Disallow the use of dependencies that aren't specified in the package.json. | ||
*/ | ||
noUndeclaredDependencies?: RuleConfiguration; | ||
/** | ||
* Disallow unused imports. | ||
@@ -1461,6 +1465,10 @@ */ | ||
| "snake_case"; | ||
interface ProjectFeaturesParams { | ||
manifest_path: RomePath; | ||
interface UpdateProjectParams { | ||
path: RomePath; | ||
} | ||
interface ProjectFeaturesResult {} | ||
interface OpenProjectParams { | ||
content: string; | ||
path: RomePath; | ||
version: number; | ||
} | ||
interface OpenFileParams { | ||
@@ -1474,2 +1482,3 @@ content: string; | ||
| "Astro" | ||
| "Vue" | ||
| "JavaScript" | ||
@@ -1646,2 +1655,3 @@ | "JavaScriptReact" | ||
| "lint/nursery/noTypeOnlyImportAttributes" | ||
| "lint/nursery/noUndeclaredDependencies" | ||
| "lint/nursery/noUnusedImports" | ||
@@ -1648,0 +1658,0 @@ | "lint/nursery/noUnusedPrivateClassMembers" |
@@ -736,7 +736,2 @@ let imports = {}; | ||
module.exports.__wbindgen_object_clone_ref = function(arg0) { | ||
const ret = getObject(arg0); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) { | ||
@@ -747,10 +742,2 @@ const ret = getObject(arg0) == getObject(arg1); | ||
module.exports.__wbg_String_91fba7ded13ba54c = function(arg0, arg1) { | ||
const ret = String(getObject(arg1)); | ||
const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len0 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len0; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr0; | ||
}; | ||
module.exports.__wbindgen_number_new = function(arg0) { | ||
@@ -761,2 +748,7 @@ const ret = arg0; | ||
module.exports.__wbindgen_object_clone_ref = function(arg0) { | ||
const ret = getObject(arg0); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_string_new = function(arg0, arg1) { | ||
@@ -776,2 +768,10 @@ const ret = getStringFromWasm0(arg0, arg1); | ||
module.exports.__wbg_String_91fba7ded13ba54c = function(arg0, arg1) { | ||
const ret = String(getObject(arg1)); | ||
const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
const len0 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len0; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr0; | ||
}; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -778,0 +778,0 @@ const ret = new Error(); |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.5.3-nightly.d2858ee","license":"MIT OR Apache-2.0","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]} | ||
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.5.3-nightly.dca6a7a","license":"MIT OR Apache-2.0","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]} |
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
9303900
2927