react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /pack-2682 /graph-explained.snapshot
| *arrow function 24* = (...) => FreeVar(JSON)["stringify"]( | |
| { | |
| "condition": (variable === "true"), | |
| "buggedConditionalCheck": ((variable === "true") ? "true" : "false") | |
| } | |
| ) | |
| BuggyArguments = *arrow function 24* | |
| res = BuggyArguments({"variable": "false"}) | |
| variable = (arguments[0]["variable"] | "true") | |