mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
49 lines
1.4 KiB
JavaScript
49 lines
1.4 KiB
JavaScript
function _defineProperties(target, props) {
|
|
for(var i = 0; i < props.length; i++){
|
|
var descriptor = props[i];
|
|
descriptor.enumerable = descriptor.enumerable || !1, descriptor.configurable = !0, "value" in descriptor && (descriptor.writable = !0), Object.defineProperty(target, descriptor.key, descriptor);
|
|
}
|
|
}
|
|
var C = function() {
|
|
"use strict";
|
|
var Constructor, protoProps, staticProps;
|
|
function C() {
|
|
!function(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
}(this, C);
|
|
}
|
|
return Constructor = C, protoProps = [
|
|
{
|
|
key: "method",
|
|
value: function() {
|
|
}
|
|
},
|
|
{
|
|
key: "accessor",
|
|
get: function() {
|
|
}
|
|
},
|
|
{
|
|
key: "accessor",
|
|
set: function(v) {
|
|
}
|
|
}
|
|
], staticProps = [
|
|
{
|
|
key: "method",
|
|
value: function() {
|
|
}
|
|
},
|
|
{
|
|
key: "accessor",
|
|
get: function() {
|
|
}
|
|
},
|
|
{
|
|
key: "accessor",
|
|
set: function(v) {
|
|
}
|
|
}
|
|
], protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), C;
|
|
}();
|