facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
infer-property-delete.js
function Component(props) { const x = makeObject(); const y = delete x.value; return y; }