Skip to content

Commit bc48c9f

Browse files
committed
docs: rebuild docs
1 parent a76d213 commit bc48c9f

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

packages/core/docs/-internal-/enumerations/AST_NODE_TYPES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
2727
***
2828

29+
### ClassDeclaration
30+
31+
> **ClassDeclaration**: `"ClassDeclaration"`
32+
33+
***
34+
2935
### ExportDefaultDeclaration
3036

3137
> **ExportDefaultDeclaration**: `"ExportDefaultDeclaration"`
@@ -350,12 +356,6 @@ Re-exports [ChainExpression](../README.md#chainexpression)
350356

351357
***
352358

353-
### ClassDeclaration
354-
355-
Re-exports [ClassDeclaration](../README.md#classdeclaration)
356-
357-
***
358-
359359
### ClassExpression
360360

361361
Re-exports [ClassExpression](../README.md#classexpression)

packages/core/docs/-internal-/interfaces/ClassDeclarationBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The generic type parameters passed to the superClass.
171171

172172
### type
173173

174-
> **type**: [`ClassDeclaration`](../README.md#classdeclaration)
174+
> **type**: [`ClassDeclaration`](../enumerations/AST_NODE_TYPES.md#classdeclaration)
175175
176176
#### Overrides
177177

packages/core/docs/-internal-/interfaces/ClassDeclarationWithName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The generic type parameters passed to the superClass.
171171

172172
### type
173173

174-
> **type**: [`ClassDeclaration`](../README.md#classdeclaration)
174+
> **type**: [`ClassDeclaration`](../enumerations/AST_NODE_TYPES.md#classdeclaration)
175175
176176
#### Inherited from
177177

packages/core/docs/-internal-/interfaces/ClassDeclarationWithOptionalName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The generic type parameters passed to the superClass.
171171

172172
### type
173173

174-
> **type**: [`ClassDeclaration`](../README.md#classdeclaration)
174+
> **type**: [`ClassDeclaration`](../enumerations/AST_NODE_TYPES.md#classdeclaration)
175175
176176
#### Inherited from
177177

packages/core/docs/-internal-/interfaces/TSTypeOperator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The loc property is defined as nullable by ESTree, but ESLint requires this prop
2828

2929
### operator
3030

31-
> **operator**: `"readonly"` \| `"keyof"` \| `"unique"`
31+
> **operator**: `"keyof"` \| `"readonly"` \| `"unique"`
3232
3333
***
3434

packages/core/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
## Variables
4141

42-
- [COMPONENT\_DISPLAY\_NAME\_ASSIGNMENT\_SELECTOR](variables/DISPLAY_NAME_ASSIGNMENT_SELECTOR.md)
4342
- [DEFAULT\_COMPONENT\_HINT](variables/DEFAULT_COMPONENT_HINT.md)
43+
- [DISPLAY\_NAME\_ASSIGNMENT\_SELECTOR](variables/DISPLAY_NAME_ASSIGNMENT_SELECTOR.md)
4444
- [ERComponentFlag](variables/ERComponentFlag.md)
4545
- [ERComponentHint](variables/ERComponentHint.md)
4646
- [ERPhaseRelevance](variables/ERPhaseRelevance.md)
@@ -70,7 +70,6 @@
7070
- [isCloneElementCall](functions/isCloneElementCall.md)
7171
- [isComponentDidCatch](functions/isComponentDidCatch.md)
7272
- [isComponentDidMount](functions/isComponentDidMount.md)
73-
- [isDisplayNameAssignment](functions/isDisplayNameAssignment.md)
7473
- [isComponentName](functions/isComponentName.md)
7574
- [isComponentWillUnmount](functions/isComponentWillUnmount.md)
7675
- [isCreateContext](functions/isCreateContext.md)
@@ -80,6 +79,7 @@
8079
- [isCreateRef](functions/isCreateRef.md)
8180
- [isCreateRefCall](functions/isCreateRefCall.md)
8281
- [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md)
82+
- [isDisplayNameAssignment](functions/isDisplayNameAssignment.md)
8383
- [isForwardRef](functions/isForwardRef.md)
8484
- [isForwardRefCall](functions/isForwardRefCall.md)
8585
- [isFromReact](functions/isFromReact.md)
File renamed without changes.

packages/core/docs/variables/COMPONENT_DISPLAY_NAME_ASSIGNMENT_SELECTOR.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[**@eslint-react/core**](../README.md)
2+
3+
***
4+
5+
[@eslint-react/core](../README.md) / DISPLAY\_NAME\_ASSIGNMENT\_SELECTOR
6+
7+
# Variable: DISPLAY\_NAME\_ASSIGNMENT\_SELECTOR
8+
9+
> `const` **DISPLAY\_NAME\_ASSIGNMENT\_SELECTOR**: `string`
10+
11+
The ESQuery selector for a component display name assignment expression

0 commit comments

Comments
 (0)