@biomejs/wasm-web 2.5.2 → 2.5.4

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 CHANGED
@@ -8170,7 +8170,14 @@ interface UseConsistentTestItOptions {
8170
8170
  }
8171
8171
  type UseDisposablesOptions = {};
8172
8172
  type UseDomNodeTextContentOptions = {};
8173
- type UseDomQuerySelectorOptions = {};
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 {
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Biome Developers and Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings to the Biome workspace API",
8
- "version": "2.5.2",
8
+ "version": "2.5.4",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",