mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
move temp declarations out of object literal
This commit is contained in:
parent
6f45524b9f
commit
26a1ed6017
@ -5327,10 +5327,10 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
||||
emitSetters(exportStarFunction);
|
||||
writeLine();
|
||||
emitExecute(node, startIndex);
|
||||
emitTempDeclarations(/*newLine*/ true)
|
||||
decreaseIndent();
|
||||
writeLine();
|
||||
write("}"); // return
|
||||
emitTempDeclarations(/*newLine*/ true)
|
||||
}
|
||||
|
||||
function emitSetters(exportStarFunction: string) {
|
||||
|
||||
@ -66,6 +66,6 @@ System.register([], function(exports_1) {
|
||||
exports_1("x", x = _b[_i][0]);
|
||||
}
|
||||
}
|
||||
var _a;
|
||||
}
|
||||
var _a;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user