Skip to main content

Module fold_jsx_opening_element_impl

Module fold_jsx_opening_element_impl 

Source

Functionsยง

build_stylex_props_call ๐Ÿ”’
Build a call expression for stylex props:
extract_prop_value ๐Ÿ”’
Extract the value from a KeyValue prop entry.
find_sx_prop_idx ๐Ÿ”’
Find the index of the prop with key matching sx_prop_name in a props list.
is_jsx_runtime_call ๐Ÿ”’
Check if a CallExpr is a JSX/VDOM runtime call that takes (elementName, props, ...).
sx_value_to_props_args ๐Ÿ”’
Convert an sx value expression into args for stylex.props(...). Array literals are unpacked: [a, b] โ†’ [a, b] as separate args. Other expressions are wrapped: expr โ†’ [expr].