Skip to content

Commit

Permalink
Add description to 'RuleSetLogicalConditions' definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bolariin committed May 6, 2021
1 parent 0d1e2f9 commit 23df156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions declarations/WebpackOptions.d.ts
Expand Up @@ -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 {
/**
Expand Down
1 change: 1 addition & 0 deletions schemas/WebpackOptions.json
Expand Up @@ -3506,6 +3506,7 @@
]
},
"RuleSetLogicalConditions": {
"description": "Logic operators used in a condition matcher.",
"type": "object",
"additionalProperties": false,
"properties": {
Expand Down
3 changes: 1 addition & 2 deletions types.d.ts
Expand Up @@ -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 {
/**
Expand Down

0 comments on commit 23df156

Please sign in to comment.