Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated babel-plugin-transform-regexp-constructors into preset. #199

Merged
merged 2 commits into from
Oct 20, 2016

Conversation

shinew
Copy link
Contributor

@shinew shinew commented Oct 19, 2016

Follow-up to #196.

{
"name": "babel-plugin-transform-regexp-constructors",
"version": "0.0.1",
"description": "",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add a description like what's in the readme (since people complain about this)

@@ -26,7 +26,8 @@
"babel-plugin-transform-minify-booleans": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.0",
"babel-plugin-transform-simplify-comparison-operators": "^6.8.0",
"babel-plugin-transform-undefined-to-void": "^6.8.0"
"babel-plugin-transform-undefined-to-void": "^6.8.0",
"babel-plugin-transform-regexp-constructors": "^0.0.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm maintains it in alphabetical order.

@kangax kangax merged commit 417a539 into babel:master Oct 20, 2016
@shinew shinew deleted the integrate-regexp branch October 20, 2016 19:17
@boopathi boopathi added this to the 0.0.8 milestone Oct 30, 2016
@hzoo hzoo added the Tag: Internal Pull Request changing project internals - code that is NOT published label Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tag: Internal Pull Request changing project internals - code that is NOT published
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants