facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
await-side-effecting-promise.js
async function Component(props) { const x = []; await populateData(props.id, x); return x; }