Ben Newman 9c77868cb3 Nullish coalescing, optional chaining, optional catch parameters.
Since we're adding support for these proposals to the modern preset as
well as the legacy preset, we do not need to update minimumVersions.
2019-09-17 20:45:28 -04:00
2015-11-12 17:38:25 -05:00

babel-preset-meteor

Babel preset for all Meteor plugins.

Install

$ npm install --save-dev babel-preset-meteor

Usage

.babelrc

{
  "presets": ["meteor"]
}

Via CLI

$ babel script.js --presets meteor 

Via Node API

require("babel-core").transform("code", {
  presets: ["meteor"]
});
Description
No description provided
Readme MIT 202 MiB
Languages
JavaScript 91.1%
TypeScript 3.9%
Shell 0.9%
Java 0.7%
Swift 0.7%
Other 2.5%