We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7499dd3 + 0c67103 commit 181822fCopy full SHA for 181822f
packages/migrate/index.ts
@@ -11,7 +11,7 @@ import runPrettier from "@webpack-cli/utils/run-prettier";
11
12
import { transformations } from "./migrate";
13
import { Node } from "./types/NodePath";
14
-import jscodeshift from "jscodeshift";
+import * as jscodeshift from "jscodeshift";
15
16
declare let process: {
17
cwd: Function;
0 commit comments