CR feedback.

This commit is contained in:
Cyrus Najmabadi 2015-02-25 14:23:51 -08:00
parent b9f43b9563
commit 8bfc35030d

View file

@ -3998,6 +3998,9 @@ module ts {
increaseIndent();
emitDetachedComments(body.statements);
// Emit all the directive prologues (like "use strict"). These have to come before
// any other preamble code we write (like parameter initializers).
var startIndex = emitDirectivePrologues(body.statements, /*startWithNewLine*/ true);
emitFunctionBodyPreamble(node);
decreaseIndent();