vlad 6f123ff03e 18.07 | преди 6 години | |
---|---|---|
.. | ||
lib | преди 6 години | |
.npmignore | преди 6 години | |
README.md | преди 6 години | |
package.json | преди 6 години |
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"]
});