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 5601495 commit 2a47987Copy full SHA for 2a47987
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