react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/transitive-external
/index.mjs
| export async function load(name) { | |
| let value = (await import(name)).default | |
| return `loaded ${value}` | |
| } | |