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: Phase 3 #3180

Closed
tmcw opened this issue Jun 17, 2016 · 3 comments
Closed

ES6 Modules: Phase 3 #3180

tmcw opened this issue Jun 17, 2016 · 3 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented Jun 17, 2016

Phase 2 is documented in #3179


In Phase 2, we condense the modules into one bundle and eliminate reliance on the iD global. Phase 3, we eliminate reliance on libs: we stop using a lodash global, same with ohauth and other lil libraries. End of the day, we have no global vars whatsoever, we remove vendored libraries from the source tree and instead use npm to install them.

This happens after phase 2 and can be @kepta or whoever wants to take it on :)

@bhousel
Copy link
Member

bhousel commented Jun 27, 2016

Vendored libraries TODO:

@bhousel
Copy link
Member

bhousel commented Sep 28, 2016

I think all the remaining items were rolled into #3344 and this can finally be closed..
Thoughts @tmcw ?

@tmcw
Copy link
Contributor Author

tmcw commented Sep 28, 2016

👍 Yep, the future is now!

@tmcw tmcw closed this as completed Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants