cedric-coroir / meteor-babel

Write javascript ES6 (http://git.io/es6features) in your Meteor app. A port of the Babel transpiler (previosly known as 6to5)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Babel

Write javascript ES6 (http://git.io/es6features) in your Meteor app. A port of the Babel transpiler (previosly known as 6to5).

It also include the runtime and core-js to support features like function generators, sets,..

Installation

meteor add grigio:babel

Tests

Inside this package:

meteor test-packages ./

Usage

accepted file extension es6.js, es6, es, jsx

License

Copyright (C) 2014 Luigi Maselli - http://grigio.org - MIT Licence

About

Write javascript ES6 (http://git.io/es6features) in your Meteor app. A port of the Babel transpiler (previosly known as 6to5)


Languages

Language:JavaScript 100.0%