SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[Flight] Don't use object property initializer for async iterable (#33591)

It turns out this was being compiled to a `_defineProperty` helper by
Babel or Closure. We're supposed to have it error the build when we use
features like this that might get compiled.

We should stick to simple ES5 features.
S
Sebastian Markbåge committed
fe3f0ec0374b7323bf259e4154eb4ee739caac7b
Parent: d70ee32
Committed by GitHub <noreply@github.com> on 6/22/2025, 2:40:56 PM