Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
34 lines
561 B
JavaScript
34 lines
561 B
JavaScript
let A = /*#__PURE__*/function () {
|
|
"use strict";
|
|
|
|
function A() {
|
|
babelHelpers.classCallCheck(this, A);
|
|
}
|
|
|
|
babelHelpers.createClass(A, [{
|
|
key: "1",
|
|
get: function () {},
|
|
set: function (_) {}
|
|
}, {
|
|
key: "2",
|
|
get: function () {},
|
|
set: function (_) {}
|
|
}, {
|
|
key: "3",
|
|
get: function () {},
|
|
set: function (_) {}
|
|
}, {
|
|
key: "4",
|
|
get: function () {},
|
|
set: function (_) {} // Different keys
|
|
|
|
}, {
|
|
key: "5",
|
|
get: function () {}
|
|
}, {
|
|
key: "5n",
|
|
set: function (_) {}
|
|
}]);
|
|
return A;
|
|
}();
|