react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/components
/random-module-instance.js
| 'use client' | |
| import { name } from 'pure-esm-module' | |
| export default function () { | |
| return `node_modules instance from client module ${name}` | |
| } | |