mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-23 07:07:09 -05:00
When targetting ES5 and with --noImplicitReturns, an async function whose return type could not be determined would cause a compiler crash.