react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/client-esm-module-wildcard-2
/bar.js
| 'use client' | |
| export function Bar() { | |
| return 'Bar' | |
| } | |