react-code-dataset / next.js /crates /next-custom-transforms /tests /loader /auto-cjs /react-prod /output.js
| // This file should not import helpers using ESM syntax | |
| ; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| var _class_call_check = require("@swc/helpers/_/_class_call_check"); | |
| var E = function Foo() { | |
| "use strict"; | |
| _class_call_check._(this, Foo); | |
| }; | |
| exports.Component = E; | |