@biomejs/wasm-web 2.5.2 → 2.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 +8 -1
- package/biome_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/biome_wasm.d.ts
CHANGED
|
@@ -8170,7 +8170,14 @@ interface UseConsistentTestItOptions {
|
|
|
8170
8170
|
}
|
|
8171
8171
|
type UseDisposablesOptions = {};
|
|
8172
8172
|
type UseDomNodeTextContentOptions = {};
|
|
8173
|
-
|
|
8173
|
+
interface UseDomQuerySelectorOptions {
|
|
8174
|
+
/**
|
|
8175
|
+
* A list of receiver identifiers to ignore.
|
|
8176
|
+
|
|
8177
|
+
In the expression `document.querySelector('div')`, the receiver is `document`.
|
|
8178
|
+
*/
|
|
8179
|
+
ignore?: string[];
|
|
8180
|
+
}
|
|
8174
8181
|
type UseExhaustiveSwitchCasesOptions = {};
|
|
8175
8182
|
type UseExpectOptions = {};
|
|
8176
8183
|
interface UseExplicitReturnTypeOptions {
|
package/biome_wasm_bg.wasm
CHANGED
|
Binary file
|