-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema-uml.drawio
More file actions
192 lines (192 loc) · 32.6 KB
/
Copy pathschema-uml.drawio
File metadata and controls
192 lines (192 loc) · 32.6 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<mxfile host="Electron">
<diagram id="cP3nQLXQUzaVoHXPkzMq" name="Page-1">
<mxGraphModel dx="2435" dy="1912" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="1100" pageHeight="850" math="0" shadow="0" adaptiveColors="auto">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="title" parent="1" style="text;html=1;align=left;verticalAlign=middle;fontSize=20;fontFamily=IBM Plex Sans;fontColor=light-dark(#161616,#f4f4f4);" value="<b>CLDK TypeScript — analysis.json schema (primary containment tree)</b><br><font color="#6f6f6f">source: src/schema/schema.ts · root = TSApplication · ◆──▷ owns / contains · ↺ recursive</font>" vertex="1">
<mxGeometry height="50" width="1400" x="337" y="-120" as="geometry" />
</mxCell>
<mxCell id="legend" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);fillColor=light-dark(#ffffff,#1a1a1a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>Legend</b><hr>◆──▷ composition (owns / contains)<br>↺ self-loop = recursive nesting<br><br>This is the PRIMARY containment tree (one parent<br>per type → no crossing edges). Cross-links such as<br>Class.methods → TSCallable and<br>Interface.properties → TSClassAttribute are listed<br>as fields, not drawn, to keep the tree readable.<br><br><b>Notation</b><br>X[] = array · {str → X} = Record · X? = nullable<br>flags: = grouped booleans · span: = source position<br><br><b>Tiers</b><br>red = root · blue = file / namespace<br>teal = declarations · green = enum / type-alias<br>gray = leaf records · purple = call graph" vertex="1">
<mxGeometry height="420" width="380" x="337" as="geometry" />
</mxCell>
<mxCell id="app" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#fff1f1,#4b1a1f);strokeColor=light-dark(#da1e28,#fa4d56);" value="<b>TSApplication</b> «root»<hr>symbol_table: {str → TSModule}<br>call_graph: TSCallEdge[]<br>external_symbols: {str → TSExternalSymbol}" vertex="1">
<mxGeometry height="100" width="300" y="1465" as="geometry" />
</mxCell>
<mxCell id="mod" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#edf5ff,#1c2a3f);strokeColor=light-dark(#0f62fe,#4589ff);" value="<b>TSModule</b> «file»<hr>file_path: str<br>module_name: str<br>imports: TSImport[]<br>exports: TSExport[]<br>comments: TSComment[]<br>classes: {str → TSClass}<br>interfaces: {str → TSInterface}<br>enums: {str → TSEnum}<br>type_aliases: {str → TSTypeAlias}<br>functions: {str → TSCallable}<br>namespaces: {str → TSNamespace}<br>variables: TSVariableDeclaration[]<br>flags: is_tsx, is_declaration_file<br>cache: content_hash?, last_modified?, file_size?" vertex="1">
<mxGeometry height="300" width="320" x="420" y="1217" as="geometry" />
</mxCell>
<mxCell id="edge" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f6f2ff,#2a1a3a);strokeColor=light-dark(#8a3ffc,#be95ff);" value="<b>TSCallEdge</b> «call graph»<hr>source: str (signature)<br>target: str (signature)<br>type: "CALL_DEP"<br>weight: num<br>provenance: str[]<br>tags: {str → str}" vertex="1">
<mxGeometry height="155" width="320" x="420" y="1625" as="geometry" />
</mxCell>
<mxCell id="ext" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f6f2ff,#2a1a3a);strokeColor=light-dark(#8a3ffc,#be95ff);" value="<b>TSExternalSymbol</b> «phantom»<hr>name: str<br>module: str" vertex="1">
<mxGeometry height="80" width="320" x="420" y="1860" as="geometry" />
</mxCell>
<mxCell id="imp" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSImport</b><hr>module: str<br>name: str<br>alias: str?<br>import_kind: named | default | namespace | side_effect<br>is_type_only: bool<br>span: line/col" vertex="1">
<mxGeometry height="155" width="350" x="900" as="geometry" />
</mxCell>
<mxCell id="exp" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSExport</b><hr>module: str?<br>name: str<br>alias: str?<br>export_kind: named | default | namespace | re_export<br>is_type_only: bool<br>span: line/col" vertex="1">
<mxGeometry height="155" width="350" x="900" y="185" as="geometry" />
</mxCell>
<mxCell id="cls" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#d9fbfb,#0c2b2b);strokeColor=light-dark(#007d79,#08bdba);" value="<b>TSClass</b> «recursive»<hr>name: str<br>signature: str<br>comments: TSComment[]<br>code: str?<br>decorators: TSDecorator[]<br>base_classes: str[]<br>implements_types: str[]<br>type_parameters: TSTypeParameter[]<br>methods: {str → TSCallable}<br>attributes: {str → TSClassAttribute}<br>inner_classes: {str → TSClass}<br>entrypoints: TSEntrypoint[]<br>flags: is_abstract, is_exported, is_ambient<br>span: start/end line" vertex="1">
<mxGeometry height="300" width="350" x="900" y="397" as="geometry" />
</mxCell>
<mxCell id="iface" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#d9fbfb,#0c2b2b);strokeColor=light-dark(#007d79,#08bdba);" value="<b>TSInterface</b><hr>name: str<br>signature: str<br>comments: TSComment[]<br>code: str?<br>base_classes: str[]<br>type_parameters: TSTypeParameter[]<br>methods: {str → TSCallable}<br>properties: {str → TSClassAttribute}<br>call_signatures: str[]<br>index_signatures: str[]<br>flags: is_exported, is_ambient<br>span: start/end line" vertex="1">
<mxGeometry height="260" width="350" x="900" y="755" as="geometry" />
</mxCell>
<mxCell id="enum" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#defbe6,#10261a);strokeColor=light-dark(#198038,#42be65);" value="<b>TSEnum</b><hr>name: str<br>signature: str<br>comments: TSComment[]<br>code: str?<br>members: TSEnumMember[]<br>flags: is_const, is_exported, is_ambient<br>span: start/end line" vertex="1">
<mxGeometry height="170" width="350" x="900" y="1045" as="geometry" />
</mxCell>
<mxCell id="alias" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#defbe6,#10261a);strokeColor=light-dark(#198038,#42be65);" value="<b>TSTypeAlias</b><hr>name: str<br>signature: str<br>comments: TSComment[]<br>code: str?<br>aliased_type: str<br>type_parameters: TSTypeParameter[]<br>flags: is_exported, is_ambient<br>span: start/end line" vertex="1">
<mxGeometry height="190" width="350" x="900" y="1245" as="geometry" />
</mxCell>
<mxCell id="call" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#d9fbfb,#0c2b2b);strokeColor=light-dark(#007d79,#08bdba);" value="<b>TSCallable</b> «recursive»<hr>name: str<br>path: str<br>signature: str (edge id)<br>comments: TSComment[]<br>decorators: TSDecorator[]<br>parameters: TSCallableParameter[]<br>type_parameters: TSTypeParameter[]<br>return_type: str?<br>code: str?<br>code_start_line: num<br>accessed_symbols: TSSymbol[]<br>call_sites: TSCallsite[]<br>inner_callables: {str → TSCallable}<br>inner_classes: {str → TSClass}<br>local_variables: TSVariableDeclaration[]<br>cyclomatic_complexity: num<br>entrypoints: TSEntrypoint[]<br>kind: TSCallableKind<br>accessibility: str?<br>accessor_kind: str?<br>overload_signatures: TSOverloadSignature[]<br>flags: is_static, is_abstract, is_async, is_generator, is_optional, is_readonly, is_exported, is_ambient, is_implicit<br>span: start/end line" vertex="1">
<mxGeometry height="500" width="350" x="900" y="1595" as="geometry" />
</mxCell>
<mxCell id="ns" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#edf5ff,#1c2a3f);strokeColor=light-dark(#0f62fe,#4589ff);" value="<b>TSNamespace</b> «recursive»<hr>name: str<br>signature: str<br>comments: TSComment[]<br>classes: {str → TSClass}<br>interfaces: {str → TSInterface}<br>enums: {str → TSEnum}<br>type_aliases: {str → TSTypeAlias}<br>functions: {str → TSCallable}<br>variables: TSVariableDeclaration[]<br>namespaces: {str → TSNamespace}<br>flags: is_exported, is_ambient<br>span: start/end line" vertex="1">
<mxGeometry height="260" width="320" x="900" y="2255" as="geometry" />
</mxCell>
<mxCell id="vard" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSVariableDeclaration</b><hr>name: str<br>type: str?<br>initializer: str?<br>value: unknown?<br>scope: module | namespace | class | function | block<br>declaration_kind: const | let | var | using | unknown<br>flags: is_readonly, is_exported<br>span: line/col" vertex="1">
<mxGeometry height="190" width="350" x="900" y="2545" as="geometry" />
</mxCell>
<mxCell id="attr" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSClassAttribute</b><hr>name: str<br>type: str?<br>comments: TSComment[]<br>decorators: TSDecorator[]<br>initializer: str?<br>accessibility: str?<br>flags: is_static, is_readonly, is_optional, is_abstract<br>span: start/end line" vertex="1">
<mxGeometry height="190" width="330" x="1450" y="370" as="geometry" />
</mxCell>
<mxCell id="entry" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSEntrypoint</b><hr>framework: str<br>detection_source: str<br>route_path: str?<br>http_methods: str[]<br>tags: {str → str}" vertex="1">
<mxGeometry height="135" width="330" x="1450" y="590" as="geometry" />
</mxCell>
<mxCell id="emem" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSEnumMember</b><hr>name: str<br>value: str?<br>span: start/end line" vertex="1">
<mxGeometry height="100" width="330" x="1450" y="1077" as="geometry" />
</mxCell>
<mxCell id="param" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSCallableParameter</b><hr>name: str<br>type: str?<br>default_value: str?<br>accessibility: str?<br>decorators: TSDecorator[]<br>flags: is_optional, is_rest, is_readonly<br>span: line/col" vertex="1">
<mxGeometry height="170" width="330" x="1450" y="1465" as="geometry" />
</mxCell>
<mxCell id="sym" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSSymbol</b><hr>name: str<br>scope: str<br>kind: str<br>type: str?<br>qualified_name: str?<br>is_builtin: bool<br>pos: lineno / col_offset" vertex="1">
<mxGeometry height="170" width="330" x="1450" y="1665" as="geometry" />
</mxCell>
<mxCell id="csite" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSCallsite</b><hr>method_name: str<br>receiver_expr: str?<br>receiver_type: str?<br>argument_types: str[]<br>type_arguments: str[]<br>return_type: str?<br>callee_signature: str?<br>flags: is_constructor_call, is_optional_chain<br>span: line/col" vertex="1">
<mxGeometry height="210" width="330" x="1450" y="1865" as="geometry" />
</mxCell>
<mxCell id="ovl" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSOverloadSignature</b><hr>parameters: TSCallableParameter[]<br>return_type: str?<br>type_parameters: TSTypeParameter[]<br>span: start/end line" vertex="1">
<mxGeometry height="120" width="330" x="1450" y="2105" as="geometry" />
</mxCell>
<mxCell id="meta_region" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=center;verticalAlign=top;dashed=1;spacingTop=6;spacingLeft=8;spacingRight=8;fontStyle=2;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);fillColor=light-dark(#f7f7f7,#161616);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>Ubiquitous metadata</b><br><font color="#6f6f6f">embedded in comments / decorators / type_parameters fields of most declarations — edges omitted for clarity</font>" vertex="1">
<mxGeometry height="532" width="360" x="1880" y="370" as="geometry" />
</mxCell>
<mxCell id="cmt" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSComment</b><hr>content: str<br>is_docstring: bool<br>span: line/col" vertex="1">
<mxGeometry height="100" width="300" x="1910" y="460" as="geometry" />
</mxCell>
<mxCell id="dec" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSDecorator</b><hr>name: str<br>qualified_name: str?<br>positional_arguments: str[]<br>keyword_arguments: {str → str}<br>span: line/col" vertex="1">
<mxGeometry height="135" width="300" x="1910" y="600" as="geometry" />
</mxCell>
<mxCell id="tparam" parent="1" style="rounded=8;whiteSpace=wrap;html=1;align=left;verticalAlign=top;spacingLeft=12;spacingRight=10;spacingTop=8;spacingBottom=8;fontFamily=IBM Plex Sans;fontSize=12;fontColor=light-dark(#161616,#f4f4f4);shadow=0;fillColor=light-dark(#f2f4f8,#2a2a2a);strokeColor=light-dark(#8d8d8d,#6f6f6f);" value="<b>TSTypeParameter</b><hr>name: str<br>constraint: str?<br>default: str?" vertex="1">
<mxGeometry height="100" width="300" x="1910" y="775" as="geometry" />
</mxCell>
<mxCell id="t1" edge="1" parent="1" source="app" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="mod" value="symbol_table">
<mxGeometry relative="1" x="0.5522" y="12" as="geometry">
<mxPoint x="-5" y="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t2" edge="1" parent="1" source="app" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="edge" value="call_graph">
<mxGeometry relative="1" x="0.9585" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t3" edge="1" parent="1" source="app" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="ext" value="external_symbols">
<mxGeometry relative="1" x="0.7624" y="-27" as="geometry">
<mxPoint x="-20" y="-9" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t4" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="imp" value="imports">
<mxGeometry relative="1" x="0.9448" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t5" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="exp" value="exports">
<mxGeometry relative="1" x="0.9367" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t6" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="cls" value="classes">
<mxGeometry relative="1" x="0.9143" as="geometry">
<mxPoint x="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t7" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="iface" value="interfaces">
<mxGeometry relative="1" x="0.8754" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t8" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="enum" value="enums">
<mxGeometry relative="1" x="0.7985" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t9" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="alias" value="type_aliases">
<mxGeometry relative="1" x="0.5401" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t10" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="call" value="functions">
<mxGeometry relative="1" x="0.8746" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t11" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="ns" value="namespaces">
<mxGeometry relative="1" x="0.9321" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t12" edge="1" parent="1" source="mod" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="vard" value="variables">
<mxGeometry relative="1" x="0.9414" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="t13" edge="1" parent="1" source="cls" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="attr" value="attributes">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t14" edge="1" parent="1" source="cls" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="entry" value="entrypoints">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t15" edge="1" parent="1" source="enum" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="emem" value="members">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t16" edge="1" parent="1" source="call" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="param" value="parameters">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t17" edge="1" parent="1" source="call" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="sym" value="accessed_symbols">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t18" edge="1" parent="1" source="call" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="csite" value="call_sites">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t19" edge="1" parent="1" source="call" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" target="ovl" value="overload_signatures">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="s1" edge="1" parent="1" source="ns" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=1;exitY=0.75;exitDx=0;exitDy=0;entryX=1;entryY=0.25;entryDx=0;entryDy=0;curved=1;" target="ns" value="namespaces ↺">
<mxGeometry relative="1" x="0.3988" y="28" as="geometry">
<mxPoint x="-1" as="offset" />
<Array as="points">
<mxPoint x="1382" y="2385" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="s2" edge="1" parent="1" source="cls" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=0.75;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=0;entryDx=0;entryDy=0;curved=1;" target="cls" value="inner_classes ↺">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1072" y="362" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="s3" edge="1" parent="1" source="call" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;startArrow=diamondThin;startFill=1;startSize=12;endArrow=open;endFill=0;endSize=8;strokeColor=light-dark(#525252,#a8a8a8);fontFamily=IBM Plex Sans;fontSize=11;fontColor=light-dark(#393939,#c6c6c6);labelBackgroundColor=light-dark(#f2f4f8,#262626);labelBorderColor=none;exitX=0.75;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=0;entryDx=0;entryDy=0;curved=1;" target="call" value="inner_callables ↺">
<mxGeometry relative="1" x="-0.3444" y="33" as="geometry">
<mxPoint as="offset" />
<Array as="points">
<mxPoint x="1074" y="1455" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>