-
Notifications
You must be signed in to change notification settings - Fork 65
Migrate to es6 #11
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
Comments
I want to keep it as node.js module, and as far as I know es6 is very poorly supported by nodejs right now.
|
Please check this website babeljs.io On Mon, Jul 27, 2015, 6:14 PM Max Stepanov [email protected] wrote:
|
Even though using babeljs with regular Node.js is possible, why not wait until ES6 is natively supported? |
Es6 work a polyfill in next 3 years On Mon, Jul 27, 2015, 10:19 PM Jannis Redmann [email protected]
|
What do you mean by that?
It is a converter. It works like |
Check my repo, it's work without convert, not like coffee On Mon, Jul 27, 2015, 11:45 PM Jannis Redmann [email protected]
|
Ok, I got it now. So we can create es6 code and use babeljs for getting it executed with node at run time (as I see you managed to get it working in your referred repo). |
In your repo, you
Since io.js is close to |
sorry, 3 years just for browser not node ;) |
@derhuerst |
I want to rewrite code to es6 with babeljs.
Make a pull or own repo ?
The text was updated successfully, but these errors were encountered: