-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add node 8 support #148
Add node 8 support #148
Conversation
319cc20
to
1c26ed2
Compare
node-tests/addon-test.js
Outdated
@@ -691,7 +691,7 @@ describe('ember-cli-babel', function() { | |||
expect(pluginRequired).to.be.true; | |||
}); | |||
|
|||
it('returns false when targets do not require plugin', function() { | |||
it.only('returns false when targets do not require plugin', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stefanpenner sorry about that... was (foolishly) not even considering anyone else using isPluginRequired
when we made string version target changes (originally targeted for 2.x) :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@existentialism not a problem. Just a surprise, glad it was easy to work around.
Deserialize nested arrays in the parallel API correctly
resolves #147