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 7986360 commit d1eb6cdCopy full SHA for d1eb6cd
packages/upgrade/src/codemods/index.js
@@ -2,8 +2,8 @@ import { dirname, resolve } from 'node:path';
2
import { fileURLToPath } from 'node:url';
3
4
import chalk from 'chalk';
5
-import { glob } from 'tinyglobby';
6
import { run } from 'jscodeshift/src/Runner.js';
+import { glob } from 'tinyglobby';
7
8
const __dirname = dirname(fileURLToPath(import.meta.url));
9
0 commit comments