Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
HabboAPI | NodeJS | AngularJS | Arcturus | Translation System
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jaden" data-source="post: 412639" data-attributes="member: 51705"><p>If you're looking for a better way to compile and run your app using babel.</p><p><a href="https://stackoverflow.com/a/32929589" target="_blank">https://stackoverflow.com/a/32929589</a></p><p></p><p>I use Node.js with Harmony enabled which gives me most ES6 and some ES7 features like async/await instead of Babel. The only downside to it would be that Node developers consider the import/export keywords incompatible to their module system and it might be a while before they release support for that language feature.</p><p></p><p>More on Node.js Harmony</p><p><a href="https://nodejs.org/en/docs/es6/" target="_blank">https://nodejs.org/en/docs/es6/</a></p><p></p><p>I do support using Babel for client-side code and more specifically Angular btw.</p></blockquote><p></p>
[QUOTE="Jaden, post: 412639, member: 51705"] If you're looking for a better way to compile and run your app using babel. [URL]https://stackoverflow.com/a/32929589[/URL] I use Node.js with Harmony enabled which gives me most ES6 and some ES7 features like async/await instead of Babel. The only downside to it would be that Node developers consider the import/export keywords incompatible to their module system and it might be a while before they release support for that language feature. More on Node.js Harmony [URL]https://nodejs.org/en/docs/es6/[/URL] I do support using Babel for client-side code and more specifically Angular btw. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
HabboAPI | NodeJS | AngularJS | Arcturus | Translation System
Top