You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/recipes/import-manipulation.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,12 @@ title: Import manipulation
4
4
slug: /import-manipulation
5
5
---
6
6
7
-
Manipulating imports will likely be one of the first and most common operations you do when writing codemods. So here are a few helpful examples to get you started.
7
+
Modifying imports is one of the first and most common operations you are likely to do when writing codemods.
8
+
9
+
In this guide, we will explore how codemods can be used to make effective and efficient changes to javascript import statements.
10
+
From changing function names to updating the location of imported code, and improving overall import structure.
11
+
By following the steps outlined in this guide, you'll be able to maintain a well-organized,
12
+
consistent codebase and unlock the many benefits that come with using codemods.
0 commit comments