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

es6 modules - destructured requires #6076

Closed

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Feb 3, 2016

transform destructured requires

convert const { names } = require('...'); into import { names } from '...';

@spalger spalger force-pushed the implement/es6Modules/realDestructure branch from bb551c4 to c22b76f Compare February 3, 2016 17:43
@spalger
Copy link
Contributor Author

spalger commented Feb 3, 2016

jenkins, test it

@epixa
Copy link
Contributor

epixa commented Feb 3, 2016

LGTM

@spalger spalger closed this Feb 3, 2016
spalger added a commit to spalger/kibana that referenced this pull request Feb 3, 2016
spalger added a commit that referenced this pull request Feb 3, 2016
@spalger spalger deleted the implement/es6Modules/realDestructure branch February 25, 2016 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants