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
references:
- kind: "import_statement"
reference_kind: "import"
name_field: "source"
special: null
- kind: "call_expression"
reference_kind: "call"
name_field: "function"
special: null
- kind: "call_expression"
reference_kind: "callback"
name_field: null
special: "callback_args"
- kind: "class_declaration"
reference_kind: "inherits"
name_field: null
special: "ts_class_heritage"
scope_containers:
- kind: "class_declaration"
name_field: "name"
body_field: "body"
- kind: "function_declaration"
name_field: "name"
body_field: "body"
- kind: "method_definition"
name_field: "name"
body_field: "body"
- kind: "module"
name_field: "name"
body_field: "body"
- kind: "internal_module"
name_field: "name"
body_field: "body"
unwrap_nodes:
- "export_statement"