You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Performance-Tracing.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
TypeScript 4.1 introduced a `generateTrace` flag to make it easier to identify the parts of a program that are taking the most time to compile.
2
2
3
-
# Warnings
4
-
5
-
The output changed somewhat in TypeScript 4.2 and may change again.
6
-
Please do not take dependencies on particular characteristics of the output.
3
+
> [!NOTE]
4
+
>
5
+
> The output changed somewhat in TypeScript 4.2 and may change again.
6
+
> Please do not take dependencies on particular characteristics of the output.
7
7
8
8
Trace files are hard to consume without the underlying source code - at best an external investigator can tell you which of your files to examine more closely.
9
9
If you do share them, please consider zipping them — they compress very well.
0 commit comments