mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
* Allow unparenthesize of parameter in async arrow-function * Add tests and baselines * Address PR * Address PR: refactor to use "parseSimpleArrowFunctionExpression" * Address PR: add comment * Address PR