From 23df156f322a2909217159b02d3d134590bcad36 Mon Sep 17 00:00:00 2001 From: Bolarinwa Balogun Date: Thu, 6 May 2021 18:46:07 -0400 Subject: [PATCH] Add description to 'RuleSetLogicalConditions' definition --- declarations/WebpackOptions.d.ts | 3 +-- schemas/WebpackOptions.json | 1 + types.d.ts | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/declarations/WebpackOptions.d.ts b/declarations/WebpackOptions.d.ts index e305a9d8dc3..b22310c73ea 100644 --- a/declarations/WebpackOptions.d.ts +++ b/declarations/WebpackOptions.d.ts @@ -1426,8 +1426,7 @@ export interface RuleSetRule { use?: RuleSetUse; } /** - * This interface was referenced by `WebpackOptions`'s JSON-Schema - * via the `definition` "RuleSetLogicalConditions". + * Logic operators used in a condition matcher. */ export interface RuleSetLogicalConditions { /** diff --git a/schemas/WebpackOptions.json b/schemas/WebpackOptions.json index b2a8b7d86fa..5779af67fef 100644 --- a/schemas/WebpackOptions.json +++ b/schemas/WebpackOptions.json @@ -3506,6 +3506,7 @@ ] }, "RuleSetLogicalConditions": { + "description": "Logic operators used in a condition matcher.", "type": "object", "additionalProperties": false, "properties": { diff --git a/types.d.ts b/types.d.ts index fd511cc4aae..c0900a308ff 100644 --- a/types.d.ts +++ b/types.d.ts @@ -9015,8 +9015,7 @@ type RuleSetConditionOrConditions = | RuleSetCondition[]; /** - * This interface was referenced by `WebpackOptions`'s JSON-Schema - * via the `definition` "RuleSetLogicalConditions". + * Logic operators used in a condition matcher. */ declare interface RuleSetLogicalConditions { /**