react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /fn-array-2 /graph-explained.snapshot
| a = arguments[0] | |
| b = arguments[1] | |
| c = (...) => [`${a}${x}`, a] | |
| d = c("1", "2") | |
| e = d[0] | |
| f = d[1] | |
| x = b | |
| a = arguments[0] | |
| b = arguments[1] | |
| c = (...) => [`${a}${x}`, a] | |
| d = c("1", "2") | |
| e = d[0] | |
| f = d[1] | |
| x = b | |