@biomejs/wasm-web 1.6.0 → 1.6.1
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 +5 -0
- package/biome_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/biome_wasm.d.ts
CHANGED
|
@@ -846,6 +846,10 @@ interface Nursery {
|
|
|
846
846
|
* Disallow the use of console.
|
|
847
847
|
*/
|
|
848
848
|
noConsole?: RuleConfiguration_for_Null;
|
|
849
|
+
/**
|
|
850
|
+
* Disallow using a callback in asynchronous tests and hooks.
|
|
851
|
+
*/
|
|
852
|
+
noDoneCallback?: RuleConfiguration_for_Null;
|
|
849
853
|
/**
|
|
850
854
|
* Disallow two keys with the same name inside a JSON object.
|
|
851
855
|
*/
|
|
@@ -1772,6 +1776,7 @@ type Category =
|
|
|
1772
1776
|
| "lint/nursery/noApproximativeNumericConstant"
|
|
1773
1777
|
| "lint/nursery/noBarrelFile"
|
|
1774
1778
|
| "lint/nursery/noConsole"
|
|
1779
|
+
| "lint/nursery/noDoneCallback"
|
|
1775
1780
|
| "lint/nursery/noDuplicateJsonKeys"
|
|
1776
1781
|
| "lint/nursery/noDuplicateTestHooks"
|
|
1777
1782
|
| "lint/nursery/noExcessiveNestedTestSuites"
|
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.6.
|
|
1
|
+
{"name":"@biomejs/wasm-web","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.6.1","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"]}
|