UNPKG

react-codemod

Version:
22 lines (15 loc) 357 B
var React = require('react/addons'); // comment above createClass var MyComponent = React.createClass({ // comment on componentDidMount componentDidMount() {}, mixins: [PureRenderMixin], myOwnMethod(foo) { // comment within method }, render: function() { return <div />; }, }); /* comment at end */ module.exports = MyComponent;