Corrected call.

This commit is contained in:
Daniel Rosenwasser 2015-04-23 15:52:18 -07:00
parent 8406c15868
commit 2d09dcc16f

View File

@ -4812,7 +4812,7 @@ var __param = this.__param || function(index, decorator) { return function (targ
* This will take care of leading/trailing comments, and sourcemaps if applicable.
*/
function emit(node: Node): void {
emitNodeWorker(node, /*allowGeneratedIdentifiers*/ true);
emitNodeWorker(node, /*shouldEmitSourceMap*/ true, /*allowGeneratedIdentifiers*/ true);
}
/**