@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
interface SupportsFeatureParams { | ||
feature: FeatureName[]; | ||
features: FeatureName[]; | ||
path: BiomePath; | ||
@@ -847,2 +847,6 @@ } | ||
/** | ||
* Succinct description of the rule. | ||
*/ | ||
noColorInvalidHex?: RuleConfiguration_for_Null; | ||
/** | ||
* Disallow the use of console. | ||
@@ -856,2 +860,6 @@ */ | ||
/** | ||
* Disallow duplicate conditions in if-else-if chains | ||
*/ | ||
noDuplicateElseIf?: RuleConfiguration_for_Null; | ||
/** | ||
* Disallow two keys with the same name inside a JSON object. | ||
@@ -1522,3 +1530,3 @@ */ | ||
/** | ||
* Allowed cases for _TypeScript_ `enum` member names. | ||
* Allowed cases for file names. | ||
*/ | ||
@@ -1615,4 +1623,4 @@ filenameCases: FilenameCases; | ||
interface JsonFileSource { | ||
allow_trailing_comma: boolean; | ||
variant: JsonVariant; | ||
allow_comments: boolean; | ||
allow_trailing_commas: boolean; | ||
} | ||
@@ -1627,3 +1635,2 @@ interface CssFileSource { | ||
type LanguageVersion = "ES2022" | "ESNext"; | ||
type JsonVariant = "Standard" | "Jsonc"; | ||
type CssVariant = "Standard"; | ||
@@ -1782,6 +1789,9 @@ interface ChangeFileParams { | ||
| "lint/correctness/useYield" | ||
| "lint/nursery/colorNoInvalidHex" | ||
| "lint/nursery/noApproximativeNumericConstant" | ||
| "lint/nursery/noBarrelFile" | ||
| "lint/nursery/noColorInvalidHex" | ||
| "lint/nursery/noConsole" | ||
| "lint/nursery/noDoneCallback" | ||
| "lint/nursery/noDuplicateElseIf" | ||
| "lint/nursery/noDuplicateJsonKeys" | ||
@@ -1788,0 +1798,0 @@ | "lint/nursery/noDuplicateTestHooks" |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.6.1","license":"MIT OR Apache-2.0","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.6.2","license":"MIT OR Apache-2.0","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
9458623
3077