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.
2 parents 5601495 + 2a47987 commit 1a4a3ccCopy full SHA for 1a4a3cc
website/docs/guides/when-not-to-codemod.mdx
@@ -153,7 +153,7 @@ You now have to expand your transform to not only look for `Identifiers` with th
153
What if we could side-step that entire part of the transform and simply alias the import instead?
154
155
```diff
156
-+import { Foo, Bar as Baz } from 'my-module';
++import { Foo, Baz as Bar } from 'my-module';
157
-import { Foo, Bar } from 'my-module';
158
159
console.log(Bar);
0 commit comments