-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrandom.js
60 lines (60 loc) · 1.29 KB
/
random.js
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[01:44:21] Using gulpfile ~/driveAnalytics/gulpfile.js
[01:44:21] Starting 'default'...
123132
Node {
type: 'ArrowFunctionExpression',
start: 21,
end: 47,
loc:
SourceLocation {
start: Position { line: 2, column: 8 },
end: Position { line: 4, column: 1 } },
id: null,
generator: false,
expression: false,
async: false,
params:
[ Node {
type: 'Identifier',
start: 22,
end: 23,
loc: [Object],
name: 'a',
optional: false } ],
body:
Node {
type: 'BlockStatement',
start: 28,
end: 47,
loc: SourceLocation { start: [Object], end: [Object] },
body: [ [Object] ],
directives: [] } }
Node {
type: 'FunctionExpression',
start: 21,
end: 47,
loc:
SourceLocation {
start: Position { line: 2, column: 8 },
end: Position { line: 4, column: 1 } },
id: null,
generator: false,
expression: false,
async: false,
params:
[ Node {
type: 'Identifier',
start: 22,
end: 23,
loc: [Object],
name: 'a',
optional: false } ],
body:
Node {
type: 'BlockStatement',
start: 28,
end: 47,
loc: SourceLocation { start: [Object], end: [Object] },
body: [ [Object] ],
directives: [] } }
[01:44:22] Finished 'default' after 254 ms