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