-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
write content for ES2015 tutorial #8
Comments
es6 is not the correct term. You should use es2016, or maybe TC39 |
please please please help kill the term 'es6' |
also the current documentation talks about nyc. Isn't nyc going to become |
@graingert all this, and much more, could be addressed in the content proposed in this issue/corresponding pull request 👯 @graingert nyc is mostly likely going to remain a stand-alone bin in the near future. |
@bcoe you're really twisting my arm here....! |
@bcoe also do this js-org/js.org#779 |
I think you mean es2015 :) es6 !== es2016. Also, TC39 doesn't make sense...
You can pry that term out of my cold dead fingers ;-) But I'm all good with the new naming convention after that :) (es2016, es2017, etc). |
@graingert see last comment on: Goal is to help folks find the documentation they're looking for, more so than using the perfect term. I know you're joking, but let's try to work together discussing tutorial comment and not get hung up on this. |
@kentcdodds @novemberborn @hzoo @gotwarlost I gave a presentation on ES2015 test coverage to npm engineering today, and pulled together a first pass at this tutorial: http://istanbul.js.org/docs/tutorials/es2015/ Would love your feedback, and will happily pull in any edits. |
CC: @MoOx (see above) |
I'd probably mention https://github.com/michaelcontento/babel-preset-modern-node along with node.green as node isn't quite 100% on ES2015. (Although modern-node follows the latest released ES spec so it's on ES2016 now) |
If you aren't using babel-core directly (looks like it's babel-core/register) you can just use the |
Would be nice to include node in https://github.com/babel/babel-preset-env, we should ask all the node-x, w.e presets to help out. This is new but you can use the |
@hzoo can we drop the
That's a great idea. CC: @addaleax (thoughts on this topic?) |
@graingert great suggestion. |
Right |
I would love help pulling together a tutorial, regarding adding test-coverage to ES6 projects using nyc, babel-plugin-istanbul, etc.
I've added this section waiting to be filled in:
http://istanbul.js.org/2016/08/02/es6.html
@insin, @graingert, @kentcdodds, don't suppose you could help pull something together.
The text was updated successfully, but these errors were encountered: