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 5798b50 commit 8414ffbCopy full SHA for 8414ffb
packages/mcp-server/src/mcp/autofixers/visitors/suggest-attachments.ts
@@ -1,5 +1,5 @@
1
import type { Identifier } from 'estree';
2
-import type { Autofixer } from '.';
+import type { Autofixer } from './index.js';
3
import { left_most_id } from '../ast/utils.js';
4
5
export const suggest_attachments: Autofixer = {
0 commit comments