* 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>
7 lines
239 B
JavaScript
7 lines
239 B
JavaScript
var Test = /*#__PURE__*/babelHelpers.createClass(function Test() {
|
|
"use strict";
|
|
|
|
babelHelpers.classCallCheck(this, Test);
|
|
babelHelpers.get(babelHelpers.getPrototypeOf(Test.prototype), "hasOwnProperty", this).call(this, "test");
|
|
});
|