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

Cleanup / validate global exports. #16467

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Cleanup / validate global exports. #16467

merged 1 commit into from
Apr 5, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 4, 2018

  • Remove unused legacy global flags.
  • Move imports "to the top"
  • Bring back Ember.NAME_KEY
  • Ensure all computed.* exports are setup in reexports test

With this PR all unconditional global exports are tested. The goal after this lands is to move the global export generation code to be auto-generated at build time...

* Remove unused legacy global flags.
* Move imports "to the top"
* Bring back `Ember.NAME_KEY`
* Ensure all `computed.*` exports are setup in reexports test
* Have `ember-metal/libaries` register the `Ember` library
@rwjblue rwjblue merged commit 0547703 into emberjs:master Apr 5, 2018
@rwjblue rwjblue deleted the exports branch April 5, 2018 17:09
ursm added a commit to ursm/ember-inflector that referenced this pull request Apr 13, 2018
Several flags (including EXTEND_PROTOTYPES) underneath the Ember namespace have been removed in 3.1.
emberjs/ember.js#16467
ursm added a commit to ursm/ember-inflector that referenced this pull request Apr 13, 2018
Several flags (including EXTEND_PROTOTYPES) underneath the Ember namespace have been removed in Ember 3.2.
emberjs/ember.js#16467
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

Successfully merging this pull request may close these issues.

1 participant