|
|
před 2 roky | |
|---|---|---|
| .. | ||
| lib | před 2 roky | |
| .npmignore | před 2 roky | |
| README.md | před 2 roky | |
| package.json | před 2 roky | |
Compile ES2015 sticky regex to an ES5 RegExp constructor
npm install --save-dev babel-plugin-transform-es2015-sticky-regex
.babelrc (Recommended).babelrc
{
"plugins": ["transform-es2015-sticky-regex"]
}
babel --plugins transform-es2015-sticky-regex script.js
require("babel-core").transform("code", {
plugins: ["transform-es2015-sticky-regex"]
});