react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/analyzer
/graph
/fn-array
/input.js
| function c(a, b) { | |
| return [`${a}${b}`, a]; | |
| } | |
| const d = c("1", "2"); | |
| const [e, f] = d; | |