react-code-dataset
/
next.js
/crates
/next-custom-transforms
/tests
/loader
/auto-cjs
/react-prod
/input.js
| // This file should not import helpers using ESM syntax | |
| const E = class Foo {} | |
| exports.Component = E | |