@biomejs/wasm-web 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biome_wasm.d.ts +2 -2
- package/biome_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/biome_wasm.d.ts
CHANGED
|
@@ -1371,10 +1371,10 @@ interface RestrictedGlobalsOptions {
|
|
|
1371
1371
|
/**
|
|
1372
1372
|
* A list of names that should trigger the rule
|
|
1373
1373
|
*/
|
|
1374
|
-
deniedGlobals
|
|
1374
|
+
deniedGlobals: string[];
|
|
1375
1375
|
}
|
|
1376
1376
|
interface ValidAriaRoleOptions {
|
|
1377
|
-
|
|
1377
|
+
allowInvalidRoles: string[];
|
|
1378
1378
|
ignoreNonDom: boolean;
|
|
1379
1379
|
}
|
|
1380
1380
|
type ConsistentArrayType = "shorthand" | "generic";
|
package/biome_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@biomejs/wasm-web","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.5.
|
|
1
|
+
{"name":"@biomejs/wasm-web","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.5.3","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"],"module":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"],"keywords":["parser","linter","formatter"]}
|