mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 12:19:32 -05:00
Merge pull request #3455 from weswigham/asyncFunctions
Emit awaiter arguments on new line
This commit is contained in:
@@ -3441,7 +3441,9 @@ var __awaiter = (this && this.__awaiter) || function (generator, thisArg, args,
|
||||
emitFunctionBody(node);
|
||||
|
||||
// Emit the current `this` binding.
|
||||
write(", this");
|
||||
write(",");
|
||||
writeLine();
|
||||
write("this");
|
||||
|
||||
// Optionally emit the lexical arguments.
|
||||
if (hasLexicalArguments) {
|
||||
|
||||
Reference in New Issue
Block a user