babel/packages/babel-plugin-transform-strict-mode
Sebastian McKenzie f2215915ff v6.1.2
2015-11-05 11:10:22 +00:00
..
2015-10-30 23:45:42 +00:00
2015-11-05 11:10:22 +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"]
});