* initial code 2 fix the issue #2025 * Mark class prototype as read-only * Update fixtures * Fix failure * Update Babel 8 fixtures * Disable in loose mode * Update fixtures Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
15 lines
340 B
JavaScript
15 lines
340 B
JavaScript
var _default = /*#__PURE__*/function (_A) {
|
|
babelHelpers.inherits(_default, _A);
|
|
|
|
var _super = babelHelpers.createSuper(_default);
|
|
|
|
function _default() {
|
|
babelHelpers.classCallCheck(this, _default);
|
|
return _super.apply(this, arguments);
|
|
}
|
|
|
|
return babelHelpers.createClass(_default);
|
|
}(A);
|
|
|
|
export { _default as default };
|