Skip to content

Write javascript ES6 in your Meteor app. A port of the Babel transpiler (previosly known as 6to5)

Notifications You must be signed in to change notification settings

grovelabs/meteor-babel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Babel Build Status

WARNING: This package may break some normal Meteor usage. See open issues.

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 (without ES6 Number) in lib/ to support features like function generators, sets,..

Installation

meteor add grigio:babel

Tests

Inside this package:

meteor test-packages ./ # or spacejam test-packages ./

Usage

Accepted file extension es6.js, es6, es.

License

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

About

Write javascript ES6 in your Meteor app. A port of the Babel transpiler (previosly known as 6to5)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%