babel/packages/babel-plugin-transform-strict-mode
Sebastian McKenzie a8cf46d8f4 v6.0.2
2015-10-29 18:06:55 +00:00
..
2015-10-29 17:51:24 +00:00
2015-10-29 18:06:55 +00:00
2015-10-29 17:51:24 +00:00

babel-plugin-transform-strict-mode

TODO

Installation

$ npm install babel-plugin-transform-strict-mode

Usage

.babelrc

{
  "plugins": ["transform-strict-mode"]
}

Via CLI

$ babel --plugins transform-strict-mode script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["transform-strict-mode"]
});