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/faq.mdx
-3
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,3 @@ slug: /faq
9
9
By default, CodeshiftCommunity uses JSCodeshift because it is the most commonly used AST transformation library in the community. Many codemods are already written with JSCodeshift, and our goal is to consolidate these codemods in one place.
10
10
11
11
However, we are compatible with any JS-based AST transformation library, such as **Babel**, **PostCSS**, and **esprima**. We also provide guides for using non-JSCodeshift libraries, and we aim to support the transformation of any target file, including but not limited to JS, TS, CSS, LESS, Sass, and JSON.
12
-
13
-
For guidance on writing codemods with postcss, please refer to our guide on [CSS codemods via PostCSS](docs/css-codemods).
0 commit comments