File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The profile format is documented here:
4545%chttps://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md%c
4646
4747The CallTree class's source code is available here:
48- %chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.js %c",
48+ %chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.ts %c",
4949 " font-size: 130%;" ,
5050 " " ,
5151 " font-weight: bold;" ,
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ export function logFriendlyPreamble() {
431431 %chttps://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md%c
432432
433433 The CallTree class's source code is available here:
434- %chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.js %c
434+ %chttps://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/call-tree.ts %c
435435 ` ,
436436 // "The following profiler..."
437437 intro ,
@@ -490,7 +490,7 @@ export function logFriendlyPreamble() {
490490 // "processed-profile-format.md"
491491 link ,
492492 reset ,
493- // "call-tree.js "
493+ // "call-tree.ts "
494494 link ,
495495 reset
496496 ) ;
You can’t perform that action at this time.
0 commit comments