Funkcionalna radna verzija

This commit is contained in:
GotPPay
2017-10-18 14:48:50 +02:00
parent a75ea978f9
commit 67dd77c632
127 changed files with 2436 additions and 163 deletions

View File

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