Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions packages/core/docs/-internal-/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@

***

### ClassDeclaration

> **ClassDeclaration**: `"ClassDeclaration"`

***

### ClassExpression

> **ClassExpression**: `"ClassExpression"`
Expand Down Expand Up @@ -699,12 +693,6 @@

***

### TSDeclareFunction

> **TSDeclareFunction**: `"TSDeclareFunction"`

***

### TSDeclareKeyword

> **TSDeclareKeyword**: `"TSDeclareKeyword"`
Expand Down Expand Up @@ -765,12 +753,6 @@

***

### TSImportEqualsDeclaration

> **TSImportEqualsDeclaration**: `"TSImportEqualsDeclaration"`

***

### TSImportType

> **TSImportType**: `"TSImportType"`
Expand Down Expand Up @@ -831,12 +813,6 @@

***

### TSModuleDeclaration

> **TSModuleDeclaration**: `"TSModuleDeclaration"`

***

### TSModuleName

> **TSModuleName**: `"TSModuleName"`
Expand Down Expand Up @@ -1083,12 +1059,6 @@

***

### VariableDeclaration

> **VariableDeclaration**: `"VariableDeclaration"`

***

### WhileStatement

> **WhileStatement**: `"WhileStatement"`
Expand Down
12 changes: 6 additions & 6 deletions packages/core/docs/-internal-/enumerations/AST_NODE_TYPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@

***

### Literal

> **Literal**: `"Literal"`

***

### MethodDefinition

> **MethodDefinition**: `"MethodDefinition"`
Expand Down Expand Up @@ -518,6 +512,12 @@ Re-exports [LabeledStatement](../README.md#labeledstatement)

***

### Literal

Re-exports [Literal](../README.md#literal)

***

### LogicalExpression

Re-exports [LogicalExpression](../README.md#logicalexpression)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/-internal-/interfaces/BooleanLiteral.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The loc property is defined as nullable by ESTree, but ESLint requires this prop

### type

> **type**: [`Literal`](../enumerations/AST_NODE_TYPES.md#literal)
> **type**: [`Literal`](../README.md#literal)

#### Inherited from

Expand Down
4 changes: 2 additions & 2 deletions packages/core/docs/-internal-/interfaces/LiteralBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## Extended by

- [`StringLiteral`](StringLiteral.md)
- [`BigIntLiteral`](BigIntLiteral.md)
- [`BooleanLiteral`](BooleanLiteral.md)
- [`NullLiteral`](NullLiteral.md)
- [`NumberLiteral`](NumberLiteral.md)
- [`RegExpLiteral`](RegExpLiteral.md)
- [`StringLiteral`](StringLiteral.md)

## Properties

Expand Down Expand Up @@ -63,7 +63,7 @@ The loc property is defined as nullable by ESTree, but ESLint requires this prop

### type

> **type**: [`Literal`](../enumerations/AST_NODE_TYPES.md#literal)
> **type**: [`Literal`](../README.md#literal)

#### Overrides

Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/-internal-/interfaces/NumberLiteral.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The loc property is defined as nullable by ESTree, but ESLint requires this prop

### type

> **type**: [`Literal`](../enumerations/AST_NODE_TYPES.md#literal)
> **type**: [`Literal`](../README.md#literal)

#### Inherited from

Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/-internal-/interfaces/RegExpLiteral.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The loc property is defined as nullable by ESTree, but ESLint requires this prop

### type

> **type**: [`Literal`](../enumerations/AST_NODE_TYPES.md#literal)
> **type**: [`Literal`](../README.md#literal)

#### Inherited from

Expand Down
9 changes: 0 additions & 9 deletions packages/core/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

## Namespaces

- [isCallFromReact](namespaces/isCallFromReact/README.md)
- [isFromReact](namespaces/isFromReact/README.md)
- [useComponentCollector](namespaces/useComponentCollector/README.md)
- [useComponentCollectorLegacy](namespaces/useComponentCollectorLegacy/README.md)
- [useHookCollector](namespaces/useHookCollector/README.md)
Expand Down Expand Up @@ -52,9 +50,6 @@
- [getComponentNameFromIdentifier](functions/getComponentNameFromIdentifier.md)
- [getFunctionComponentIdentifier](functions/getFunctionComponentIdentifier.md)
- [hasNoneOrValidComponentName](functions/hasNoneOrValidComponentName.md)
- [hasValidHierarchy](functions/hasValidHierarchy.md)
- [isCallFromReact](functions/isCallFromReact.md)
- [isCallFromReactObject](functions/isCallFromReactObject.md)
- [isChildrenCount](functions/isChildrenCount.md)
- [isChildrenCountCall](functions/isChildrenCountCall.md)
- [isChildrenForEach](functions/isChildrenForEach.md)
Expand All @@ -81,10 +76,6 @@
- [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md)
- [isForwardRef](functions/isForwardRef.md)
- [isForwardRefCall](functions/isForwardRefCall.md)
- [isFromReact](functions/isFromReact.md)
- [isFromReactLoose](functions/isFromReactLoose.md)
- [isFromReactObject](functions/isFromReactObject.md)
- [isFromReactStrict](functions/isFromReactStrict.md)
- [isFunctionOfComponentDidMount](functions/isFunctionOfComponentDidMount.md)
- [isFunctionOfComponentWillUnmount](functions/isFunctionOfComponentWillUnmount.md)
- [isFunctionOfRenderMethod](functions/isFunctionOfRenderMethod.md)
Expand Down
29 changes: 0 additions & 29 deletions packages/core/docs/functions/hasValidHierarchy.md

This file was deleted.

19 changes: 0 additions & 19 deletions packages/core/docs/functions/isCallFromReact.md

This file was deleted.

23 changes: 0 additions & 23 deletions packages/core/docs/functions/isCallFromReactObject.md

This file was deleted.

19 changes: 0 additions & 19 deletions packages/core/docs/functions/isFromReact.md

This file was deleted.

23 changes: 0 additions & 23 deletions packages/core/docs/functions/isFromReactLoose.md

This file was deleted.

23 changes: 0 additions & 23 deletions packages/core/docs/functions/isFromReactObject.md

This file was deleted.

31 changes: 0 additions & 31 deletions packages/core/docs/functions/isFromReactStrict.md

This file was deleted.

8 changes: 4 additions & 4 deletions packages/core/docs/functions/isReactAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Call Signature

> **isReactAPI**(`name`): [`ReturnType`](../namespaces/isFromReact/type-aliases/ReturnType.md)
> **isReactAPI**(`name`): `ReturnType`

### Parameters

Expand All @@ -18,11 +18,11 @@

### Returns

[`ReturnType`](../namespaces/isFromReact/type-aliases/ReturnType.md)
`ReturnType`

## Call Signature

> **isReactAPI**(`objectName`, `propertyName`): [`ReturnType`](../namespaces/isFromReact/type-aliases/ReturnType.md)
> **isReactAPI**(`objectName`, `propertyName`): `ReturnType`

### Parameters

Expand All @@ -36,4 +36,4 @@

### Returns

[`ReturnType`](../namespaces/isFromReact/type-aliases/ReturnType.md)
`ReturnType`
Loading