@biomejs/wasm-nodejs
Advanced tools
Comparing version 0.1.2 to 0.2.0-nightly.0b5a3fd
@@ -1,1 +0,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"} | ||
{"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"} |
@@ -619,2 +619,6 @@ /* tslint:disable */ | ||
/** | ||
* Enforces the presence of non-empty return statements in getters. | ||
*/ | ||
useGetterReturn?: RuleConfiguration; | ||
/** | ||
* Enforce the use of import type when an import only has specifiers with type qualifier. | ||
@@ -1148,2 +1152,3 @@ */ | ||
| "lint/nursery/useExhaustiveDependencies" | ||
| "lint/nursery/useGetterReturn" | ||
| "lint/nursery/useGroupedTypeImport" | ||
@@ -1150,0 +1155,0 @@ | "lint/nursery/useHookAtTopLevel" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2392
6658359