- Notifications
You must be signed in to change notification settings - Fork 300
Pull requests: reactjs/react-codemod
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add pure component transform CLA Signed
#1 by jamiebuilds was merged Oct 29, 2015 Loading… updated Oct 29, 2015
Adding a codemod for transforming createElement function calls to JSX CLA Signed
#9 by elicwhite was merged Oct 30, 2015 Loading… updated Oct 30, 2015
create-element-to-jsx-children: Convert .map calls into a JSXExpressi… CLA Signed
#10 by elicwhite was merged Nov 9, 2015 Loading… updated Nov 9, 2015
create-element-to-jsx-children: Convert non primitive props to JSXExpressionContainer CLA Signed
#11 by elicwhite was merged Nov 9, 2015 Loading… updated Nov 9, 2015
create-element-to-jsx-children: Convert primitive attribute values properly CLA Signed
#13 by elicwhite was merged Nov 9, 2015 Loading… updated Nov 9, 2015
create-element-to-jsx-children: Convert mixed strings to JSXText instead of Literal CLA Signed
#12 by elicwhite was merged Nov 9, 2015 Loading… updated Nov 9, 2015
Handling props as a spread attribute CLA Signed
#15 by elicwhite was merged Nov 15, 2015 Loading… updated Nov 15, 2015
Allow for keys of type Literal in React.createElement CLA Signed
#17 by RSO was merged Dec 9, 2015 Loading… updated Dec 9, 2015
Allow for a callExpression as child that's not an element. CLA Signed
#18 by RSO was merged Dec 10, 2015 Loading… updated Dec 10, 2015
Support React.__spread/Object.assign in JSX transform CLA Signed
#19 by RSO was merged Dec 11, 2015 Loading… updated Dec 11, 2015
add sort-comp transform into compliance with eslint react/sort-comp CLA Signed
#21 by turadg was merged Jan 4, 2016 Loading… updated Jan 4, 2016
Allow for more prop types to translate to spread CLA Signed
#25 by RSO was merged Jan 11, 2016 Loading… updated Jan 11, 2016
Allow for MemberExpression in JSXIdentifier CLA Signed
#24 by RSO was merged Jan 11, 2016 Loading… updated Jan 11, 2016
Add info about requiring React CLA Signed
#20 by ustun was closed Jan 11, 2016 Loading… updated Jan 11, 2016
Make sure less-than and great-than characters are properly encoded. CLA Signed
#23 by RSO was merged Jan 12, 2016 Loading… updated Jan 12, 2016
Add support for ES6 classes in sort-comp CLA Signed
#28 by lencioni was merged Feb 4, 2016 Loading… updated Feb 4, 2016
Fix linter warning in a test file
#30 by lencioni was merged Feb 26, 2016 Loading… updated Feb 26, 2016
Teach sort-comp to put static methods at the top
#31 by lencioni was merged Feb 26, 2016 Loading… updated Feb 26, 2016
simplify getRefPropIndexes() logic
#32 by turadg was merged Feb 26, 2016 Loading… updated Feb 26, 2016
take method ordering in sort-comp as an option
#33 by turadg was merged Feb 27, 2016 Loading… updated Feb 27, 2016
[Create-Element-To-JSX] support for --no-explicit-react
#35 by chrismcv was merged Feb 27, 2016 Loading… updated Feb 27, 2016
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.