From 155293ca236fac895f7b14eeb783384da31552c1 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 25 Feb 2025 09:59:42 -0800 Subject: [PATCH] Updated Performance Tracing (markdown) --- Performance-Tracing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Performance-Tracing.md b/Performance-Tracing.md index 5a5d7d9..fae1224 100644 --- a/Performance-Tracing.md +++ b/Performance-Tracing.md @@ -1,9 +1,9 @@ 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. -# Warnings - -The output changed somewhat in TypeScript 4.2 and may change again. -Please do not take dependencies on particular characteristics of the output. +> [!NOTE] +> +> The output changed somewhat in TypeScript 4.2 and may change again. +> Please do not take dependencies on particular characteristics of the output. 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. If you do share them, please consider zipping them — they compress very well.