This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
babel/packages/babel-plugin-transform-es2015-classes/test/fixtures/loose/super-function-fallback/expected.js

6 lines
132 B
JavaScript

var Test = function Test() {
babelHelpers.classCallCheck(this, Test);
Function.prototype.hasOwnProperty.call(this, "test");
};