@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -176,5 +176,3 @@ /* tslint:disable */ | ||
} | ||
interface Overrides { | ||
list: OverridePattern[]; | ||
} | ||
type Overrides = OverridePattern[]; | ||
interface VcsConfiguration { | ||
@@ -727,2 +725,6 @@ /** | ||
/** | ||
* Disallow this and super in static contexts. | ||
*/ | ||
noThisInStatic?: RuleConfiguration; | ||
/** | ||
* Disallow unused imports. | ||
@@ -1153,4 +1155,3 @@ */ | ||
| NamingConventionOptions | ||
| RestrictedGlobalsOptions | ||
| null; | ||
| RestrictedGlobalsOptions; | ||
interface ComplexityOptions { | ||
@@ -1361,2 +1362,3 @@ /** | ||
| "lint/nursery/noMisrefactoredShorthandAssign" | ||
| "lint/nursery/noThisInStatic" | ||
| "lint/nursery/noUnusedImports" | ||
@@ -1363,0 +1365,0 @@ | "lint/nursery/noUselessElse" |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.3.1","license":"MIT","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]} | ||
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.3.2","license":"MIT","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]} |
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
2616
6986107