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 1f3b892 commit 54fda50Copy full SHA for 54fda50
recipes/import-attributes/src/workflow.ts
@@ -18,7 +18,7 @@ async function processModule({ astGrep }: Helpers) {
18
}
19
],
20
},
21
- }).map(async ({ getNode }) => {
+ }).replace(async ({ getNode }) => {
22
const node = getNode() as SgNode;
23
const kind = node.kind();
24
const edits: Edit[] = [];
0 commit comments