react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /declarations /input.js
| function a() {} | |
| var b = function () {}; | |
| let c = 123; | |
| const d = "hello"; | |
| class e {} | |
| const aa = a; | |
| const bb = b; | |
| const cc = c; | |
| const dd = d; | |
| const ee = e; | |
| const ff = f; | |