Giter Club home page Giter Club logo

material-ui-codemod's People

Contributors

runia1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

material-ui-codemod's Issues

Some modules don't follow regular pattern

Description:

There are a few components from MUI which do not follow the regular import pattern. These ones will need to have custom rules added to the transformer.

Examples:

withStyles - import {withStyles} from "@material-ui/core/styles";
MuiThemeProvider - import MuiThemeProvider from "@material-ui/core/styles/MuiThemeProvider";
ModalManager - import {ModalManager} from "@material-ui/core/Modal";
Collapse - import Collapse from '@material-ui/core/Collapse'; - import {Collapse} from "material-ui/transitions";

Add codemod for prop usages which have changed

Description:

Some of the components have prop names which have changed or other things which make a migration not strait-forward. Might be useful to try and automate those migrations as well.

Examples:

  • Popover component uses onClose prop rather than onRequestClose, same functionality though.
  • Others...

Comments on first line are removed if preceded by import that is modified

Description

Comments on first line are removed if preceded by import that is modified.
See: https://github.com/facebook/jscodeshift/blob/master/recipes/retain-first-comment.md

To Reproduce
Steps to reproduce the behavior:

  1. Add a comment to the first line of a src file which has an import that needs to be modified.
  2. Run translation against src.
  3. See that the import was translated correctly but the comment is missing.

Expected behavior
Comment should not be removed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.