react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /pack-2682 /resolved-effects.snapshot
| 0 -> 2 free var = FreeVar(Math) | |
| 0 -> 3 member call = ???*0*["random"]() | |
| - *0* FreeVar(Math) | |
| ⚠️ unknown global | |
| ⚠️ This value might have side effects | |
| 0 -> 5 free var = FreeVar(JSON) | |
| 0 -> 6 conditional = ((???*0* | "true") === "true") | |
| - *0* ???*1*["variable"] | |
| ⚠️ unknown object | |
| - *1* arguments[0] | |
| ⚠️ function calls are not analysed yet | |
| 0 -> 7 member call = ???*0*["stringify"]( | |
| { | |
| "condition": ((???*1* | "true") === "true"), | |
| "buggedConditionalCheck": (???*3* ? "true" : "false") | |
| } | |
| ) | |
| - *0* FreeVar(JSON) | |
| ⚠️ unknown global | |
| ⚠️ This value might have side effects | |
| - *1* ???*2*["variable"] | |
| ⚠️ unknown object | |
| - *2* arguments[0] | |
| ⚠️ function calls are not analysed yet | |
| - *3* ((???*4* | "true") === "true") | |
| ⚠️ nested operation | |
| - *4* ???*5*["variable"] | |
| ⚠️ unknown object | |
| - *5* arguments[0] | |
| ⚠️ function calls are not analysed yet | |
| 0 -> 8 unreachable = ???*0* | |
| - *0* unreachable | |
| ⚠️ This value might have side effects | |
| 0 -> 9 call = (...) => FreeVar(JSON)["stringify"]( | |
| { | |
| "condition": (variable === "true"), | |
| "buggedConditionalCheck": ((variable === "true") ? "true" : "false") | |
| } | |
| )({"variable": "false"}) | |