JSRocksHQ / harmonic

The next static site generator
http://harmonicjs.com/
MIT License
282 stars 26 forks source link

List ES2015(ES6)/ES2016(ES7) features Harmonic is using #108

Closed jaydson closed 9 years ago

jaydson commented 9 years ago

It would be interesting/useful have a list of new ES features we're using in Harmonic. Maybe a markdown file with a brief feature description and links to the lines where that feature appears. Example: Named Imports https://github.com/es6rocks/harmonic/blob/master/src/bin/parser.js#L2

I think with this simple file we'll have a great indexed ESX resouce in the future.

UltCombo commented 9 years ago

Line numbers might be hard to keep updated, seeing as the source code is always changing. I'd suggest either:

jaydson commented 9 years ago

Well pointed. Perhaps linking the file and put some real example is the best approach. If the code change we can update the example if we want.

UltCombo commented 9 years ago

:+1:

jaydson commented 9 years ago

I'll close this issue. Look at the code is the best way to check Harmonic's features.

UltCombo commented 9 years ago

:+1: