File size: 1,337 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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