npm.io
0.0.1 • Published 7 years ago

babel-preset-marpat v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

babel-preset-marpat

This is a babel preset for marpat

Install

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

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["marpat"]
}

Via CLI

$ babel script.js --presets marpat 

Via Node API

require("babel-core").transform("code", {
  presets: ["marpat"]
});
babelpresetmarpat
babel-plugin-transform-es2015-template-literalsbabel-plugin-transform-es2015-literalsbabel-plugin-transform-es2015-function-namebabel-plugin-transform-es2015-arrow-functionsbabel-plugin-transform-es2015-block-scoped-functionsbabel-plugin-transform-es2015-object-superbabel-plugin-transform-es2015-shorthand-propertiesbabel-plugin-transform-es2015-computed-propertiesbabel-plugin-transform-es2015-for-ofbabel-plugin-transform-es2015-sticky-regexbabel-plugin-transform-es2015-unicode-regexbabel-plugin-check-es2015-constantsbabel-plugin-transform-es2015-spreadbabel-plugin-transform-es2015-parametersbabel-plugin-transform-es2015-destructuringbabel-plugin-transform-es2015-block-scopingbabel-plugin-transform-es2015-typeof-symbolbabel-plugin-transform-es2015-modules-commonjsbabel-plugin-transform-regenerator
@everything-registry/sub-chunk-1206@infinitebrahmanuniverse/nolb-babel-preset-m@zalastax/nolb-babel-preset-m
0.0.1

7 years ago

contact@npm.io