pivotal-cf/babel-preset-es2015-loose

Name: babel-preset-es2015-loose

Owner: Pivotal Cloud Foundry

Description: Babel preset for all es2015 plugins, with loose mode enabled where available.

Created: 2015-11-11 22:40:33.0

Updated: 2015-11-11 22:40:34.0

Pushed: 2015-11-11 23:04:24.0

Homepage: null

Size: 0

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

babel-preset-es2015-loose

Babel preset for all es2015 plugins, with loose mode enabled where available.

Install
m install --save-dev babel-preset-es2015-loose
Usage
Via .babelrc (Recommended)

.babelrc


resets": ["es2015-loose"]

Via CLI
bel script.js --presets es2015-loose
Via Node API
ire("babel-core").transform("code", {
esets: ["es2015-loose"]


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.