Problem
async arrow functions (ignored by Babel) trigger Hermes error
|
AF->getSourceRange(), Twine("async functions are unsupported")); |
causing ./gradlew :app:installRelease to fail
after Metro finishes bundling
Solution
it would be great if Hermes would output instead
async arrow functions are unsupported
Additional Context
nb: i think Static Hermes will be supporting arrow functions too
Problem
async arrow functions (ignored by Babel) trigger Hermes error
hermes/lib/IRGen/ESTreeIRGen-func.cpp
Line 215 in 4ab9f17
causing
./gradlew :app:installReleaseto failafter Metro finishes bundling
Solution
it would be great if Hermes would output instead
async arrow functions are unsupportedAdditional Context
async generators are unsupportederrors #1389nb: i think Static Hermes will be supporting arrow functions too