mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Corrected call.
This commit is contained in:
parent
8406c15868
commit
2d09dcc16f
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user