1.1.4 • Published 8 years ago

little-red-snapper-plugin-typescript v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Little Red Snapper

This is the babel6+ plugin which is the primary plugin for the babel preset little-red-snapper-preset for use with Little Red Snapper.

If you wish to install this without the preset, install:

npm install little-red-snapper-plugin --save
npm install babel-preset-es2015 --save
npm install babel-plugin-transform-decorators-legacy --save
npm install babel-plugin-transform-es2015-classes --save

Usage

{
  "presets": ["es2015"],
  "plugins": [
    "external-helpers",
    "little-red-snapper-plugin",
    "transform-decorators-legacy",
    "transform-es2015-classes"
  ]
}