Files
old-slucajna-televizija/web/node_modules/babel-plugin-syntax-class-constructor-call/lib/index.js

13 lines
262 B
JavaScript
Raw Normal View History

2017-10-18 14:48:50 +02:00
"use strict";
exports.__esModule = true;
exports.default = function () {
return {
manipulateOptions: function manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("classConstructorCall");
}
};
};
module.exports = exports["default"];