babel/packages/babel-plugin-transform-strict-mode
Sebastian McKenzie 7b36967416 v6.3.13
2015-12-04 22:56:51 +11:00
..
2015-11-13 12:56:30 -06:00
2015-10-30 23:45:42 +00:00
2015-12-04 22:56:51 +11: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"]
});