Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Check if an AST node contains JSX
Signature
tsfunction hasJSXInPath(path: NodePath): boolean
Parameters
| Name | Type |
|---|---|
path | NodePath |
Returns: boolean
Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Check if an AST node contains JSX
tsfunction hasJSXInPath(path: NodePath): boolean
| Name | Type |
|---|---|
path | NodePath |
Returns: boolean
Was this page helpful?