Kind: Function
Source: atloria-monorepo/libs/parser-core/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/libs/parser-core/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?