react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /path-join /resolved-effects.snapshot
| 0 -> 1 free var = FreeVar(require) | |
| 0 -> 2 call = require*0*("foo") | |
| - *0* require: The require method from CommonJS | |
| 0 -> 3 free var = FreeVar(require) | |
| 0 -> 4 call = require*0*("path") | |
| - *0* require: The require method from CommonJS | |
| 0 -> 6 member call = path*0*["join"]("foo", "bar") | |
| - *0* path: The Node.js path module: https://nodejs.org/api/path.html | |
| 0 -> 8 member call = path*0*["join"]("foo/", "bar") | |
| - *0* path: The Node.js path module: https://nodejs.org/api/path.html | |
| 0 -> 10 member call = path*0*["join"]("foo", "/bar") | |
| - *0* path: The Node.js path module: https://nodejs.org/api/path.html | |
| 0 -> 12 member call = path*0*["join"]("foo/", "/bar") | |
| - *0* path: The Node.js path module: https://nodejs.org/api/path.html | |
| 0 -> 14 free var = FreeVar(global) | |
| 0 -> 15 member call = path*0*["join"]("foo", "bar", "..", "baz", ???*1*, "..", "foo") | |
| - *0* path: The Node.js path module: https://nodejs.org/api/path.html | |
| - *1* FreeVar(global) | |
| ⚠️ unknown global | |
| ⚠️ This value might have side effects | |
| 0 -> 16 free var = FreeVar(require) | |
| 0 -> 17 call = require*0*("path") | |
| - *0* require: The require method from CommonJS | |
| 0 -> 22 call = import*0*("path") | |
| - *0* import: The dynamic import() method from the ESM specification: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | |