mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 22:00:59 -05:00
Explicit handling for more nodes in reduceEachChild/visitEachChild
This commit is contained in:
@@ -1441,6 +1441,7 @@ namespace ts {
|
||||
// checked is to not pass the file to getEmitResolver.
|
||||
const emitResolver = getDiagnosticsProducingTypeChecker().getEmitResolver((options.outFile || options.out) ? undefined : sourceFile);
|
||||
|
||||
performance.emit("beforeEmit");
|
||||
const emitStart = performance.mark();
|
||||
|
||||
const emitResult = emitFiles(
|
||||
@@ -1449,6 +1450,7 @@ namespace ts {
|
||||
sourceFile);
|
||||
|
||||
performance.measure("emitTime", emitStart);
|
||||
performance.emit("afterEmit");
|
||||
|
||||
return emitResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user