facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
optional-call-chained.js
function Component(props) { return call?.(props.a)?.(props.b)?.(props.c); }