|
4 | 4 |
|
5 | 5 | # @eslint-react/core |
6 | 6 |
|
7 | | -## Other |
| 7 | +## Namespaces |
8 | 8 |
|
9 | 9 | - [isReactAPI](@eslint-react/namespaces/isReactAPI/README.md) |
10 | 10 | - [isReactAPICall](@eslint-react/namespaces/isReactAPICall/README.md) |
11 | 11 | - [useComponentCollector](@eslint-react/namespaces/useComponentCollector/README.md) |
12 | 12 | - [useComponentCollectorLegacy](@eslint-react/namespaces/useComponentCollectorLegacy/README.md) |
13 | 13 | - [useHookCollector](@eslint-react/namespaces/useHookCollector/README.md) |
| 14 | + |
| 15 | +## Interfaces |
| 16 | + |
14 | 17 | - [ClassComponent](interfaces/ClassComponent.md) |
15 | 18 | - [FunctionComponent](interfaces/FunctionComponent.md) |
16 | 19 | - [Hook](interfaces/Hook.md) |
17 | 20 | - [SemanticEntry](interfaces/SemanticEntry.md) |
18 | 21 | - [SemanticNode](interfaces/SemanticNode.md) |
| 22 | + |
| 23 | +## Type Aliases |
| 24 | + |
19 | 25 | - [Component](type-aliases/Component.md) |
20 | 26 | - [ComponentDetectionHint](type-aliases/ComponentDetectionHint.md) |
21 | 27 | - [ComponentEffectPhaseKind](type-aliases/ComponentEffectPhaseKind.md) |
|
27 | 33 | - [EffectKind](type-aliases/EffectKind.md) |
28 | 34 | - [JSXDetectionHint](type-aliases/JSXDetectionHint.md) |
29 | 35 | - [TypeVariant](type-aliases/TypeVariant.md) |
| 36 | + |
| 37 | +## Variables |
| 38 | + |
30 | 39 | - [ComponentDetectionHint](variables/ComponentDetectionHint.md) |
31 | 40 | - [ComponentFlag](variables/ComponentFlag.md) |
32 | 41 | - [ComponentPhaseRelevance](variables/ComponentPhaseRelevance.md) |
|
80 | 89 | - [isUseTransitionCall](variables/isUseTransitionCall.md) |
81 | 90 | - [JSXDetectionHint](variables/JSXDetectionHint.md) |
82 | 91 | - [REACT\_BUILTIN\_HOOK\_NAMES](variables/REACT_BUILTIN_HOOK_NAMES.md) |
| 92 | + |
| 93 | +## Functions |
| 94 | + |
83 | 95 | - [findParentAttribute](functions/findParentAttribute.md) |
84 | 96 | - [getAttribute](functions/getAttribute.md) |
85 | 97 | - [getAttributeName](functions/getAttributeName.md) |
|
88 | 100 | - [getComponentNameFromId](functions/getComponentNameFromId.md) |
89 | 101 | - [getElementType](functions/getElementType.md) |
90 | 102 | - [getFunctionComponentId](functions/getFunctionComponentId.md) |
91 | | -- [getTypeVariants](functions/getTypeVariants.md) |
92 | 103 | - [hasAnyAttribute](functions/hasAnyAttribute.md) |
93 | 104 | - [hasAttribute](functions/hasAttribute.md) |
94 | 105 | - [hasEveryAttribute](functions/hasEveryAttribute.md) |
95 | 106 | - [hasNoneOrLooseComponentName](functions/hasNoneOrLooseComponentName.md) |
96 | | -- [isAnyType](functions/isAnyType.md) |
97 | 107 | - [isAssignmentToThisState](functions/isAssignmentToThisState.md) |
98 | | -- [isBigIntType](functions/isBigIntType.md) |
99 | | -- [isBooleanType](functions/isBooleanType.md) |
100 | 108 | - [isChildrenOfCreateElement](functions/isChildrenOfCreateElement.md) |
101 | 109 | - [isClassComponent](functions/isClassComponent.md) |
102 | 110 | - [isComponentDidCatch](functions/isComponentDidCatch.md) |
|
111 | 119 | - [isComponentWrapperCall](functions/isComponentWrapperCall.md) |
112 | 120 | - [isComponentWrapperCallLoose](functions/isComponentWrapperCallLoose.md) |
113 | 121 | - [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md) |
114 | | -- [isEnumType](functions/isEnumType.md) |
115 | | -- [isFalsyBigIntType](functions/isFalsyBigIntType.md) |
116 | | -- [isFalsyNumberType](functions/isFalsyNumberType.md) |
117 | | -- [isFalsyStringType](functions/isFalsyStringType.md) |
118 | 122 | - [isFragmentElement](functions/isFragmentElement.md) |
119 | 123 | - [isFunctionOfRender](functions/isFunctionOfRender.md) |
120 | 124 | - [isFunctionOfRenderMethod](functions/isFunctionOfRenderMethod.md) |
|
128 | 132 | - [isInitializedFromReact](functions/isInitializedFromReact.md) |
129 | 133 | - [isJsxLike](functions/isJsxLike.md) |
130 | 134 | - [isJsxText](functions/isJsxText.md) |
131 | | -- [isNeverType](functions/isNeverType.md) |
132 | | -- [isNullishType](functions/isNullishType.md) |
133 | | -- [isNumberType](functions/isNumberType.md) |
134 | | -- [isObjectType](functions/isObjectType.md) |
135 | 135 | - [isPureComponent](functions/isPureComponent.md) |
136 | 136 | - [isReactAPI](functions/isReactAPI.md) |
137 | 137 | - [isReactAPICall](functions/isReactAPICall.md) |
|
147 | 147 | - [isRenderMethodLike](functions/isRenderMethodLike.md) |
148 | 148 | - [isRenderPropLoose](functions/isRenderPropLoose.md) |
149 | 149 | - [isShouldComponentUpdate](functions/isShouldComponentUpdate.md) |
150 | | -- [isStringType](functions/isStringType.md) |
151 | 150 | - [isThisSetState](functions/isThisSetState.md) |
152 | | -- [isTruthyBigIntType](functions/isTruthyBigIntType.md) |
153 | | -- [isTruthyNumberType](functions/isTruthyNumberType.md) |
154 | | -- [isTruthyStringType](functions/isTruthyStringType.md) |
155 | | -- [isUnknownType](functions/isUnknownType.md) |
156 | 151 | - [isUnsafeComponentWillMount](functions/isUnsafeComponentWillMount.md) |
157 | 152 | - [isUnsafeComponentWillReceiveProps](functions/isUnsafeComponentWillReceiveProps.md) |
158 | 153 | - [isUnsafeComponentWillUpdate](functions/isUnsafeComponentWillUpdate.md) |
|
162 | 157 | - [useComponentCollector](functions/useComponentCollector.md) |
163 | 158 | - [useComponentCollectorLegacy](functions/useComponentCollectorLegacy.md) |
164 | 159 | - [useHookCollector](functions/useHookCollector.md) |
165 | | - |
166 | | -## Types - Type Guards |
167 | | - |
168 | | -- [isFalseLiteralType](functions/isFalseLiteralType.md) |
169 | | -- [isTrueLiteralType](functions/isTrueLiteralType.md) |
0 commit comments