Files
babel/packages/babel-plugin-transform-classes/test/fixtures/spec/super-function-fallback/output.js
2018-01-09 15:36:42 +01:00

5 lines
241 B
JavaScript

var Test = function Test() {
babelHelpers.classCallCheck(this, Test);
babelHelpers.get(Test.prototype.__proto__ || Object.getPrototypeOf(Test.prototype), "hasOwnProperty", babelHelpers.assertThisInitialized(this)).call(this, "test");
};