Create new
Bindings
Transitions
Animations
Easing
Component composition
Context API
Special elements
Module context
Debugging
Miscellaneous
App.svelte
Board.svelte
HorizontalList.svelte
VerticalList.svelte
runes
This component is not in runes mode.
To enable runes mode, either start using runes in your code, or add the following to the top of your component:
<svelte:options runes />
99
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
›
⌄
⌄
⌄
⌄
⌄
<script>
import VerticalList from './VerticalList.svelte';
import HorizontalList from './HorizontalList.svelte';
import Board from './Board.svelte';
let items1 = [
{id: 11, name: "item11"},
{id: 12, name: "item12"},
{id: 13, name: "item13"},
{id: 14, name: "item14"},
{id: 15, name: "item15"},
{id: 16, name: "item16"},
{id: 17, name: "item17"}
];
let items2 = [
{id: 21, name: "item21"},
{id: 22, name: "item22"},
{id: 23, name: "item23"},
{id: 24, name: "item24"},
{id: 25, name: "item25"}
];
let items3 = [
{id: 31, name: "item31"},
{id: 32, name: "item32"},
{id: 33, name: "item33"},
{id: 34, name: "item34"},
{id: 35, name: "item35"},
{id: 36, name: "item36"}
];
let items5 = [
{id: 51, name: "item51"},
{id: 52, name: "item52"},
{id: 53, name: "item53"},
{id: 54, name: "item54"},
{id: 55, name: "item55"},
{id: 56, name: "item56"}
99
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
›
⌄
⌄
⌄
⌄
import 'svelte/internal/disclose-version';
import 'svelte/internal/flags/legacy';
import * as $ from 'svelte/internal/client';
import VerticalList from './VerticalList.svelte';
import HorizontalList from './HorizontalList.svelte';
import Board from './Board.svelte';
var root = $.template(`<!> <br><br><br> <!> <br><br><br> <!> <!> <!>`, 1);
export default function App($$anchor) {
let items1 = [
{ id: 11, name: "item11" },
{ id: 12, name: "item12" },
{ id: 13, name: "item13" },
{ id: 14, name: "item14" },
{ id: 15, name: "item15" },
{ id: 16, name: "item16" },
{ id: 17, name: "item17" }
];
let items2 = [
{ id: 21, name: "item21" },
{ id: 22, name: "item22" },
{ id: 23, name: "item23" },
{ id: 24, name: "item24" },
{ id: 25, name: "item25" }
];
let items3 = [
{ id: 31, name: "item31" },
{ id: 32, name: "item32" },
{ id: 33, name: "item33" },
{ id: 34, name: "item34" },
{ id: 35, name: "item35" },
{ id: 36, name: "item36" }
];
result = svelte.compile(source, {
generate: ,
});9
1
2
3
4
5
6
›
* {
box-sizing: border-box;
margin: 0;
}
Root {
css: StyleSheet {...}
- type: "StyleSheet"
- start: 1353
- end: 1425
- attributes: []
children: [...] (1)
Rule {...}
- type: "Rule"
prelude: SelectorList {...}
- type: "SelectorList"
- start: 1362
- end: 1372
children: [...] (1)
ComplexSelector {...}
- type: "ComplexSelector"
- start: 1362
- end: 1372
children: [...] (1)
RelativeSelector {...}
- type: "RelativeSelector"
- combinator: null
selectors: [...] (1)
PseudoClassSelector {...}
- type: "PseudoClassSelector"
- name: "global"
args: SelectorList {...}
- type: "SelectorList"
- start: 1370
- end: 1371
children: [...] (1)
ComplexSelector {...}
- type: "ComplexSelector"
- start: 1370
- end: 1371
children: [...] (1)
RelativeSelector {...}
- type: "RelativeSelector"
- combinator: null
selectors: [...] (1)
TypeSelector {...}
- type: "TypeSelector"
- name: "*"
- start: 1370
- end: 1371
}
]- start: 1370
- end: 1371
}
]
}
]
}- start: 1362
- end: 1372
}
]- start: 1362
- end: 1372
}
]
}
]
}block: Block {...}
- type: "Block"
- start: 1373
- end: 1416
children: [...] (2)
Declaration {...}
- type: "Declaration"
- start: 1377
- end: 1399
- property: "box-sizing"
- value: "border-box"
} Declaration {...}
- type: "Declaration"
- start: 1403
- end: 1412
- property: "margin"
- value: "0"
}
]
}- start: 1362
- end: 1416
}
]content: {...}
- start: 1360
- end: 1417
- styles: "\n\t:global(*) {\n\t\tbox-sizing: border-box;\n\t\tmargin: 0;\n\t}\n"
- comment: null
}
}- js: []
- start: 1353
- end: 1655
- type: "Root"
fragment: Fragment {...}
- type: "Fragment"
nodes: [...] (19)
Text {...}
- type: "Text"
- start: 1351
- end: 1353
- raw: "\n\n"
- data: "\n\n"
} Text {...}
- type: "Text"
- start: 1425
- end: 1427
- raw: "\n\n"
- data: "\n\n"
} Component {...}
- type: "Component"
- start: 1427
- end: 1457
- name: "VerticalList"
attributes: [...] (1)
Attribute {...}
- type: "Attribute"
- start: 1441
- end: 1455
- name: "items"
value: ExpressionTag {...}
- type: "ExpressionTag"
- start: 1447
- end: 1455
expression: Identifier {...}
- type: "Identifier"
- start: 1448
- end: 1454
loc: {...}
start: {...}
- line: 74
- column: 21
}end: {...}
- line: 74
- column: 27
}
}- name: "items1"
}
}
}
]fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} Text {...}
- type: "Text"
- start: 1457
- end: 1458
- raw: " "
- data: " "
} RegularElement {...}
- type: "RegularElement"
- start: 1458
- end: 1462
- name: "br"
- attributes: []
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} RegularElement {...}
- type: "RegularElement"
- start: 1462
- end: 1466
- name: "br"
- attributes: []
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} RegularElement {...}
- type: "RegularElement"
- start: 1466
- end: 1470
- name: "br"
- attributes: []
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} Text {...}
- type: "Text"
- start: 1470
- end: 1471
- raw: " "
- data: " "
} Component {...}
- type: "Component"
- start: 1471
- end: 1501
- name: "VerticalList"
attributes: [...] (1)
Attribute {...}
- type: "Attribute"
- start: 1485
- end: 1499
- name: "items"
value: ExpressionTag {...}
- type: "ExpressionTag"
- start: 1491
- end: 1499
expression: Identifier {...}
- type: "Identifier"
- start: 1492
- end: 1498
loc: {...}
start: {...}
- line: 76
- column: 21
}end: {...}
- line: 76
- column: 27
}
}- name: "items2"
}
}
}
]fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} Text {...}
- type: "Text"
- start: 1501
- end: 1502
- raw: " "
- data: " "
} RegularElement {...}
- type: "RegularElement"
- start: 1502
- end: 1506
- name: "br"
- attributes: []
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} RegularElement {...}
- type: "RegularElement"
- start: 1506
- end: 1510
- name: "br"
- attributes: []
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} RegularElement {...}
- type: "RegularElement"
- start: 1510
- end: 1514
- name: "br"
- attributes: []
fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} Text {...}
- type: "Text"
- start: 1514
- end: 1515
- raw: " "
- data: " "
} Component {...}
- type: "Component"
- start: 1515
- end: 1547
- name: "HorizontalList"
attributes: [...] (1)
Attribute {...}
- type: "Attribute"
- start: 1531
- end: 1545
- name: "items"
value: ExpressionTag {...}
- type: "ExpressionTag"
- start: 1537
- end: 1545
expression: Identifier {...}
- type: "Identifier"
- start: 1538
- end: 1544
loc: {...}
start: {...}
- line: 78
- column: 23
}end: {...}
- line: 78
- column: 29
}
}- name: "items3"
}
}
}
]fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} Text {...}
- type: "Text"
- start: 1547
- end: 1548
- raw: " "
- data: " "
} Component {...}
- type: "Component"
- start: 1548
- end: 1619
- name: "HorizontalList"
attributes: [...] (3)
Attribute {...}
- type: "Attribute"
- start: 1564
- end: 1578
- name: "items"
value: ExpressionTag {...}
- type: "ExpressionTag"
- start: 1570
- end: 1578
expression: Identifier {...}
- type: "Identifier"
- start: 1571
- end: 1577
loc: {...}
start: {...}
- line: 79
- column: 23
}end: {...}
- line: 79
- column: 29
}
}- name: "items5"
}
}
} Attribute {...}
- type: "Attribute"
- start: 1579
- end: 1600
- name: "containerWidth"
value: [...] (1)
Text {...}
- start: 1595
- end: 1599
- type: "Text"
- raw: "50vw"
- data: "50vw"
}
]
} Attribute {...}
- type: "Attribute"
- start: 1601
- end: 1617
- name: "itemWidth"
value: [...] (1)
Text {...}
- start: 1612
- end: 1616
- type: "Text"
- raw: "20vw"
- data: "20vw"
}
]
}
]fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
} Text {...}
- type: "Text"
- start: 1619
- end: 1620
- raw: " "
- data: " "
} Component {...}
- type: "Component"
- start: 1620
- end: 1655
- name: "Board"
attributes: [...] (1)
Attribute {...}
- type: "Attribute"
- start: 1627
- end: 1646
- name: "columnItems"
value: ExpressionTag {...}
- type: "ExpressionTag"
- start: 1639
- end: 1646
expression: Identifier {...}
- type: "Identifier"
- start: 1640
- end: 1645
loc: {...}
start: {...}
- line: 80
- column: 20
}end: {...}
- line: 80
- column: 25
}
}- name: "board"
}
}
}
]fragment: Fragment {...}
- type: "Fragment"
- nodes: []
}
}
]
}- options: null
instance: Script {...}
- type: "Script"
- start: 0
- end: 1351
- context: "default"
content: Program {...}
- type: "Program"
- start: 8
- end: 1342
loc: {...}
start: {...}
- line: 1
- column: 0
}end: {...}
- line: 65
- column: 0
}
}body: [...] (8)
ImportDeclaration {...}
- type: "ImportDeclaration"
- start: 10
- end: 59
loc: {...}
start: {...}
- line: 2
- column: 1
}end: {...}
- line: 2
- column: 50
}
}specifiers: [...] (1)
ImportDefaultSpecifier {...}
- type: "ImportDefaultSpecifier"
- start: 17
- end: 29
loc: {...}
start: {...}
- line: 2
- column: 8
}end: {...}
- line: 2
- column: 20
}
}local: Identifier {...}
- type: "Identifier"
- start: 17
- end: 29
loc: {...}
start: {...}
- line: 2
- column: 8
}end: {...}
- line: 2
- column: 20
}
}- name: "VerticalList"
}
}
]source: Literal {...}
- type: "Literal"
- start: 35
- end: 58
loc: {...}
start: {...}
- line: 2
- column: 26
}end: {...}
- line: 2
- column: 49
}
}- value: "./VerticalList.svelte"
- raw: "'./VerticalList.svelte'"
}
} ImportDeclaration {...}
- type: "ImportDeclaration"
- start: 61
- end: 114
loc: {...}
start: {...}
- line: 3
- column: 1
}end: {...}
- line: 3
- column: 54
}
}specifiers: [...] (1)
ImportDefaultSpecifier {...}
- type: "ImportDefaultSpecifier"
- start: 68
- end: 82
loc: {...}
start: {...}
- line: 3
- column: 8
}end: {...}
- line: 3
- column: 22
}
}local: Identifier {...}
- type: "Identifier"
- start: 68
- end: 82
loc: {...}
start: {...}
- line: 3
- column: 8
}end: {...}
- line: 3
- column: 22
}
}- name: "HorizontalList"
}
}
]source: Literal {...}
- type: "Literal"
- start: 88
- end: 113
loc: {...}
start: {...}
- line: 3
- column: 28
}end: {...}
- line: 3
- column: 53
}
}- value: "./HorizontalList.svelte"
- raw: "'./HorizontalList.svelte'"
}
} ImportDeclaration {...}
- type: "ImportDeclaration"
- start: 116
- end: 151
loc: {...}
start: {...}
- line: 4
- column: 1
}end: {...}
- line: 4
- column: 36
}
}specifiers: [...] (1)
ImportDefaultSpecifier {...}
- type: "ImportDefaultSpecifier"
- start: 123
- end: 128
loc: {...}
start: {...}
- line: 4
- column: 8
}end: {...}
- line: 4
- column: 13
}
}local: Identifier {...}
- type: "Identifier"
- start: 123
- end: 128
loc: {...}
start: {...}
- line: 4
- column: 8
}end: {...}
- line: 4
- column: 13
}
}- name: "Board"
}
}
]source: Literal {...}
- type: "Literal"
- start: 134
- end: 150
loc: {...}
start: {...}
- line: 4
- column: 19
}end: {...}
- line: 4
- column: 35
}
}- value: "./Board.svelte"
- raw: "'./Board.svelte'"
}
} VariableDeclaration {...}
- type: "VariableDeclaration"
- start: 154
- end: 367
loc: {...}
start: {...}
- line: 6
- column: 1
}end: {...}
- line: 14
- column: 3
}
}declarations: [...] (1)
VariableDeclarator {...}
- type: "VariableDeclarator"
- start: 158
- end: 366
loc: {...}
start: {...}
- line: 6
- column: 5
}end: {...}
- line: 14
- column: 2
}
}id: Identifier {...}
- type: "Identifier"
- start: 158
- end: 164
loc: {...}
start: {...}
- line: 6
- column: 5
}end: {...}
- line: 6
- column: 11
}
}- name: "items1"
}init: ArrayExpression {...}
- type: "ArrayExpression"
- start: 167
- end: 366
loc: {...}
start: {...}
- line: 6
- column: 14
}end: {...}
- line: 14
- column: 2
}
}elements: [...] (7)
ObjectExpression {...}
- type: "ObjectExpression"
- start: 171
- end: 195
loc: {...}
start: {...}
- line: 7
- column: 2
}end: {...}
- line: 7
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 172
- end: 178
loc: {...}
start: {...}
- line: 7
- column: 3
}end: {...}
- line: 7
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 172
- end: 174
loc: {...}
start: {...}
- line: 7
- column: 3
}end: {...}
- line: 7
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 176
- end: 178
loc: {...}
start: {...}
- line: 7
- column: 7
}end: {...}
- line: 7
- column: 9
}
}- value: 11
- raw: "11"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 180
- end: 194
loc: {...}
start: {...}
- line: 7
- column: 11
}end: {...}
- line: 7
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 180
- end: 184
loc: {...}
start: {...}
- line: 7
- column: 11
}end: {...}
- line: 7
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 186
- end: 194
loc: {...}
start: {...}
- line: 7
- column: 17
}end: {...}
- line: 7
- column: 25
}
}- value: "item11"
- raw: "\"item11\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 199
- end: 223
loc: {...}
start: {...}
- line: 8
- column: 2
}end: {...}
- line: 8
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 200
- end: 206
loc: {...}
start: {...}
- line: 8
- column: 3
}end: {...}
- line: 8
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 200
- end: 202
loc: {...}
start: {...}
- line: 8
- column: 3
}end: {...}
- line: 8
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 204
- end: 206
loc: {...}
start: {...}
- line: 8
- column: 7
}end: {...}
- line: 8
- column: 9
}
}- value: 12
- raw: "12"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 208
- end: 222
loc: {...}
start: {...}
- line: 8
- column: 11
}end: {...}
- line: 8
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 208
- end: 212
loc: {...}
start: {...}
- line: 8
- column: 11
}end: {...}
- line: 8
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 214
- end: 222
loc: {...}
start: {...}
- line: 8
- column: 17
}end: {...}
- line: 8
- column: 25
}
}- value: "item12"
- raw: "\"item12\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 227
- end: 251
loc: {...}
start: {...}
- line: 9
- column: 2
}end: {...}
- line: 9
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 228
- end: 234
loc: {...}
start: {...}
- line: 9
- column: 3
}end: {...}
- line: 9
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 228
- end: 230
loc: {...}
start: {...}
- line: 9
- column: 3
}end: {...}
- line: 9
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 232
- end: 234
loc: {...}
start: {...}
- line: 9
- column: 7
}end: {...}
- line: 9
- column: 9
}
}- value: 13
- raw: "13"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 236
- end: 250
loc: {...}
start: {...}
- line: 9
- column: 11
}end: {...}
- line: 9
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 236
- end: 240
loc: {...}
start: {...}
- line: 9
- column: 11
}end: {...}
- line: 9
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 242
- end: 250
loc: {...}
start: {...}
- line: 9
- column: 17
}end: {...}
- line: 9
- column: 25
}
}- value: "item13"
- raw: "\"item13\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 255
- end: 279
loc: {...}
start: {...}
- line: 10
- column: 2
}end: {...}
- line: 10
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 256
- end: 262
loc: {...}
start: {...}
- line: 10
- column: 3
}end: {...}
- line: 10
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 256
- end: 258
loc: {...}
start: {...}
- line: 10
- column: 3
}end: {...}
- line: 10
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 260
- end: 262
loc: {...}
start: {...}
- line: 10
- column: 7
}end: {...}
- line: 10
- column: 9
}
}- value: 14
- raw: "14"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 264
- end: 278
loc: {...}
start: {...}
- line: 10
- column: 11
}end: {...}
- line: 10
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 264
- end: 268
loc: {...}
start: {...}
- line: 10
- column: 11
}end: {...}
- line: 10
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 270
- end: 278
loc: {...}
start: {...}
- line: 10
- column: 17
}end: {...}
- line: 10
- column: 25
}
}- value: "item14"
- raw: "\"item14\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 283
- end: 307
loc: {...}
start: {...}
- line: 11
- column: 2
}end: {...}
- line: 11
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 284
- end: 290
loc: {...}
start: {...}
- line: 11
- column: 3
}end: {...}
- line: 11
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 284
- end: 286
loc: {...}
start: {...}
- line: 11
- column: 3
}end: {...}
- line: 11
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 288
- end: 290
loc: {...}
start: {...}
- line: 11
- column: 7
}end: {...}
- line: 11
- column: 9
}
}- value: 15
- raw: "15"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 292
- end: 306
loc: {...}
start: {...}
- line: 11
- column: 11
}end: {...}
- line: 11
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 292
- end: 296
loc: {...}
start: {...}
- line: 11
- column: 11
}end: {...}
- line: 11
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 298
- end: 306
loc: {...}
start: {...}
- line: 11
- column: 17
}end: {...}
- line: 11
- column: 25
}
}- value: "item15"
- raw: "\"item15\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 311
- end: 335
loc: {...}
start: {...}
- line: 12
- column: 2
}end: {...}
- line: 12
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 312
- end: 318
loc: {...}
start: {...}
- line: 12
- column: 3
}end: {...}
- line: 12
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 312
- end: 314
loc: {...}
start: {...}
- line: 12
- column: 3
}end: {...}
- line: 12
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 316
- end: 318
loc: {...}
start: {...}
- line: 12
- column: 7
}end: {...}
- line: 12
- column: 9
}
}- value: 16
- raw: "16"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 320
- end: 334
loc: {...}
start: {...}
- line: 12
- column: 11
}end: {...}
- line: 12
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 320
- end: 324
loc: {...}
start: {...}
- line: 12
- column: 11
}end: {...}
- line: 12
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 326
- end: 334
loc: {...}
start: {...}
- line: 12
- column: 17
}end: {...}
- line: 12
- column: 25
}
}- value: "item16"
- raw: "\"item16\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 339
- end: 363
loc: {...}
start: {...}
- line: 13
- column: 2
}end: {...}
- line: 13
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 340
- end: 346
loc: {...}
start: {...}
- line: 13
- column: 3
}end: {...}
- line: 13
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 340
- end: 342
loc: {...}
start: {...}
- line: 13
- column: 3
}end: {...}
- line: 13
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 344
- end: 346
loc: {...}
start: {...}
- line: 13
- column: 7
}end: {...}
- line: 13
- column: 9
}
}- value: 17
- raw: "17"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 348
- end: 362
loc: {...}
start: {...}
- line: 13
- column: 11
}end: {...}
- line: 13
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 348
- end: 352
loc: {...}
start: {...}
- line: 13
- column: 11
}end: {...}
- line: 13
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 354
- end: 362
loc: {...}
start: {...}
- line: 13
- column: 17
}end: {...}
- line: 13
- column: 25
}
}- value: "item17"
- raw: "\"item17\""
}- kind: "init"
}
]
}
]
}
}
]- kind: "let"
} VariableDeclaration {...}
- type: "VariableDeclaration"
- start: 370
- end: 527
loc: {...}
start: {...}
- line: 15
- column: 1
}end: {...}
- line: 21
- column: 3
}
}declarations: [...] (1)
VariableDeclarator {...}
- type: "VariableDeclarator"
- start: 374
- end: 526
loc: {...}
start: {...}
- line: 15
- column: 5
}end: {...}
- line: 21
- column: 2
}
}id: Identifier {...}
- type: "Identifier"
- start: 374
- end: 380
loc: {...}
start: {...}
- line: 15
- column: 5
}end: {...}
- line: 15
- column: 11
}
}- name: "items2"
}init: ArrayExpression {...}
- type: "ArrayExpression"
- start: 383
- end: 526
loc: {...}
start: {...}
- line: 15
- column: 14
}end: {...}
- line: 21
- column: 2
}
}elements: [...] (5)
ObjectExpression {...}
- type: "ObjectExpression"
- start: 387
- end: 411
loc: {...}
start: {...}
- line: 16
- column: 2
}end: {...}
- line: 16
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 388
- end: 394
loc: {...}
start: {...}
- line: 16
- column: 3
}end: {...}
- line: 16
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 388
- end: 390
loc: {...}
start: {...}
- line: 16
- column: 3
}end: {...}
- line: 16
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 392
- end: 394
loc: {...}
start: {...}
- line: 16
- column: 7
}end: {...}
- line: 16
- column: 9
}
}- value: 21
- raw: "21"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 396
- end: 410
loc: {...}
start: {...}
- line: 16
- column: 11
}end: {...}
- line: 16
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 396
- end: 400
loc: {...}
start: {...}
- line: 16
- column: 11
}end: {...}
- line: 16
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 402
- end: 410
loc: {...}
start: {...}
- line: 16
- column: 17
}end: {...}
- line: 16
- column: 25
}
}- value: "item21"
- raw: "\"item21\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 415
- end: 439
loc: {...}
start: {...}
- line: 17
- column: 2
}end: {...}
- line: 17
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 416
- end: 422
loc: {...}
start: {...}
- line: 17
- column: 3
}end: {...}
- line: 17
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 416
- end: 418
loc: {...}
start: {...}
- line: 17
- column: 3
}end: {...}
- line: 17
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 420
- end: 422
loc: {...}
start: {...}
- line: 17
- column: 7
}end: {...}
- line: 17
- column: 9
}
}- value: 22
- raw: "22"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 424
- end: 438
loc: {...}
start: {...}
- line: 17
- column: 11
}end: {...}
- line: 17
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 424
- end: 428
loc: {...}
start: {...}
- line: 17
- column: 11
}end: {...}
- line: 17
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 430
- end: 438
loc: {...}
start: {...}
- line: 17
- column: 17
}end: {...}
- line: 17
- column: 25
}
}- value: "item22"
- raw: "\"item22\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 443
- end: 467
loc: {...}
start: {...}
- line: 18
- column: 2
}end: {...}
- line: 18
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 444
- end: 450
loc: {...}
start: {...}
- line: 18
- column: 3
}end: {...}
- line: 18
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 444
- end: 446
loc: {...}
start: {...}
- line: 18
- column: 3
}end: {...}
- line: 18
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 448
- end: 450
loc: {...}
start: {...}
- line: 18
- column: 7
}end: {...}
- line: 18
- column: 9
}
}- value: 23
- raw: "23"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 452
- end: 466
loc: {...}
start: {...}
- line: 18
- column: 11
}end: {...}
- line: 18
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 452
- end: 456
loc: {...}
start: {...}
- line: 18
- column: 11
}end: {...}
- line: 18
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 458
- end: 466
loc: {...}
start: {...}
- line: 18
- column: 17
}end: {...}
- line: 18
- column: 25
}
}- value: "item23"
- raw: "\"item23\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 471
- end: 495
loc: {...}
start: {...}
- line: 19
- column: 2
}end: {...}
- line: 19
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 472
- end: 478
loc: {...}
start: {...}
- line: 19
- column: 3
}end: {...}
- line: 19
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 472
- end: 474
loc: {...}
start: {...}
- line: 19
- column: 3
}end: {...}
- line: 19
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 476
- end: 478
loc: {...}
start: {...}
- line: 19
- column: 7
}end: {...}
- line: 19
- column: 9
}
}- value: 24
- raw: "24"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 480
- end: 494
loc: {...}
start: {...}
- line: 19
- column: 11
}end: {...}
- line: 19
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 480
- end: 484
loc: {...}
start: {...}
- line: 19
- column: 11
}end: {...}
- line: 19
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 486
- end: 494
loc: {...}
start: {...}
- line: 19
- column: 17
}end: {...}
- line: 19
- column: 25
}
}- value: "item24"
- raw: "\"item24\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 499
- end: 523
loc: {...}
start: {...}
- line: 20
- column: 2
}end: {...}
- line: 20
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 500
- end: 506
loc: {...}
start: {...}
- line: 20
- column: 3
}end: {...}
- line: 20
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 500
- end: 502
loc: {...}
start: {...}
- line: 20
- column: 3
}end: {...}
- line: 20
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 504
- end: 506
loc: {...}
start: {...}
- line: 20
- column: 7
}end: {...}
- line: 20
- column: 9
}
}- value: 25
- raw: "25"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 508
- end: 522
loc: {...}
start: {...}
- line: 20
- column: 11
}end: {...}
- line: 20
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 508
- end: 512
loc: {...}
start: {...}
- line: 20
- column: 11
}end: {...}
- line: 20
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 514
- end: 522
loc: {...}
start: {...}
- line: 20
- column: 17
}end: {...}
- line: 20
- column: 25
}
}- value: "item25"
- raw: "\"item25\""
}- kind: "init"
}
]
}
]
}
}
]- kind: "let"
} VariableDeclaration {...}
- type: "VariableDeclaration"
- start: 530
- end: 715
loc: {...}
start: {...}
- line: 22
- column: 1
}end: {...}
- line: 29
- column: 3
}
}declarations: [...] (1)
VariableDeclarator {...}
- type: "VariableDeclarator"
- start: 534
- end: 714
loc: {...}
start: {...}
- line: 22
- column: 5
}end: {...}
- line: 29
- column: 2
}
}id: Identifier {...}
- type: "Identifier"
- start: 534
- end: 540
loc: {...}
start: {...}
- line: 22
- column: 5
}end: {...}
- line: 22
- column: 11
}
}- name: "items3"
}init: ArrayExpression {...}
- type: "ArrayExpression"
- start: 543
- end: 714
loc: {...}
start: {...}
- line: 22
- column: 14
}end: {...}
- line: 29
- column: 2
}
}elements: [...] (6)
ObjectExpression {...}
- type: "ObjectExpression"
- start: 547
- end: 571
loc: {...}
start: {...}
- line: 23
- column: 2
}end: {...}
- line: 23
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 548
- end: 554
loc: {...}
start: {...}
- line: 23
- column: 3
}end: {...}
- line: 23
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 548
- end: 550
loc: {...}
start: {...}
- line: 23
- column: 3
}end: {...}
- line: 23
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 552
- end: 554
loc: {...}
start: {...}
- line: 23
- column: 7
}end: {...}
- line: 23
- column: 9
}
}- value: 31
- raw: "31"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 556
- end: 570
loc: {...}
start: {...}
- line: 23
- column: 11
}end: {...}
- line: 23
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 556
- end: 560
loc: {...}
start: {...}
- line: 23
- column: 11
}end: {...}
- line: 23
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 562
- end: 570
loc: {...}
start: {...}
- line: 23
- column: 17
}end: {...}
- line: 23
- column: 25
}
}- value: "item31"
- raw: "\"item31\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 575
- end: 599
loc: {...}
start: {...}
- line: 24
- column: 2
}end: {...}
- line: 24
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 576
- end: 582
loc: {...}
start: {...}
- line: 24
- column: 3
}end: {...}
- line: 24
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 576
- end: 578
loc: {...}
start: {...}
- line: 24
- column: 3
}end: {...}
- line: 24
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 580
- end: 582
loc: {...}
start: {...}
- line: 24
- column: 7
}end: {...}
- line: 24
- column: 9
}
}- value: 32
- raw: "32"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 584
- end: 598
loc: {...}
start: {...}
- line: 24
- column: 11
}end: {...}
- line: 24
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 584
- end: 588
loc: {...}
start: {...}
- line: 24
- column: 11
}end: {...}
- line: 24
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 590
- end: 598
loc: {...}
start: {...}
- line: 24
- column: 17
}end: {...}
- line: 24
- column: 25
}
}- value: "item32"
- raw: "\"item32\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 603
- end: 627
loc: {...}
start: {...}
- line: 25
- column: 2
}end: {...}
- line: 25
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 604
- end: 610
loc: {...}
start: {...}
- line: 25
- column: 3
}end: {...}
- line: 25
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 604
- end: 606
loc: {...}
start: {...}
- line: 25
- column: 3
}end: {...}
- line: 25
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 608
- end: 610
loc: {...}
start: {...}
- line: 25
- column: 7
}end: {...}
- line: 25
- column: 9
}
}- value: 33
- raw: "33"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 612
- end: 626
loc: {...}
start: {...}
- line: 25
- column: 11
}end: {...}
- line: 25
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 612
- end: 616
loc: {...}
start: {...}
- line: 25
- column: 11
}end: {...}
- line: 25
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 618
- end: 626
loc: {...}
start: {...}
- line: 25
- column: 17
}end: {...}
- line: 25
- column: 25
}
}- value: "item33"
- raw: "\"item33\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 631
- end: 655
loc: {...}
start: {...}
- line: 26
- column: 2
}end: {...}
- line: 26
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 632
- end: 638
loc: {...}
start: {...}
- line: 26
- column: 3
}end: {...}
- line: 26
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 632
- end: 634
loc: {...}
start: {...}
- line: 26
- column: 3
}end: {...}
- line: 26
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 636
- end: 638
loc: {...}
start: {...}
- line: 26
- column: 7
}end: {...}
- line: 26
- column: 9
}
}- value: 34
- raw: "34"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 640
- end: 654
loc: {...}
start: {...}
- line: 26
- column: 11
}end: {...}
- line: 26
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 640
- end: 644
loc: {...}
start: {...}
- line: 26
- column: 11
}end: {...}
- line: 26
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 646
- end: 654
loc: {...}
start: {...}
- line: 26
- column: 17
}end: {...}
- line: 26
- column: 25
}
}- value: "item34"
- raw: "\"item34\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 659
- end: 683
loc: {...}
start: {...}
- line: 27
- column: 2
}end: {...}
- line: 27
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 660
- end: 666
loc: {...}
start: {...}
- line: 27
- column: 3
}end: {...}
- line: 27
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 660
- end: 662
loc: {...}
start: {...}
- line: 27
- column: 3
}end: {...}
- line: 27
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 664
- end: 666
loc: {...}
start: {...}
- line: 27
- column: 7
}end: {...}
- line: 27
- column: 9
}
}- value: 35
- raw: "35"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 668
- end: 682
loc: {...}
start: {...}
- line: 27
- column: 11
}end: {...}
- line: 27
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 668
- end: 672
loc: {...}
start: {...}
- line: 27
- column: 11
}end: {...}
- line: 27
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 674
- end: 682
loc: {...}
start: {...}
- line: 27
- column: 17
}end: {...}
- line: 27
- column: 25
}
}- value: "item35"
- raw: "\"item35\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 687
- end: 711
loc: {...}
start: {...}
- line: 28
- column: 2
}end: {...}
- line: 28
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 688
- end: 694
loc: {...}
start: {...}
- line: 28
- column: 3
}end: {...}
- line: 28
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 688
- end: 690
loc: {...}
start: {...}
- line: 28
- column: 3
}end: {...}
- line: 28
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 692
- end: 694
loc: {...}
start: {...}
- line: 28
- column: 7
}end: {...}
- line: 28
- column: 9
}
}- value: 36
- raw: "36"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 696
- end: 710
loc: {...}
start: {...}
- line: 28
- column: 11
}end: {...}
- line: 28
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 696
- end: 700
loc: {...}
start: {...}
- line: 28
- column: 11
}end: {...}
- line: 28
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 702
- end: 710
loc: {...}
start: {...}
- line: 28
- column: 17
}end: {...}
- line: 28
- column: 25
}
}- value: "item36"
- raw: "\"item36\""
}- kind: "init"
}
]
}
]
}
}
]- kind: "let"
} VariableDeclaration {...}
- type: "VariableDeclaration"
- start: 717
- end: 902
loc: {...}
start: {...}
- line: 30
- column: 1
}end: {...}
- line: 37
- column: 3
}
}declarations: [...] (1)
VariableDeclarator {...}
- type: "VariableDeclarator"
- start: 721
- end: 901
loc: {...}
start: {...}
- line: 30
- column: 5
}end: {...}
- line: 37
- column: 2
}
}id: Identifier {...}
- type: "Identifier"
- start: 721
- end: 727
loc: {...}
start: {...}
- line: 30
- column: 5
}end: {...}
- line: 30
- column: 11
}
}- name: "items5"
}init: ArrayExpression {...}
- type: "ArrayExpression"
- start: 730
- end: 901
loc: {...}
start: {...}
- line: 30
- column: 14
}end: {...}
- line: 37
- column: 2
}
}elements: [...] (6)
ObjectExpression {...}
- type: "ObjectExpression"
- start: 734
- end: 758
loc: {...}
start: {...}
- line: 31
- column: 2
}end: {...}
- line: 31
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 735
- end: 741
loc: {...}
start: {...}
- line: 31
- column: 3
}end: {...}
- line: 31
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 735
- end: 737
loc: {...}
start: {...}
- line: 31
- column: 3
}end: {...}
- line: 31
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 739
- end: 741
loc: {...}
start: {...}
- line: 31
- column: 7
}end: {...}
- line: 31
- column: 9
}
}- value: 51
- raw: "51"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 743
- end: 757
loc: {...}
start: {...}
- line: 31
- column: 11
}end: {...}
- line: 31
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 743
- end: 747
loc: {...}
start: {...}
- line: 31
- column: 11
}end: {...}
- line: 31
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 749
- end: 757
loc: {...}
start: {...}
- line: 31
- column: 17
}end: {...}
- line: 31
- column: 25
}
}- value: "item51"
- raw: "\"item51\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 762
- end: 786
loc: {...}
start: {...}
- line: 32
- column: 2
}end: {...}
- line: 32
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 763
- end: 769
loc: {...}
start: {...}
- line: 32
- column: 3
}end: {...}
- line: 32
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 763
- end: 765
loc: {...}
start: {...}
- line: 32
- column: 3
}end: {...}
- line: 32
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 767
- end: 769
loc: {...}
start: {...}
- line: 32
- column: 7
}end: {...}
- line: 32
- column: 9
}
}- value: 52
- raw: "52"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 771
- end: 785
loc: {...}
start: {...}
- line: 32
- column: 11
}end: {...}
- line: 32
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 771
- end: 775
loc: {...}
start: {...}
- line: 32
- column: 11
}end: {...}
- line: 32
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 777
- end: 785
loc: {...}
start: {...}
- line: 32
- column: 17
}end: {...}
- line: 32
- column: 25
}
}- value: "item52"
- raw: "\"item52\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 790
- end: 814
loc: {...}
start: {...}
- line: 33
- column: 2
}end: {...}
- line: 33
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 791
- end: 797
loc: {...}
start: {...}
- line: 33
- column: 3
}end: {...}
- line: 33
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 791
- end: 793
loc: {...}
start: {...}
- line: 33
- column: 3
}end: {...}
- line: 33
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 795
- end: 797
loc: {...}
start: {...}
- line: 33
- column: 7
}end: {...}
- line: 33
- column: 9
}
}- value: 53
- raw: "53"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 799
- end: 813
loc: {...}
start: {...}
- line: 33
- column: 11
}end: {...}
- line: 33
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 799
- end: 803
loc: {...}
start: {...}
- line: 33
- column: 11
}end: {...}
- line: 33
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 805
- end: 813
loc: {...}
start: {...}
- line: 33
- column: 17
}end: {...}
- line: 33
- column: 25
}
}- value: "item53"
- raw: "\"item53\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 818
- end: 842
loc: {...}
start: {...}
- line: 34
- column: 2
}end: {...}
- line: 34
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 819
- end: 825
loc: {...}
start: {...}
- line: 34
- column: 3
}end: {...}
- line: 34
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 819
- end: 821
loc: {...}
start: {...}
- line: 34
- column: 3
}end: {...}
- line: 34
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 823
- end: 825
loc: {...}
start: {...}
- line: 34
- column: 7
}end: {...}
- line: 34
- column: 9
}
}- value: 54
- raw: "54"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 827
- end: 841
loc: {...}
start: {...}
- line: 34
- column: 11
}end: {...}
- line: 34
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 827
- end: 831
loc: {...}
start: {...}
- line: 34
- column: 11
}end: {...}
- line: 34
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 833
- end: 841
loc: {...}
start: {...}
- line: 34
- column: 17
}end: {...}
- line: 34
- column: 25
}
}- value: "item54"
- raw: "\"item54\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 846
- end: 870
loc: {...}
start: {...}
- line: 35
- column: 2
}end: {...}
- line: 35
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 847
- end: 853
loc: {...}
start: {...}
- line: 35
- column: 3
}end: {...}
- line: 35
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 847
- end: 849
loc: {...}
start: {...}
- line: 35
- column: 3
}end: {...}
- line: 35
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 851
- end: 853
loc: {...}
start: {...}
- line: 35
- column: 7
}end: {...}
- line: 35
- column: 9
}
}- value: 55
- raw: "55"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 855
- end: 869
loc: {...}
start: {...}
- line: 35
- column: 11
}end: {...}
- line: 35
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 855
- end: 859
loc: {...}
start: {...}
- line: 35
- column: 11
}end: {...}
- line: 35
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 861
- end: 869
loc: {...}
start: {...}
- line: 35
- column: 17
}end: {...}
- line: 35
- column: 25
}
}- value: "item55"
- raw: "\"item55\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 874
- end: 898
loc: {...}
start: {...}
- line: 36
- column: 2
}end: {...}
- line: 36
- column: 26
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 875
- end: 881
loc: {...}
start: {...}
- line: 36
- column: 3
}end: {...}
- line: 36
- column: 9
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 875
- end: 877
loc: {...}
start: {...}
- line: 36
- column: 3
}end: {...}
- line: 36
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 879
- end: 881
loc: {...}
start: {...}
- line: 36
- column: 7
}end: {...}
- line: 36
- column: 9
}
}- value: 56
- raw: "56"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 883
- end: 897
loc: {...}
start: {...}
- line: 36
- column: 11
}end: {...}
- line: 36
- column: 25
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 883
- end: 887
loc: {...}
start: {...}
- line: 36
- column: 11
}end: {...}
- line: 36
- column: 15
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 889
- end: 897
loc: {...}
start: {...}
- line: 36
- column: 17
}end: {...}
- line: 36
- column: 25
}
}- value: "item56"
- raw: "\"item56\""
}- kind: "init"
}
]
}
]
}
}
]- kind: "let"
} VariableDeclaration {...}
- type: "VariableDeclaration"
- start: 904
- end: 1341
loc: {...}
start: {...}
- line: 38
- column: 1
}end: {...}
- line: 64
- column: 3
}
}declarations: [...] (1)
VariableDeclarator {...}
- type: "VariableDeclarator"
- start: 908
- end: 1340
loc: {...}
start: {...}
- line: 38
- column: 5
}end: {...}
- line: 64
- column: 2
}
}id: Identifier {...}
- type: "Identifier"
- start: 908
- end: 913
loc: {...}
start: {...}
- line: 38
- column: 5
}end: {...}
- line: 38
- column: 10
}
}- name: "board"
}init: ArrayExpression {...}
- type: "ArrayExpression"
- start: 916
- end: 1340
loc: {...}
start: {...}
- line: 38
- column: 13
}end: {...}
- line: 64
- column: 2
}
}elements: [...] (3)
ObjectExpression {...}
- type: "ObjectExpression"
- start: 920
- end: 1238
loc: {...}
start: {...}
- line: 39
- column: 2
}end: {...}
- line: 53
- column: 3
}
}properties: [...] (3)
Property {...}
- type: "Property"
- start: 925
- end: 930
loc: {...}
start: {...}
- line: 40
- column: 3
}end: {...}
- line: 40
- column: 8
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 925
- end: 927
loc: {...}
start: {...}
- line: 40
- column: 3
}end: {...}
- line: 40
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 929
- end: 930
loc: {...}
start: {...}
- line: 40
- column: 7
}end: {...}
- line: 40
- column: 8
}
}- value: 1
- raw: "1"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 935
- end: 947
loc: {...}
start: {...}
- line: 41
- column: 3
}end: {...}
- line: 41
- column: 15
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 935
- end: 939
loc: {...}
start: {...}
- line: 41
- column: 3
}end: {...}
- line: 41
- column: 7
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 941
- end: 947
loc: {...}
start: {...}
- line: 41
- column: 9
}end: {...}
- line: 41
- column: 15
}
}- value: "TODO"
- raw: "\"TODO\""
}- kind: "init"
} Property {...}
- type: "Property"
- start: 952
- end: 1234
loc: {...}
start: {...}
- line: 42
- column: 3
}end: {...}
- line: 52
- column: 4
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 952
- end: 957
loc: {...}
start: {...}
- line: 42
- column: 3
}end: {...}
- line: 42
- column: 8
}
}- name: "items"
}value: ArrayExpression {...}
- type: "ArrayExpression"
- start: 959
- end: 1234
loc: {...}
start: {...}
- line: 42
- column: 10
}end: {...}
- line: 52
- column: 4
}
}elements: [...] (9)
ObjectExpression {...}
- type: "ObjectExpression"
- start: 965
- end: 989
loc: {...}
start: {...}
- line: 43
- column: 4
}end: {...}
- line: 43
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 966
- end: 972
loc: {...}
start: {...}
- line: 43
- column: 5
}end: {...}
- line: 43
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 966
- end: 968
loc: {...}
start: {...}
- line: 43
- column: 5
}end: {...}
- line: 43
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 970
- end: 972
loc: {...}
start: {...}
- line: 43
- column: 9
}end: {...}
- line: 43
- column: 11
}
}- value: 41
- raw: "41"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 974
- end: 988
loc: {...}
start: {...}
- line: 43
- column: 13
}end: {...}
- line: 43
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 974
- end: 978
loc: {...}
start: {...}
- line: 43
- column: 13
}end: {...}
- line: 43
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 980
- end: 988
loc: {...}
start: {...}
- line: 43
- column: 19
}end: {...}
- line: 43
- column: 27
}
}- value: "item41"
- raw: "\"item41\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 995
- end: 1019
loc: {...}
start: {...}
- line: 44
- column: 4
}end: {...}
- line: 44
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 996
- end: 1002
loc: {...}
start: {...}
- line: 44
- column: 5
}end: {...}
- line: 44
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 996
- end: 998
loc: {...}
start: {...}
- line: 44
- column: 5
}end: {...}
- line: 44
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1000
- end: 1002
loc: {...}
start: {...}
- line: 44
- column: 9
}end: {...}
- line: 44
- column: 11
}
}- value: 42
- raw: "42"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1004
- end: 1018
loc: {...}
start: {...}
- line: 44
- column: 13
}end: {...}
- line: 44
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1004
- end: 1008
loc: {...}
start: {...}
- line: 44
- column: 13
}end: {...}
- line: 44
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1010
- end: 1018
loc: {...}
start: {...}
- line: 44
- column: 19
}end: {...}
- line: 44
- column: 27
}
}- value: "item42"
- raw: "\"item42\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1025
- end: 1049
loc: {...}
start: {...}
- line: 45
- column: 4
}end: {...}
- line: 45
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1026
- end: 1032
loc: {...}
start: {...}
- line: 45
- column: 5
}end: {...}
- line: 45
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1026
- end: 1028
loc: {...}
start: {...}
- line: 45
- column: 5
}end: {...}
- line: 45
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1030
- end: 1032
loc: {...}
start: {...}
- line: 45
- column: 9
}end: {...}
- line: 45
- column: 11
}
}- value: 43
- raw: "43"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1034
- end: 1048
loc: {...}
start: {...}
- line: 45
- column: 13
}end: {...}
- line: 45
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1034
- end: 1038
loc: {...}
start: {...}
- line: 45
- column: 13
}end: {...}
- line: 45
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1040
- end: 1048
loc: {...}
start: {...}
- line: 45
- column: 19
}end: {...}
- line: 45
- column: 27
}
}- value: "item43"
- raw: "\"item43\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1055
- end: 1079
loc: {...}
start: {...}
- line: 46
- column: 4
}end: {...}
- line: 46
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1056
- end: 1062
loc: {...}
start: {...}
- line: 46
- column: 5
}end: {...}
- line: 46
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1056
- end: 1058
loc: {...}
start: {...}
- line: 46
- column: 5
}end: {...}
- line: 46
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1060
- end: 1062
loc: {...}
start: {...}
- line: 46
- column: 9
}end: {...}
- line: 46
- column: 11
}
}- value: 44
- raw: "44"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1064
- end: 1078
loc: {...}
start: {...}
- line: 46
- column: 13
}end: {...}
- line: 46
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1064
- end: 1068
loc: {...}
start: {...}
- line: 46
- column: 13
}end: {...}
- line: 46
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1070
- end: 1078
loc: {...}
start: {...}
- line: 46
- column: 19
}end: {...}
- line: 46
- column: 27
}
}- value: "item44"
- raw: "\"item44\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1085
- end: 1109
loc: {...}
start: {...}
- line: 47
- column: 4
}end: {...}
- line: 47
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1086
- end: 1092
loc: {...}
start: {...}
- line: 47
- column: 5
}end: {...}
- line: 47
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1086
- end: 1088
loc: {...}
start: {...}
- line: 47
- column: 5
}end: {...}
- line: 47
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1090
- end: 1092
loc: {...}
start: {...}
- line: 47
- column: 9
}end: {...}
- line: 47
- column: 11
}
}- value: 45
- raw: "45"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1094
- end: 1108
loc: {...}
start: {...}
- line: 47
- column: 13
}end: {...}
- line: 47
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1094
- end: 1098
loc: {...}
start: {...}
- line: 47
- column: 13
}end: {...}
- line: 47
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1100
- end: 1108
loc: {...}
start: {...}
- line: 47
- column: 19
}end: {...}
- line: 47
- column: 27
}
}- value: "item45"
- raw: "\"item45\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1115
- end: 1139
loc: {...}
start: {...}
- line: 48
- column: 4
}end: {...}
- line: 48
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1116
- end: 1122
loc: {...}
start: {...}
- line: 48
- column: 5
}end: {...}
- line: 48
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1116
- end: 1118
loc: {...}
start: {...}
- line: 48
- column: 5
}end: {...}
- line: 48
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1120
- end: 1122
loc: {...}
start: {...}
- line: 48
- column: 9
}end: {...}
- line: 48
- column: 11
}
}- value: 46
- raw: "46"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1124
- end: 1138
loc: {...}
start: {...}
- line: 48
- column: 13
}end: {...}
- line: 48
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1124
- end: 1128
loc: {...}
start: {...}
- line: 48
- column: 13
}end: {...}
- line: 48
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1130
- end: 1138
loc: {...}
start: {...}
- line: 48
- column: 19
}end: {...}
- line: 48
- column: 27
}
}- value: "item46"
- raw: "\"item46\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1145
- end: 1169
loc: {...}
start: {...}
- line: 49
- column: 4
}end: {...}
- line: 49
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1146
- end: 1152
loc: {...}
start: {...}
- line: 49
- column: 5
}end: {...}
- line: 49
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1146
- end: 1148
loc: {...}
start: {...}
- line: 49
- column: 5
}end: {...}
- line: 49
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1150
- end: 1152
loc: {...}
start: {...}
- line: 49
- column: 9
}end: {...}
- line: 49
- column: 11
}
}- value: 47
- raw: "47"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1154
- end: 1168
loc: {...}
start: {...}
- line: 49
- column: 13
}end: {...}
- line: 49
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1154
- end: 1158
loc: {...}
start: {...}
- line: 49
- column: 13
}end: {...}
- line: 49
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1160
- end: 1168
loc: {...}
start: {...}
- line: 49
- column: 19
}end: {...}
- line: 49
- column: 27
}
}- value: "item47"
- raw: "\"item47\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1175
- end: 1199
loc: {...}
start: {...}
- line: 50
- column: 4
}end: {...}
- line: 50
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1176
- end: 1182
loc: {...}
start: {...}
- line: 50
- column: 5
}end: {...}
- line: 50
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1176
- end: 1178
loc: {...}
start: {...}
- line: 50
- column: 5
}end: {...}
- line: 50
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1180
- end: 1182
loc: {...}
start: {...}
- line: 50
- column: 9
}end: {...}
- line: 50
- column: 11
}
}- value: 48
- raw: "48"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1184
- end: 1198
loc: {...}
start: {...}
- line: 50
- column: 13
}end: {...}
- line: 50
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1184
- end: 1188
loc: {...}
start: {...}
- line: 50
- column: 13
}end: {...}
- line: 50
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1190
- end: 1198
loc: {...}
start: {...}
- line: 50
- column: 19
}end: {...}
- line: 50
- column: 27
}
}- value: "item48"
- raw: "\"item48\""
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1205
- end: 1229
loc: {...}
start: {...}
- line: 51
- column: 4
}end: {...}
- line: 51
- column: 28
}
}properties: [...] (2)
Property {...}
- type: "Property"
- start: 1206
- end: 1212
loc: {...}
start: {...}
- line: 51
- column: 5
}end: {...}
- line: 51
- column: 11
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1206
- end: 1208
loc: {...}
start: {...}
- line: 51
- column: 5
}end: {...}
- line: 51
- column: 7
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1210
- end: 1212
loc: {...}
start: {...}
- line: 51
- column: 9
}end: {...}
- line: 51
- column: 11
}
}- value: 49
- raw: "49"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1214
- end: 1228
loc: {...}
start: {...}
- line: 51
- column: 13
}end: {...}
- line: 51
- column: 27
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1214
- end: 1218
loc: {...}
start: {...}
- line: 51
- column: 13
}end: {...}
- line: 51
- column: 17
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1220
- end: 1228
loc: {...}
start: {...}
- line: 51
- column: 19
}end: {...}
- line: 51
- column: 27
}
}- value: "item49"
- raw: "\"item49\""
}- kind: "init"
}
]
}
]
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1242
- end: 1288
loc: {...}
start: {...}
- line: 54
- column: 2
}end: {...}
- line: 58
- column: 3
}
}properties: [...] (3)
Property {...}
- type: "Property"
- start: 1247
- end: 1252
loc: {...}
start: {...}
- line: 55
- column: 3
}end: {...}
- line: 55
- column: 8
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1247
- end: 1249
loc: {...}
start: {...}
- line: 55
- column: 3
}end: {...}
- line: 55
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1251
- end: 1252
loc: {...}
start: {...}
- line: 55
- column: 7
}end: {...}
- line: 55
- column: 8
}
}- value: 2
- raw: "2"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1257
- end: 1270
loc: {...}
start: {...}
- line: 56
- column: 3
}end: {...}
- line: 56
- column: 16
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1257
- end: 1261
loc: {...}
start: {...}
- line: 56
- column: 3
}end: {...}
- line: 56
- column: 7
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1263
- end: 1270
loc: {...}
start: {...}
- line: 56
- column: 9
}end: {...}
- line: 56
- column: 16
}
}- value: "DOING"
- raw: "\"DOING\""
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1275
- end: 1284
loc: {...}
start: {...}
- line: 57
- column: 3
}end: {...}
- line: 57
- column: 12
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1275
- end: 1280
loc: {...}
start: {...}
- line: 57
- column: 3
}end: {...}
- line: 57
- column: 8
}
}- name: "items"
}value: ArrayExpression {...}
- type: "ArrayExpression"
- start: 1282
- end: 1284
loc: {...}
start: {...}
- line: 57
- column: 10
}end: {...}
- line: 57
- column: 12
}
}- elements: []
}- kind: "init"
}
]
} ObjectExpression {...}
- type: "ObjectExpression"
- start: 1292
- end: 1337
loc: {...}
start: {...}
- line: 59
- column: 2
}end: {...}
- line: 63
- column: 3
}
}properties: [...] (3)
Property {...}
- type: "Property"
- start: 1297
- end: 1302
loc: {...}
start: {...}
- line: 60
- column: 3
}end: {...}
- line: 60
- column: 8
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1297
- end: 1299
loc: {...}
start: {...}
- line: 60
- column: 3
}end: {...}
- line: 60
- column: 5
}
}- name: "id"
}value: Literal {...}
- type: "Literal"
- start: 1301
- end: 1302
loc: {...}
start: {...}
- line: 60
- column: 7
}end: {...}
- line: 60
- column: 8
}
}- value: 3
- raw: "3"
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1307
- end: 1319
loc: {...}
start: {...}
- line: 61
- column: 3
}end: {...}
- line: 61
- column: 15
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1307
- end: 1311
loc: {...}
start: {...}
- line: 61
- column: 3
}end: {...}
- line: 61
- column: 7
}
}- name: "name"
}value: Literal {...}
- type: "Literal"
- start: 1313
- end: 1319
loc: {...}
start: {...}
- line: 61
- column: 9
}end: {...}
- line: 61
- column: 15
}
}- value: "DONE"
- raw: "\"DONE\""
}- kind: "init"
} Property {...}
- type: "Property"
- start: 1324
- end: 1333
loc: {...}
start: {...}
- line: 62
- column: 3
}end: {...}
- line: 62
- column: 12
}
}- method: false
- shorthand: false
- computed: false
key: Identifier {...}
- type: "Identifier"
- start: 1324
- end: 1329
loc: {...}
start: {...}
- line: 62
- column: 3
}end: {...}
- line: 62
- column: 8
}
}- name: "items"
}value: ArrayExpression {...}
- type: "ArrayExpression"
- start: 1331
- end: 1333
loc: {...}
start: {...}
- line: 62
- column: 10
}end: {...}
- line: 62
- column: 12
}
}- elements: []
}- kind: "init"
}
]
}
]
}
}
]- kind: "let"
}
]- sourceType: "module"
}- attributes: []
}
}
The AST is not public API and may change at any point in time