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 1 - hoist private module providers #6102

Merged
merged 11 commits into from
Feb 8, 2016

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Feb 4, 2016

Requires #6099

Find all usage of Private(require('...')); and convert it into two things:

at the top/under the other imports of a file:

import ...Provider from '...';

replace the original statements with:

Private(...Provider);

@epixa
Copy link
Contributor

epixa commented Feb 4, 2016

I stopped the build on this one because it had a bunch of timeout failures.

@spalger spalger changed the title es6 modules - hoist private module providers es6 modules 1 - hoist private module providers Feb 4, 2016
…ideEffects

es6 modules 4 - fix import side effects
es6 modules 3 - hoist commonly inlined modules
@epixa
Copy link
Contributor

epixa commented Feb 6, 2016

This needs to be rebased

@spalger spalger force-pushed the implement/es6Modules/privateProviders branch from 5e2c8c2 to e503473 Compare February 6, 2016 01:18
@spalger spalger force-pushed the implement/es6Modules/privateProviders branch from e503473 to e958c87 Compare February 6, 2016 01:21
@epixa
Copy link
Contributor

epixa commented Feb 8, 2016

I guess this needs to be rebased again...

@epixa
Copy link
Contributor

epixa commented Feb 8, 2016

LGTM, but you should definitely get another pair of eyes on this.

@epixa epixa assigned spalger and unassigned epixa Feb 8, 2016
@spalger spalger removed the review label Feb 8, 2016
@w33ble
Copy link
Contributor

w33ble commented Feb 8, 2016

#yolo

@w33ble w33ble added the review label Feb 8, 2016
w33ble added a commit that referenced this pull request Feb 8, 2016
…viders

es6 modules 1 - hoist private module providers
@w33ble w33ble merged commit c8e38a6 into master Feb 8, 2016
@spalger spalger deleted the implement/es6Modules/privateProviders branch February 14, 2016 08:41
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.

3 participants