We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea9189 commit 136af7dCopy full SHA for 136af7d
list-targets-with-changed-files/src/run.ts
@@ -97,7 +97,9 @@ export const run = (input: Input): Result => {
97
tfmigrates,
98
);
99
100
- const moduleCallerMap: Map<string, string[]> = new Map(Object.entries(input.moduleCallers));
+ const moduleCallerMap: Map<string, string[]> = new Map(
101
+ Object.entries(input.moduleCallers),
102
+ );
103
const modules = [...moduleCallerMap.keys()];
104
modules.sort();
105
modules.reverse();
0 commit comments