mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-22 16:52:14 -06:00
fix typo in performance mark name
This commit is contained in:
parent
16766b196c
commit
804a2fd66a
@ -63675,7 +63675,7 @@ var ts;
|
||||
emitCallback(node);
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.mark("beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.mark("beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
if (!skipTrailingComments) {
|
||||
emitLeadingComments(detachedRange.end, true);
|
||||
@ -63684,7 +63684,7 @@ var ts;
|
||||
}
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
}
|
||||
function emitLeadingComments(pos, isEmittedNode) {
|
||||
|
||||
@ -78883,7 +78883,7 @@ var ts;
|
||||
emitCallback(node);
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.mark("beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.mark("beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
if (!skipTrailingComments) {
|
||||
emitLeadingComments(detachedRange.end, /*isEmittedNode*/ true);
|
||||
@ -78892,7 +78892,7 @@ var ts;
|
||||
}
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
}
|
||||
function emitLeadingComments(pos, isEmittedNode) {
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -78883,7 +78883,7 @@ var ts;
|
||||
emitCallback(node);
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.mark("beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.mark("beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
if (!skipTrailingComments) {
|
||||
emitLeadingComments(detachedRange.end, /*isEmittedNode*/ true);
|
||||
@ -78892,7 +78892,7 @@ var ts;
|
||||
}
|
||||
}
|
||||
if (extendedDiagnostics) {
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedCommetns");
|
||||
ts.performance.measure("commentTime", "beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
}
|
||||
function emitLeadingComments(pos, isEmittedNode) {
|
||||
|
||||
@ -220,7 +220,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (extendedDiagnostics) {
|
||||
performance.mark("beginEmitBodyWithDetachedCommetns");
|
||||
performance.mark("beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
|
||||
if (!skipTrailingComments) {
|
||||
@ -231,7 +231,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (extendedDiagnostics) {
|
||||
performance.measure("commentTime", "beginEmitBodyWithDetachedCommetns");
|
||||
performance.measure("commentTime", "beginEmitBodyWithDetachedComments");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user