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

Modernize vendor code #46

Closed
wants to merge 1 commit into from
Closed

Modernize vendor code #46

wants to merge 1 commit into from

Conversation

locks
Copy link
Contributor

@locks locks commented Jan 9, 2018

Fixes #44.

@rwjblue
Copy link
Member

rwjblue commented Jan 9, 2018

#47 should resolve the CI issues here...

@locks
Copy link
Contributor Author

locks commented Jan 9, 2018

We are green :)

@@ -1,5 +1,5 @@
(function() {
Copy link
Member

Choose a reason for hiding this comment

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

we can convert:

(function() {
  // ...
})();

over to:

(() => {
  // ...
})();

@@ -1,5 +1,5 @@
(function() {
Copy link
Member

Choose a reason for hiding this comment

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

I had to change the below resource function from https://github.com/emberjs/ember.js/pull/15883/files#diff-57d1dbf7bb82d085435a5e830a2e77c7. We should move back to the original default arguments

@locks
Copy link
Contributor Author

locks commented Jan 15, 2019

I'm gonna say this is not valuable anymore ;P Thanks for the review peeps!

@locks locks closed this Jan 15, 2019
@locks locks deleted the es2015ify branch January 15, 2019 19:12
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.

3 participants