We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60919a6 commit b194aedCopy full SHA for b194aed
1 file changed
src/profile-logic/merge-compare.ts
@@ -151,7 +151,7 @@ export function mergeProfilesForDiffing(
151
152
// Then we loop over all profiles and do the necessary changes according
153
// to the states we computed earlier.
154
- const transformStacks: any = {};
+ const transformStacks: TransformStacksPerThread = {};
155
const implementationFilters: ImplementationFilter[] = [];
156
// These may be needed for filtering markers.
157
let ipcCorrelations;
0 commit comments