sejoker / awesome-jscodeshift

A curated list of jscodeshift packages and resources.
398 stars 22 forks source link

snippets #16

Open sibelius opened 5 years ago

sibelius commented 5 years ago

it'd be cool to have a list of common and useful snippets that do basic transforms

like adding a new import moving one import to another and so on

rajasegar commented 4 years ago

@sibelius I don't think that, the snippets fall under the scope of this project. Some time back I tried to come up with what you are asking, may be this will help https://github.com/rajasegar/jscodeshift-docs/blob/master/babel-core.md#importspecifier Feedbacks in the form of PRs and issues are welcome.