mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-07 18:25:51 -05:00
fix typo in performance mark name
This commit is contained in:
@@ -78870,7 +78870,7 @@ var ts;
|
||||
emitCallback(node);
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.mark("beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.mark("beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
if (!skipTrailingComments) {
|
||||
emitLeadingComments(detachedRange.end, /*isEmittedNode*/ true);
|
||||
@@ -78879,7 +78879,7 @@ var ts;
|
||||
}
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
}
|
||||
function emitLeadingComments(pos, isEmittedNode) {
|
||||
|
||||
Reference in New Issue
Block a user