- 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
Adding a codemod for transforming createElement function calls to JSX CLA Signed
#9 by elicwhite was merged Oct 30, 2015 Loading…
create-element-to-jsx-children: Convert .map calls into a JSXExpressi… CLA Signed
#10 by elicwhite was merged Nov 9, 2015 Loading…
create-element-to-jsx-children: Convert non primitive props to JSXExpressionContainer CLA Signed
#11 by elicwhite was merged Nov 9, 2015 Loading…
create-element-to-jsx-children: Convert mixed strings to JSXText instead of Literal CLA Signed
#12 by elicwhite was merged Nov 9, 2015 Loading…
create-element-to-jsx-children: Convert primitive attribute values properly CLA Signed
#13 by elicwhite was merged Nov 9, 2015 Loading…
Allow for keys of type Literal in React.createElement CLA Signed
#17 by RSO was merged Dec 9, 2015 Loading…
Allow for a callExpression as child that's not an element. CLA Signed
#18 by RSO was merged Dec 10, 2015 Loading…
Support React.__spread/Object.assign in JSX transform CLA Signed
#19 by RSO was merged Dec 11, 2015 Loading…
add sort-comp transform into compliance with eslint react/sort-comp CLA Signed
#21 by turadg was merged Jan 4, 2016 Loading…
Make sure less-than and great-than characters are properly encoded. CLA Signed
#23 by RSO was merged Jan 12, 2016 Loading…
Allow for more prop types to translate to spread CLA Signed
#25 by RSO was merged Jan 11, 2016 Loading…
[Create-Element-To-JSX] support for --no-explicit-react
#35 by chrismcv was merged Feb 27, 2016 Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:master.