Files
old-slucajna-televizija/web/node_modules/babel-plugin-syntax-class-constructor-call/lib/index.js
2017-10-18 14:48:50 +02:00

13 lines
262 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = function () {
return {
manipulateOptions: function manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("classConstructorCall");
}
};
};
module.exports = exports["default"];