react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /issue-75938 /graph-explained.snapshot
| *arrow function 276* = (...) => new HelloWorld() | |
| *arrow function 362* = (...) => helloWorld["hi"]() | |
| *arrow function 471* = (...) => undefined | |
| HelloWorld = ???*0* | |
| - *0* unsupported expression | |
| ⚠️ This value might have side effects | |
| Home = (...) => module<https://esm.sh/preact/jsx-runtime, {}>["jsx"]( | |
| "button", | |
| {"onClick": *arrow function 362*, "children": "Click me"} | |
| ) | |
| cb = arguments[0] | |
| helloWorld = module<react, {}>["useMemo"](*arrow function 276*, []) | |