facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
optional-member-expression-call-as-property.js
function Component(props) { const x = makeObject(); return x?.[foo(props.value)]; }