Skip to content

Commit 8861f4d

Browse files
committed
docs: in applicable tag listings, yield missing in check-types and augments and extends missing in check-types and no-undefined-types
1 parent 1c0d12b commit 8861f4d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.README/rules/check-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ String | **string** | **string** | `("test") instanceof String` -> **`false`**
8585
|||
8686
|---|---|
8787
|Context|everywhere|
88-
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
89-
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`|
88+
|Tags|`augments`, `class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
89+
|Aliases|`constructor`, `const`, `extends`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
9090
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
9191
|Options|`noDefaults`, `unifyParentAndChildTypeChecks`|
9292
|Settings|`preferredTypes`|

.README/rules/no-undefined-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ An option object may have the following key:
3434
|||
3535
|---|---|
3636
|Context|everywhere|
37-
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
38-
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
37+
|Tags|`augments`, `class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
38+
|Aliases|`constructor`, `const`, `extends`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
3939
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
4040
|Options|`definedTypes`|
4141
|Settings|`preferredTypes`|

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,8 +1923,8 @@ String | **string** | **string** | `("test") instanceof String` -> **`false`**
19231923
|||
19241924
|---|---|
19251925
|Context|everywhere|
1926-
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
1927-
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`|
1926+
|Tags|`augments`, `class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
1927+
|Aliases|`constructor`, `const`, `extends`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
19281928
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
19291929
|Options|`noDefaults`, `unifyParentAndChildTypeChecks`|
19301930
|Settings|`preferredTypes`|
@@ -3648,8 +3648,8 @@ An option object may have the following key:
36483648
|||
36493649
|---|---|
36503650
|Context|everywhere|
3651-
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
3652-
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
3651+
|Tags|`augments`, `class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
3652+
|Aliases|`constructor`, `const`, `extends`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
36533653
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
36543654
|Options|`definedTypes`|
36553655
|Settings|`preferredTypes`|

0 commit comments

Comments
 (0)