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