@biomejs/wasm-nodejs 0.1.2 → 0.2.0-nightly.0b5a3fd

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/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@biomejs/wasm-nodejs","collaborators":["Rome Tools Developers and Contributors"],"description":"WebAssembly bindings to the Rome Workspace API","version":"0.1.2","license":"MIT","repository":{"type":"git","url":"https://github.com/rome/tools"},"files":["rome_wasm_bg.wasm","rome_wasm.js","rome_wasm.d.ts"],"main":"rome_wasm.js","types":"rome_wasm.d.ts"}
1
+ {"name":"@biomejs/wasm-nodejs","collaborators":["Rome Tools Developers and Contributors"],"description":"WebAssembly bindings to the Rome Workspace API","version":"0.2.0-nightly.0b5a3fd","license":"MIT","repository":{"type":"git","url":"https://github.com/rome/tools"},"files":["rome_wasm_bg.wasm","rome_wasm.js","rome_wasm.d.ts"],"main":"rome_wasm.js","types":"rome_wasm.d.ts"}
package/rome_wasm.d.ts CHANGED
@@ -615,6 +615,10 @@ interface Nursery {
615
615
  * Enforce all dependencies are correctly specified.
616
616
  */
617
617
  useExhaustiveDependencies?: RuleConfiguration;
618
+ /**
619
+ * Enforces the presence of non-empty return statements in getters.
620
+ */
621
+ useGetterReturn?: RuleConfiguration;
618
622
  /**
619
623
  * Enforce the use of import type when an import only has specifiers with type qualifier.
620
624
  */
@@ -1144,6 +1148,7 @@ type Category =
1144
1148
  | "lint/nursery/useAriaPropTypes"
1145
1149
  | "lint/nursery/useArrowFunction"
1146
1150
  | "lint/nursery/useExhaustiveDependencies"
1151
+ | "lint/nursery/useGetterReturn"
1147
1152
  | "lint/nursery/useGroupedTypeImport"
1148
1153
  | "lint/nursery/useHookAtTopLevel"
1149
1154
  | "lint/nursery/useImportRestrictions"
package/rome_wasm_bg.wasm CHANGED
Binary file