We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
modernize
1 parent 6c05760 commit 7515b61Copy full SHA for 7515b61
1 file changed
packages/angular/cli/src/commands/mcp/tools/modernize.ts
@@ -67,7 +67,6 @@ const TRANSFORMATIONS = [
67
] as const;
68
69
const ALL_TRANSFORMATIONS = TRANSFORMATIONS.map((t) => t.name);
70
-
71
export function registerModernizeTool(server: McpServer): void {
72
server.registerTool(
73
'modernize',
@@ -106,6 +105,7 @@ export function registerModernizeTool(server: McpServer): void {
106
105
}),
107
),
108
},
+
109
110
async (input) => {
111
try {
0 commit comments