|
30 | 30 | - [ComponentStateKind](type-aliases/ComponentStateKind.md) |
31 | 31 | - [EffectKind](type-aliases/EffectKind.md) |
32 | 32 | - [HookKind](type-aliases/HookKind.md) |
| 33 | +- [JSXDetectionHint](type-aliases/JSXDetectionHint.md) |
| 34 | +- [TSESTreeJSX](type-aliases/TSESTreeJSX.md) |
33 | 35 |
|
34 | 36 | ## Variables |
35 | 37 |
|
36 | 38 | - [ComponentDetectionHint](variables/ComponentDetectionHint.md) |
37 | 39 | - [ComponentFlag](variables/ComponentFlag.md) |
38 | 40 | - [ComponentPhaseRelevance](variables/ComponentPhaseRelevance.md) |
39 | 41 | - [DEFAULT\_COMPONENT\_DETECTION\_HINT](variables/DEFAULT_COMPONENT_DETECTION_HINT.md) |
| 42 | +- [DEFAULT\_JSX\_DETECTION\_HINT](variables/DEFAULT_JSX_DETECTION_HINT.md) |
40 | 43 | - [isCaptureOwnerStack](variables/isCaptureOwnerStack.md) |
41 | 44 | - [isCaptureOwnerStackCall](variables/isCaptureOwnerStackCall.md) |
42 | 45 | - [isChildrenCount](variables/isChildrenCount.md) |
|
60 | 63 | - [isForwardRef](variables/isForwardRef.md) |
61 | 64 | - [isForwardRefCall](variables/isForwardRefCall.md) |
62 | 65 | - [isInversePhase](variables/isInversePhase.md) |
| 66 | +- [isJSX](variables/isJSX.md) |
63 | 67 | - [isLazy](variables/isLazy.md) |
64 | 68 | - [isLazyCall](variables/isLazyCall.md) |
65 | 69 | - [isMemo](variables/isMemo.md) |
|
83 | 87 | - [isUseStateCall](variables/isUseStateCall.md) |
84 | 88 | - [isUseSyncExternalStoreCall](variables/isUseSyncExternalStoreCall.md) |
85 | 89 | - [isUseTransitionCall](variables/isUseTransitionCall.md) |
| 90 | +- [JSXDetectionHint](variables/JSXDetectionHint.md) |
86 | 91 |
|
87 | 92 | ## Functions |
88 | 93 |
|
| 94 | +- [findParentAttribute](functions/findParentAttribute.md) |
| 95 | +- [getAttribute](functions/getAttribute.md) |
| 96 | +- [getAttributeName](functions/getAttributeName.md) |
| 97 | +- [getAttributeValue](functions/getAttributeValue.md) |
89 | 98 | - [getComponentFlagFromInitPath](functions/getComponentFlagFromInitPath.md) |
90 | 99 | - [getComponentNameFromId](functions/getComponentNameFromId.md) |
| 100 | +- [getElementType](functions/getElementType.md) |
91 | 101 | - [getFunctionComponentId](functions/getFunctionComponentId.md) |
| 102 | +- [hasAnyAttribute](functions/hasAnyAttribute.md) |
| 103 | +- [hasAttribute](functions/hasAttribute.md) |
| 104 | +- [hasEveryAttribute](functions/hasEveryAttribute.md) |
92 | 105 | - [hasNoneOrLooseComponentName](functions/hasNoneOrLooseComponentName.md) |
93 | 106 | - [isAssignmentToThisState](functions/isAssignmentToThisState.md) |
94 | 107 | - [isChildrenOfCreateElement](functions/isChildrenOfCreateElement.md) |
|
105 | 118 | - [isComponentWrapperCall](functions/isComponentWrapperCall.md) |
106 | 119 | - [isComponentWrapperCallLoose](functions/isComponentWrapperCallLoose.md) |
107 | 120 | - [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md) |
| 121 | +- [isFragmentElement](functions/isFragmentElement.md) |
108 | 122 | - [isFunctionOfComponentDidMount](functions/isFunctionOfComponentDidMount.md) |
109 | 123 | - [isFunctionOfComponentWillUnmount](functions/isFunctionOfComponentWillUnmount.md) |
110 | 124 | - [isFunctionOfRender](functions/isFunctionOfRender.md) |
|
117 | 131 | - [isGetDerivedStateFromProps](functions/isGetDerivedStateFromProps.md) |
118 | 132 | - [isGetInitialState](functions/isGetInitialState.md) |
119 | 133 | - [isGetSnapshotBeforeUpdate](functions/isGetSnapshotBeforeUpdate.md) |
| 134 | +- [isHostElement](functions/isHostElement.md) |
120 | 135 | - [isInitializedFromReact](functions/isInitializedFromReact.md) |
121 | 136 | - [isInsideRenderMethod](functions/isInsideRenderMethod.md) |
| 137 | +- [isJsxLike](functions/isJsxLike.md) |
| 138 | +- [isJsxText](functions/isJsxText.md) |
| 139 | +- [isKeyedElement](functions/isKeyedElement.md) |
122 | 140 | - [isPureComponent](functions/isPureComponent.md) |
123 | 141 | - [isReactAPI](functions/isReactAPI.md) |
124 | 142 | - [isReactAPICall](functions/isReactAPICall.md) |
|
139 | 157 | - [isUnsafeComponentWillUpdate](functions/isUnsafeComponentWillUpdate.md) |
140 | 158 | - [isUseEffectCallLoose](functions/isUseEffectCallLoose.md) |
141 | 159 | - [isValidComponentDefinition](functions/isValidComponentDefinition.md) |
| 160 | +- [stringifyJsx](functions/stringifyJsx.md) |
142 | 161 | - [useComponentCollector](functions/useComponentCollector.md) |
143 | 162 | - [useComponentCollectorLegacy](functions/useComponentCollectorLegacy.md) |
144 | 163 | - [useHookCollector](functions/useHookCollector.md) |
0 commit comments