mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
addressed PR feedback
This commit is contained in:
@@ -3237,9 +3237,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
!loop.state.labeledNonLocalBreaks &&
|
||||
!loop.state.labeledNonLocalContinues;
|
||||
|
||||
copyLoopOutParameters(loop.state, CopyDirection.ToOutParameter, /*emitAsStatements*/ true);
|
||||
writeLine();
|
||||
|
||||
const loopResult = makeUniqueName("state");
|
||||
if (!isSimpleLoop) {
|
||||
write(`var ${loopResult} = `);
|
||||
|
||||
Reference in New Issue
Block a user