learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Use Babel JS transpiler #2020

Open lenaqr opened 8 years ago

lenaqr commented 8 years ago

It's a transpiler that handles ES6, React/JSX, and Flow type annotations (see #2019): http://babeljs.io/

Like JSX, it comes with both an in-browser transformer and an offline tool.

benjaminjkraft commented 8 years ago

++ I would love to have this.

benjaminjkraft commented 8 years ago

(Also note that Facebook's JSX transpiler is no longer supported, they recommend using Babel.)