facebook/react
compiler/
packages/
babel-plugin-react-compiler/
src/
__tests__/
fixtures/
optional-member-expression-with-optional-member-expr-as-property.js
function Component(props) { const x = makeObject(); return x.y?.[props.a?.[props.b?.[props.c]]]; }