@peter.naydenov/notice 2.4.2 → 2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/.claude/settings.local.json +10 -0
  2. package/Changelog.md +16 -0
  3. package/coverage/lcov-report/block-navigation.js +1 -1
  4. package/coverage/lcov-report/index.html +20 -20
  5. package/coverage/lcov-report/main.js.html +171 -168
  6. package/coverage/lcov-report/sorter.js +21 -7
  7. package/coverage/lcov.info +136 -218
  8. package/graphify-out/.graphify_ast.json +1003 -0
  9. package/graphify-out/.graphify_detect.json +1 -0
  10. package/graphify-out/.graphify_python +1 -0
  11. package/graphify-out/.graphify_uncached.txt +15 -0
  12. package/graphify-out/GRAPH_REPORT.md +143 -0
  13. package/graphify-out/cache/0851b0e27934e7cb51d3d94f9e4d981e83b80e7047ebea01d717486978255d66.json +1 -0
  14. package/graphify-out/cache/313b49fbec137bd0ec64660ace8991e0ed210d1782fec8e86ca1a131901ff58d.json +1 -0
  15. package/graphify-out/cache/324c4626d3d3315ed33b0eec6c2158c55fcc53bb501ffe6a852f6e17e8164667.json +1 -0
  16. package/graphify-out/cache/3335588971cea52118dc77fccba5c33701442c573224f845a638cabe71c34240.json +1 -0
  17. package/graphify-out/cache/362bc8f53fda674a6b0ef29bda4b1be41833ddda276e0a3262ac101a5b5bba83.json +1 -0
  18. package/graphify-out/cache/3cd7d97905369ba8190edae73532006c760e252754e064ea6d9fffa261b552e6.json +1 -0
  19. package/graphify-out/cache/5d53ce3027d393c8fe8b1763ed54a0262ba10e18988e26cf273bcb179522bf4d.json +1 -0
  20. package/graphify-out/cache/68e13aab864f52d3708a714958556b7e25ff8233ab8173893de892b323e26d1a.json +1 -0
  21. package/graphify-out/cache/6f0048e5fcf58195aa0c14d4bcbcb2193f818dfe56904f151fd5cc8c406e2ffa.json +1 -0
  22. package/graphify-out/cache/8218f61ff570b6f101de672ba486677b4fb579677ce88ef537f21b9a40f9728d.json +1 -0
  23. package/graphify-out/cache/a65de5e681850c06dc779842b61d7468c9816b72a92417e3c6a8c7eaa005ecb6.json +1 -0
  24. package/graphify-out/cache/a97f881a55f97de2392f6fa86d8dd11ff9e0e0d40ec302ab9d240ec175bce333.json +1 -0
  25. package/graphify-out/cache/ab5f5634b51fc23275d76e77db87f37c1fec389b14b0228b0c8dbe70d0683c84.json +1 -0
  26. package/graphify-out/cache/ast/v0.8.39/234d10784603a5cf5a6f44fe83948a6c3a014590660e4ea32e3ef72f7b485a4b.json +1 -0
  27. package/graphify-out/cache/ast/v0.8.39/74c9623e575baefe69331b1ab4d1ad96ac2bc0f6552f04e59ff556f95a6dd2a7.json +1 -0
  28. package/graphify-out/cache/c7df89e129098aa0a6723787757bd7c58c92f7a50d365f16f92b44391a6a3256.json +1 -0
  29. package/graphify-out/cache/eda9833c7da551691f85741b4b2ac73e9eca5578b842c62002cd120c7bc70eb2.json +1 -0
  30. package/graphify-out/cache/stat-index.json +1 -0
  31. package/graphify-out/cost.json +12 -0
  32. package/graphify-out/graph.html +266 -0
  33. package/graphify-out/graph.json +2470 -0
  34. package/graphify-out/manifest.json +17 -0
  35. package/package.json +12 -27
  36. package/src/main.js +18 -15
  37. package/vitest.config.js +12 -0
  38. package/coverage/tmp/coverage-46509-1760816753149-0.json +0 -1
  39. package/coverage/tmp/coverage-46510-1760816753116-0.json +0 -1
@@ -0,0 +1,2470 @@
1
+ {
2
+ "directed": false,
3
+ "multigraph": false,
4
+ "graph": {
5
+ "hyperedges": [
6
+ {
7
+ "id": "notice_api_surface",
8
+ "label": "Notice public API surface",
9
+ "nodes": [
10
+ "main_method_on",
11
+ "main_method_once",
12
+ "main_method_off",
13
+ "main_method_reset",
14
+ "main_method_emit",
15
+ "main_method_stop",
16
+ "main_method_start",
17
+ "main_method_debug"
18
+ ],
19
+ "relation": "form",
20
+ "confidence": "EXTRACTED",
21
+ "confidence_score": 1.0,
22
+ "source_file": "src/main.js"
23
+ },
24
+ {
25
+ "id": "subscription_lifecycle",
26
+ "label": "Subscription add/remove lifecycle",
27
+ "nodes": [
28
+ "main_method_on",
29
+ "main_method_once",
30
+ "main_method_off",
31
+ "main_method_reset",
32
+ "main_data_scroll",
33
+ "main_data_scroll_once"
34
+ ],
35
+ "relation": "participate_in",
36
+ "confidence": "INFERRED",
37
+ "confidence_score": 0.9,
38
+ "source_file": "src/main.js"
39
+ },
40
+ {
41
+ "id": "mute_lifecycle",
42
+ "label": "Event mute/unmute flow",
43
+ "nodes": [
44
+ "main_method_stop",
45
+ "main_method_start",
46
+ "main_method_emit",
47
+ "main_data_ignore",
48
+ "main_exe_callback"
49
+ ],
50
+ "relation": "participate_in",
51
+ "confidence": "INFERRED",
52
+ "confidence_score": 0.9,
53
+ "source_file": "src/main.js"
54
+ },
55
+ {
56
+ "id": "notice_brand_identity",
57
+ "label": "Notice Project Visual Identity",
58
+ "nodes": [
59
+ "notice_desk_event_emitter_label",
60
+ "notice_desk_bell_icon",
61
+ "notice_desk_notice_label"
62
+ ],
63
+ "relation": "form",
64
+ "confidence": "INFERRED",
65
+ "confidence_score": 0.85,
66
+ "source_file": "notice-desk.png"
67
+ }
68
+ ]
69
+ },
70
+ "nodes": [
71
+ {
72
+ "label": "rollup.config.js",
73
+ "file_type": "code",
74
+ "source_file": "rollup.config.js",
75
+ "source_location": "L1",
76
+ "id": "rollup_config",
77
+ "community": 14
78
+ },
79
+ {
80
+ "label": "main.d.ts",
81
+ "file_type": "code",
82
+ "source_file": "types/src/main.d.ts",
83
+ "source_location": "L1",
84
+ "id": "main_d",
85
+ "community": 15
86
+ },
87
+ {
88
+ "label": "01-notice.js",
89
+ "file_type": "code",
90
+ "source_file": "test/01-notice.js",
91
+ "source_location": "L1",
92
+ "id": "01_notice",
93
+ "community": 7
94
+ },
95
+ {
96
+ "label": "fn1()",
97
+ "file_type": "code",
98
+ "source_file": "test/01-notice.js",
99
+ "source_location": "L207",
100
+ "id": "01_notice_fn1",
101
+ "community": 7
102
+ },
103
+ {
104
+ "label": "fn2()",
105
+ "file_type": "code",
106
+ "source_file": "test/01-notice.js",
107
+ "source_location": "L208",
108
+ "id": "01_notice_fn2",
109
+ "community": 7
110
+ },
111
+ {
112
+ "label": "fn3()",
113
+ "file_type": "code",
114
+ "source_file": "test/01-notice.js",
115
+ "source_location": "L209",
116
+ "id": "01_notice_fn3",
117
+ "community": 7
118
+ },
119
+ {
120
+ "label": "block-navigation.js",
121
+ "file_type": "code",
122
+ "source_file": "coverage/lcov-report/block-navigation.js",
123
+ "source_location": "L1",
124
+ "id": "block_navigation",
125
+ "community": 5
126
+ },
127
+ {
128
+ "label": "toggleClass()",
129
+ "file_type": "code",
130
+ "source_file": "coverage/lcov-report/block-navigation.js",
131
+ "source_location": "L24",
132
+ "id": "block_navigation_toggleclass",
133
+ "community": 5
134
+ },
135
+ {
136
+ "label": "makeCurrent()",
137
+ "file_type": "code",
138
+ "source_file": "coverage/lcov-report/block-navigation.js",
139
+ "source_location": "L31",
140
+ "id": "block_navigation_makecurrent",
141
+ "community": 5
142
+ },
143
+ {
144
+ "label": "goToPrevious()",
145
+ "file_type": "code",
146
+ "source_file": "coverage/lcov-report/block-navigation.js",
147
+ "source_location": "L41",
148
+ "id": "block_navigation_gotoprevious",
149
+ "community": 5
150
+ },
151
+ {
152
+ "label": "goToNext()",
153
+ "file_type": "code",
154
+ "source_file": "coverage/lcov-report/block-navigation.js",
155
+ "source_location": "L52",
156
+ "id": "block_navigation_gotonext",
157
+ "community": 5
158
+ },
159
+ {
160
+ "label": "prettify.js",
161
+ "file_type": "code",
162
+ "source_file": "coverage/lcov-report/prettify.js",
163
+ "source_location": "L1",
164
+ "id": "prettify",
165
+ "community": 1
166
+ },
167
+ {
168
+ "label": "k()",
169
+ "file_type": "code",
170
+ "source_file": "coverage/lcov-report/prettify.js",
171
+ "source_location": "L2",
172
+ "id": "prettify_k",
173
+ "community": 1
174
+ },
175
+ {
176
+ "label": "a()",
177
+ "file_type": "code",
178
+ "source_file": "coverage/lcov-report/prettify.js",
179
+ "source_location": "L2",
180
+ "id": "prettify_a",
181
+ "community": 1
182
+ },
183
+ {
184
+ "label": "B()",
185
+ "file_type": "code",
186
+ "source_file": "coverage/lcov-report/prettify.js",
187
+ "source_location": "L2",
188
+ "id": "prettify_b",
189
+ "community": 1
190
+ },
191
+ {
192
+ "label": "o()",
193
+ "file_type": "code",
194
+ "source_file": "coverage/lcov-report/prettify.js",
195
+ "source_location": "L2",
196
+ "id": "prettify_o",
197
+ "community": 1
198
+ },
199
+ {
200
+ "label": "g()",
201
+ "file_type": "code",
202
+ "source_file": "coverage/lcov-report/prettify.js",
203
+ "source_location": "L2",
204
+ "id": "prettify_g",
205
+ "community": 1
206
+ },
207
+ {
208
+ "label": "i()",
209
+ "file_type": "code",
210
+ "source_file": "coverage/lcov-report/prettify.js",
211
+ "source_location": "L2",
212
+ "id": "prettify_i",
213
+ "community": 1
214
+ },
215
+ {
216
+ "label": "Q()",
217
+ "file_type": "code",
218
+ "source_file": "coverage/lcov-report/prettify.js",
219
+ "source_location": "L2",
220
+ "id": "prettify_q",
221
+ "community": 1
222
+ },
223
+ {
224
+ "label": "D()",
225
+ "file_type": "code",
226
+ "source_file": "coverage/lcov-report/prettify.js",
227
+ "source_location": "L2",
228
+ "id": "prettify_d",
229
+ "community": 1
230
+ },
231
+ {
232
+ "label": "c()",
233
+ "file_type": "code",
234
+ "source_file": "coverage/lcov-report/prettify.js",
235
+ "source_location": "L2",
236
+ "id": "prettify_c",
237
+ "community": 1
238
+ },
239
+ {
240
+ "label": "y()",
241
+ "file_type": "code",
242
+ "source_file": "coverage/lcov-report/prettify.js",
243
+ "source_location": "L2",
244
+ "id": "prettify_y",
245
+ "community": 1
246
+ },
247
+ {
248
+ "label": "sorter.js",
249
+ "file_type": "code",
250
+ "source_file": "coverage/lcov-report/sorter.js",
251
+ "source_location": "L1",
252
+ "id": "sorter",
253
+ "community": 0
254
+ },
255
+ {
256
+ "label": "getTable()",
257
+ "file_type": "code",
258
+ "source_file": "coverage/lcov-report/sorter.js",
259
+ "source_location": "L11",
260
+ "id": "sorter_gettable",
261
+ "community": 0
262
+ },
263
+ {
264
+ "label": "getTableHeader()",
265
+ "file_type": "code",
266
+ "source_file": "coverage/lcov-report/sorter.js",
267
+ "source_location": "L15",
268
+ "id": "sorter_gettableheader",
269
+ "community": 0
270
+ },
271
+ {
272
+ "label": "getTableBody()",
273
+ "file_type": "code",
274
+ "source_file": "coverage/lcov-report/sorter.js",
275
+ "source_location": "L19",
276
+ "id": "sorter_gettablebody",
277
+ "community": 0
278
+ },
279
+ {
280
+ "label": "getNthColumn()",
281
+ "file_type": "code",
282
+ "source_file": "coverage/lcov-report/sorter.js",
283
+ "source_location": "L23",
284
+ "id": "sorter_getnthcolumn",
285
+ "community": 0
286
+ },
287
+ {
288
+ "label": "onFilterInput()",
289
+ "file_type": "code",
290
+ "source_file": "coverage/lcov-report/sorter.js",
291
+ "source_location": "L27",
292
+ "id": "sorter_onfilterinput",
293
+ "community": 0
294
+ },
295
+ {
296
+ "label": "addSearchBox()",
297
+ "file_type": "code",
298
+ "source_file": "coverage/lcov-report/sorter.js",
299
+ "source_location": "L45",
300
+ "id": "sorter_addsearchbox",
301
+ "community": 0
302
+ },
303
+ {
304
+ "label": "loadColumns()",
305
+ "file_type": "code",
306
+ "source_file": "coverage/lcov-report/sorter.js",
307
+ "source_location": "L53",
308
+ "id": "sorter_loadcolumns",
309
+ "community": 0
310
+ },
311
+ {
312
+ "label": "loadRowData()",
313
+ "file_type": "code",
314
+ "source_file": "coverage/lcov-report/sorter.js",
315
+ "source_location": "L78",
316
+ "id": "sorter_loadrowdata",
317
+ "community": 0
318
+ },
319
+ {
320
+ "label": "loadData()",
321
+ "file_type": "code",
322
+ "source_file": "coverage/lcov-report/sorter.js",
323
+ "source_location": "L97",
324
+ "id": "sorter_loaddata",
325
+ "community": 0
326
+ },
327
+ {
328
+ "label": "sortByIndex()",
329
+ "file_type": "code",
330
+ "source_file": "coverage/lcov-report/sorter.js",
331
+ "source_location": "L106",
332
+ "id": "sorter_sortbyindex",
333
+ "community": 0
334
+ },
335
+ {
336
+ "label": "removeSortIndicators()",
337
+ "file_type": "code",
338
+ "source_file": "coverage/lcov-report/sorter.js",
339
+ "source_location": "L137",
340
+ "id": "sorter_removesortindicators",
341
+ "community": 0
342
+ },
343
+ {
344
+ "label": "addSortIndicators()",
345
+ "file_type": "code",
346
+ "source_file": "coverage/lcov-report/sorter.js",
347
+ "source_location": "L145",
348
+ "id": "sorter_addsortindicators",
349
+ "community": 0
350
+ },
351
+ {
352
+ "label": "enableUI()",
353
+ "file_type": "code",
354
+ "source_file": "coverage/lcov-report/sorter.js",
355
+ "source_location": "L151",
356
+ "id": "sorter_enableui",
357
+ "community": 0
358
+ },
359
+ {
360
+ "label": "main.js",
361
+ "file_type": "code",
362
+ "source_file": "src/main.js",
363
+ "source_location": "L1",
364
+ "id": "main",
365
+ "community": 12
366
+ },
367
+ {
368
+ "label": "notice()",
369
+ "file_type": "code",
370
+ "source_file": "src/main.js",
371
+ "source_location": "L2",
372
+ "id": "main_notice",
373
+ "community": 12
374
+ },
375
+ {
376
+ "label": "Notice Library Overview",
377
+ "file_type": "document",
378
+ "source_file": "README.md",
379
+ "source_location": null,
380
+ "source_url": null,
381
+ "captured_at": null,
382
+ "author": null,
383
+ "contributor": null,
384
+ "id": "readme_notice_overview",
385
+ "community": 3
386
+ },
387
+ {
388
+ "label": "on(eventName, fn) - Register regular event",
389
+ "file_type": "document",
390
+ "source_file": "README.md",
391
+ "source_location": null,
392
+ "source_url": null,
393
+ "captured_at": null,
394
+ "author": null,
395
+ "contributor": null,
396
+ "id": "readme_method_on",
397
+ "community": 2
398
+ },
399
+ {
400
+ "label": "once(eventName, fn) - Register single event",
401
+ "file_type": "document",
402
+ "source_file": "README.md",
403
+ "source_location": null,
404
+ "source_url": null,
405
+ "captured_at": null,
406
+ "author": null,
407
+ "contributor": null,
408
+ "id": "readme_method_once",
409
+ "community": 2
410
+ },
411
+ {
412
+ "label": "off(eventName, fn) - Unsubscribe",
413
+ "file_type": "document",
414
+ "source_file": "README.md",
415
+ "source_location": null,
416
+ "source_url": null,
417
+ "captured_at": null,
418
+ "author": null,
419
+ "contributor": null,
420
+ "id": "readme_method_off",
421
+ "community": 2
422
+ },
423
+ {
424
+ "label": "reset() - Remove all events",
425
+ "file_type": "document",
426
+ "source_file": "README.md",
427
+ "source_location": null,
428
+ "source_url": null,
429
+ "captured_at": null,
430
+ "author": null,
431
+ "contributor": null,
432
+ "id": "readme_method_reset",
433
+ "community": 2
434
+ },
435
+ {
436
+ "label": "emit(eventName, data) - Trigger event",
437
+ "file_type": "document",
438
+ "source_file": "README.md",
439
+ "source_location": null,
440
+ "source_url": null,
441
+ "captured_at": null,
442
+ "author": null,
443
+ "contributor": null,
444
+ "id": "readme_method_emit",
445
+ "community": 8
446
+ },
447
+ {
448
+ "label": "stop(eventName) - Mute event",
449
+ "file_type": "document",
450
+ "source_file": "README.md",
451
+ "source_location": null,
452
+ "source_url": null,
453
+ "captured_at": null,
454
+ "author": null,
455
+ "contributor": null,
456
+ "id": "readme_method_stop",
457
+ "community": 6
458
+ },
459
+ {
460
+ "label": "start(eventName) - Unmute event",
461
+ "file_type": "document",
462
+ "source_file": "README.md",
463
+ "source_location": null,
464
+ "source_url": null,
465
+ "captured_at": null,
466
+ "author": null,
467
+ "contributor": null,
468
+ "id": "readme_method_start",
469
+ "community": 6
470
+ },
471
+ {
472
+ "label": "debug(state, label) - Toggle debug logging",
473
+ "file_type": "document",
474
+ "source_file": "README.md",
475
+ "source_location": null,
476
+ "source_url": null,
477
+ "captured_at": null,
478
+ "author": null,
479
+ "contributor": null,
480
+ "id": "readme_method_debug",
481
+ "community": 8
482
+ },
483
+ {
484
+ "label": "v2.1.0 - Added reset method",
485
+ "file_type": "document",
486
+ "source_file": "Changelog.md",
487
+ "source_location": null,
488
+ "source_url": null,
489
+ "captured_at": null,
490
+ "author": null,
491
+ "contributor": null,
492
+ "id": "changelog_v210_reset",
493
+ "community": 2
494
+ },
495
+ {
496
+ "label": "v2.3.0 - 'stop' return-value convention",
497
+ "file_type": "document",
498
+ "source_file": "Changelog.md",
499
+ "source_location": null,
500
+ "source_url": null,
501
+ "captured_at": null,
502
+ "author": null,
503
+ "contributor": null,
504
+ "id": "changelog_v230_stop_convention",
505
+ "community": 4
506
+ },
507
+ {
508
+ "label": "v2.3.1 - Wildcard callbacks also stop on 'stop'",
509
+ "file_type": "document",
510
+ "source_file": "Changelog.md",
511
+ "source_location": null,
512
+ "source_url": null,
513
+ "captured_at": null,
514
+ "author": null,
515
+ "contributor": null,
516
+ "id": "changelog_v231_wildcard_stop_fix",
517
+ "community": 4
518
+ },
519
+ {
520
+ "label": "v2.2.0 - Listen-with-wildcard added",
521
+ "file_type": "document",
522
+ "source_file": "Changelog.md",
523
+ "source_location": null,
524
+ "source_url": null,
525
+ "captured_at": null,
526
+ "author": null,
527
+ "contributor": null,
528
+ "id": "changelog_v220_wildcard_listener",
529
+ "community": 4
530
+ },
531
+ {
532
+ "label": "v2.0.0 - ES6 module + MIT license",
533
+ "file_type": "document",
534
+ "source_file": "Changelog.md",
535
+ "source_location": null,
536
+ "source_url": null,
537
+ "captured_at": null,
538
+ "author": null,
539
+ "contributor": null,
540
+ "id": "changelog_v200_es6_module",
541
+ "community": 3
542
+ },
543
+ {
544
+ "label": "v2.2.3 - dist folder + package exports",
545
+ "file_type": "document",
546
+ "source_file": "Changelog.md",
547
+ "source_location": null,
548
+ "source_url": null,
549
+ "captured_at": null,
550
+ "author": null,
551
+ "contributor": null,
552
+ "id": "changelog_v223_dist_and_exports",
553
+ "community": 10
554
+ },
555
+ {
556
+ "label": "v2.3.2 - JSDoc + TypeScript declarations",
557
+ "file_type": "document",
558
+ "source_file": "Changelog.md",
559
+ "source_location": null,
560
+ "source_url": null,
561
+ "captured_at": null,
562
+ "author": null,
563
+ "contributor": null,
564
+ "id": "changelog_v232_jsdoc_and_types",
565
+ "community": 3
566
+ },
567
+ {
568
+ "label": "v2.4.0 - Event name can be Symbol",
569
+ "file_type": "document",
570
+ "source_file": "Changelog.md",
571
+ "source_location": null,
572
+ "source_url": null,
573
+ "captured_at": null,
574
+ "author": null,
575
+ "contributor": null,
576
+ "id": "changelog_v240_symbol_event",
577
+ "community": 3
578
+ },
579
+ {
580
+ "label": "Contributor Covenant Code of Conduct",
581
+ "file_type": "document",
582
+ "source_file": "CODE_OF_CONDUCT.md",
583
+ "source_location": null,
584
+ "source_url": null,
585
+ "captured_at": null,
586
+ "author": null,
587
+ "contributor": null,
588
+ "id": "coc_community_standards",
589
+ "community": 13
590
+ },
591
+ {
592
+ "label": "Security - 2.x supported, <2.0 EOL",
593
+ "file_type": "document",
594
+ "source_file": "SECURITY.md",
595
+ "source_location": null,
596
+ "source_url": null,
597
+ "captured_at": null,
598
+ "author": null,
599
+ "contributor": null,
600
+ "id": "security_supported_versions",
601
+ "community": 13
602
+ },
603
+ {
604
+ "label": "Rollup build configuration",
605
+ "file_type": "code",
606
+ "source_file": "rollup.config.js",
607
+ "source_location": null,
608
+ "source_url": null,
609
+ "captured_at": null,
610
+ "author": null,
611
+ "contributor": null,
612
+ "id": "rollup_build_pipeline",
613
+ "community": 3
614
+ },
615
+ {
616
+ "label": "UMD browser build (dist/notice.umd.js)",
617
+ "file_type": "code",
618
+ "source_file": "rollup.config.js",
619
+ "source_location": null,
620
+ "source_url": null,
621
+ "captured_at": null,
622
+ "author": null,
623
+ "contributor": null,
624
+ "id": "rollup_umd_build",
625
+ "community": 10
626
+ },
627
+ {
628
+ "label": "CJS + ESM Node build",
629
+ "file_type": "code",
630
+ "source_file": "rollup.config.js",
631
+ "source_location": null,
632
+ "source_url": null,
633
+ "captured_at": null,
634
+ "author": null,
635
+ "contributor": null,
636
+ "id": "rollup_cjs_esm_build",
637
+ "community": 10
638
+ },
639
+ {
640
+ "label": "notice() factory function",
641
+ "file_type": "code",
642
+ "source_file": "src/main.js",
643
+ "source_location": null,
644
+ "source_url": null,
645
+ "captured_at": null,
646
+ "author": null,
647
+ "contributor": null,
648
+ "id": "main_notice_factory",
649
+ "community": 3
650
+ },
651
+ {
652
+ "label": "on(e, fn) - internal implementation",
653
+ "file_type": "code",
654
+ "source_file": "src/main.js",
655
+ "source_location": null,
656
+ "source_url": null,
657
+ "captured_at": null,
658
+ "author": null,
659
+ "contributor": null,
660
+ "id": "main_method_on",
661
+ "community": 2
662
+ },
663
+ {
664
+ "label": "once(e, fn) - internal implementation",
665
+ "file_type": "code",
666
+ "source_file": "src/main.js",
667
+ "source_location": null,
668
+ "source_url": null,
669
+ "captured_at": null,
670
+ "author": null,
671
+ "contributor": null,
672
+ "id": "main_method_once",
673
+ "community": 2
674
+ },
675
+ {
676
+ "label": "off(e, fx) - internal implementation",
677
+ "file_type": "code",
678
+ "source_file": "src/main.js",
679
+ "source_location": null,
680
+ "source_url": null,
681
+ "captured_at": null,
682
+ "author": null,
683
+ "contributor": null,
684
+ "id": "main_method_off",
685
+ "community": 2
686
+ },
687
+ {
688
+ "label": "reset() - internal implementation",
689
+ "file_type": "code",
690
+ "source_file": "src/main.js",
691
+ "source_location": null,
692
+ "source_url": null,
693
+ "captured_at": null,
694
+ "author": null,
695
+ "contributor": null,
696
+ "id": "main_method_reset",
697
+ "community": 2
698
+ },
699
+ {
700
+ "label": "emit(...args) - internal implementation",
701
+ "file_type": "code",
702
+ "source_file": "src/main.js",
703
+ "source_location": null,
704
+ "source_url": null,
705
+ "captured_at": null,
706
+ "author": null,
707
+ "contributor": null,
708
+ "id": "main_method_emit",
709
+ "community": 8
710
+ },
711
+ {
712
+ "label": "stop(e) - internal implementation",
713
+ "file_type": "code",
714
+ "source_file": "src/main.js",
715
+ "source_location": null,
716
+ "source_url": null,
717
+ "captured_at": null,
718
+ "author": null,
719
+ "contributor": null,
720
+ "id": "main_method_stop",
721
+ "community": 6
722
+ },
723
+ {
724
+ "label": "start(e) - internal implementation",
725
+ "file_type": "code",
726
+ "source_file": "src/main.js",
727
+ "source_location": null,
728
+ "source_url": null,
729
+ "captured_at": null,
730
+ "author": null,
731
+ "contributor": null,
732
+ "id": "main_method_start",
733
+ "community": 6
734
+ },
735
+ {
736
+ "label": "debug(val, header) - internal implementation",
737
+ "file_type": "code",
738
+ "source_file": "src/main.js",
739
+ "source_location": null,
740
+ "source_url": null,
741
+ "captured_at": null,
742
+ "author": null,
743
+ "contributor": null,
744
+ "id": "main_method_debug",
745
+ "community": 8
746
+ },
747
+ {
748
+ "label": "scroll - regular event subscriber map",
749
+ "file_type": "code",
750
+ "source_file": "src/main.js",
751
+ "source_location": null,
752
+ "source_url": null,
753
+ "captured_at": null,
754
+ "author": null,
755
+ "contributor": null,
756
+ "id": "main_data_scroll",
757
+ "community": 2
758
+ },
759
+ {
760
+ "label": "scrollOnce - single-event subscriber map",
761
+ "file_type": "code",
762
+ "source_file": "src/main.js",
763
+ "source_location": null,
764
+ "source_url": null,
765
+ "captured_at": null,
766
+ "author": null,
767
+ "contributor": null,
768
+ "id": "main_data_scroll_once",
769
+ "community": 2
770
+ },
771
+ {
772
+ "label": "ignore - Set of muted event names",
773
+ "file_type": "code",
774
+ "source_file": "src/main.js",
775
+ "source_location": null,
776
+ "source_url": null,
777
+ "captured_at": null,
778
+ "author": null,
779
+ "contributor": null,
780
+ "id": "main_data_ignore",
781
+ "community": 6
782
+ },
783
+ {
784
+ "label": "exeCallback(name) - inner emit helper",
785
+ "file_type": "code",
786
+ "source_file": "src/main.js",
787
+ "source_location": null,
788
+ "source_url": null,
789
+ "captured_at": null,
790
+ "author": null,
791
+ "contributor": null,
792
+ "id": "main_exe_callback",
793
+ "community": 4
794
+ },
795
+ {
796
+ "label": "'*' wildcard event channel",
797
+ "file_type": "code",
798
+ "source_file": "src/main.js",
799
+ "source_location": null,
800
+ "source_url": null,
801
+ "captured_at": null,
802
+ "author": null,
803
+ "contributor": null,
804
+ "id": "main_wildcard_feature",
805
+ "community": 4
806
+ },
807
+ {
808
+ "label": "Return 'STOP' halts callback chain",
809
+ "file_type": "code",
810
+ "source_file": "src/main.js",
811
+ "source_location": null,
812
+ "source_url": null,
813
+ "captured_at": null,
814
+ "author": null,
815
+ "contributor": null,
816
+ "id": "main_stop_string_convention",
817
+ "community": 4
818
+ },
819
+ {
820
+ "label": "Closure-based per-instance state pattern",
821
+ "file_type": "code",
822
+ "source_file": "src/main.js",
823
+ "source_location": null,
824
+ "source_url": null,
825
+ "captured_at": null,
826
+ "author": null,
827
+ "contributor": null,
828
+ "id": "main_closure_pattern",
829
+ "community": 3
830
+ },
831
+ {
832
+ "label": "TypeScript declarations (root)",
833
+ "file_type": "code",
834
+ "source_file": "types/main.d.ts",
835
+ "source_location": null,
836
+ "source_url": null,
837
+ "captured_at": null,
838
+ "author": null,
839
+ "contributor": null,
840
+ "id": "types_main_d_ts",
841
+ "community": 3
842
+ },
843
+ {
844
+ "label": "TypeScript declarations (src mirror)",
845
+ "file_type": "code",
846
+ "source_file": "types/src/main.d.ts",
847
+ "source_location": null,
848
+ "source_url": null,
849
+ "captured_at": null,
850
+ "author": null,
851
+ "contributor": null,
852
+ "id": "types_src_main_d_ts",
853
+ "community": 3
854
+ },
855
+ {
856
+ "label": "Mocha+Chai test suite for Notice",
857
+ "file_type": "code",
858
+ "source_file": "test/01-notice.js",
859
+ "source_location": null,
860
+ "source_url": null,
861
+ "captured_at": null,
862
+ "author": null,
863
+ "contributor": null,
864
+ "id": "test_suite",
865
+ "community": 4
866
+ },
867
+ {
868
+ "label": "Coverage UI - jump-to-code highlighting",
869
+ "file_type": "code",
870
+ "source_file": "coverage/lcov-report/block-navigation.js",
871
+ "source_location": null,
872
+ "source_url": null,
873
+ "captured_at": null,
874
+ "author": null,
875
+ "contributor": null,
876
+ "id": "coverage_block_navigation",
877
+ "community": 11
878
+ },
879
+ {
880
+ "label": "Coverage UI - syntax highlighter (prettify)",
881
+ "file_type": "code",
882
+ "source_file": "coverage/lcov-report/prettify.js",
883
+ "source_location": null,
884
+ "source_url": null,
885
+ "captured_at": null,
886
+ "author": null,
887
+ "contributor": null,
888
+ "id": "coverage_prettify",
889
+ "community": 11
890
+ },
891
+ {
892
+ "label": "Coverage UI - summary table sorting/filter",
893
+ "file_type": "code",
894
+ "source_file": "coverage/lcov-report/sorter.js",
895
+ "source_location": null,
896
+ "source_url": null,
897
+ "captured_at": null,
898
+ "author": null,
899
+ "contributor": null,
900
+ "id": "coverage_sorter",
901
+ "community": 11
902
+ },
903
+ {
904
+ "label": "Notice Event Emitter Hero Banner",
905
+ "file_type": "image",
906
+ "source_file": "notice-desk.png",
907
+ "source_location": null,
908
+ "source_url": null,
909
+ "captured_at": null,
910
+ "author": null,
911
+ "contributor": null,
912
+ "id": "notice_desk_hero",
913
+ "community": 9
914
+ },
915
+ {
916
+ "label": "Event Emitter Branding",
917
+ "file_type": "image",
918
+ "source_file": "notice-desk.png",
919
+ "source_location": "center-top text",
920
+ "source_url": null,
921
+ "captured_at": null,
922
+ "author": null,
923
+ "contributor": null,
924
+ "id": "notice_desk_event_emitter_label",
925
+ "community": 9
926
+ },
927
+ {
928
+ "label": "Bell Notification Icon",
929
+ "file_type": "image",
930
+ "source_file": "notice-desk.png",
931
+ "source_location": "center icon",
932
+ "source_url": null,
933
+ "captured_at": null,
934
+ "author": null,
935
+ "contributor": null,
936
+ "id": "notice_desk_bell_icon",
937
+ "community": 9
938
+ },
939
+ {
940
+ "label": "NOTICE Wordmark",
941
+ "file_type": "image",
942
+ "source_file": "notice-desk.png",
943
+ "source_location": "center-bottom text",
944
+ "source_url": null,
945
+ "captured_at": null,
946
+ "author": null,
947
+ "contributor": null,
948
+ "id": "notice_desk_notice_label",
949
+ "community": 9
950
+ },
951
+ {
952
+ "label": "Coverage Report Favicon",
953
+ "file_type": "image",
954
+ "source_file": "coverage/lcov-report/favicon.png",
955
+ "source_location": null,
956
+ "source_url": null,
957
+ "captured_at": null,
958
+ "author": null,
959
+ "contributor": null,
960
+ "id": "coverage_favicon",
961
+ "community": 16
962
+ },
963
+ {
964
+ "label": "Sort Arrow Sprite Icons",
965
+ "file_type": "image",
966
+ "source_file": "coverage/lcov-report/sort-arrow-sprite.png",
967
+ "source_location": null,
968
+ "source_url": null,
969
+ "captured_at": null,
970
+ "author": null,
971
+ "contributor": null,
972
+ "id": "coverage_sort_arrow_sprite",
973
+ "community": 17
974
+ }
975
+ ],
976
+ "links": [
977
+ {
978
+ "relation": "contains",
979
+ "confidence": "EXTRACTED",
980
+ "source_file": "test/01-notice.js",
981
+ "source_location": "L264",
982
+ "weight": 1.0,
983
+ "_src": "01_notice",
984
+ "_tgt": "01_notice_fn1",
985
+ "source": "01_notice",
986
+ "target": "01_notice_fn1",
987
+ "confidence_score": 1.0
988
+ },
989
+ {
990
+ "relation": "contains",
991
+ "confidence": "EXTRACTED",
992
+ "source_file": "test/01-notice.js",
993
+ "source_location": "L265",
994
+ "weight": 1.0,
995
+ "_src": "01_notice",
996
+ "_tgt": "01_notice_fn2",
997
+ "source": "01_notice",
998
+ "target": "01_notice_fn2",
999
+ "confidence_score": 1.0
1000
+ },
1001
+ {
1002
+ "relation": "contains",
1003
+ "confidence": "EXTRACTED",
1004
+ "source_file": "test/01-notice.js",
1005
+ "source_location": "L266",
1006
+ "weight": 1.0,
1007
+ "_src": "01_notice",
1008
+ "_tgt": "01_notice_fn3",
1009
+ "source": "01_notice",
1010
+ "target": "01_notice_fn3",
1011
+ "confidence_score": 1.0
1012
+ },
1013
+ {
1014
+ "relation": "contains",
1015
+ "confidence": "EXTRACTED",
1016
+ "source_file": "coverage/lcov-report/block-navigation.js",
1017
+ "source_location": "L24",
1018
+ "weight": 1.0,
1019
+ "_src": "block_navigation",
1020
+ "_tgt": "block_navigation_toggleclass",
1021
+ "source": "block_navigation",
1022
+ "target": "block_navigation_toggleclass",
1023
+ "confidence_score": 1.0
1024
+ },
1025
+ {
1026
+ "relation": "contains",
1027
+ "confidence": "EXTRACTED",
1028
+ "source_file": "coverage/lcov-report/block-navigation.js",
1029
+ "source_location": "L31",
1030
+ "weight": 1.0,
1031
+ "_src": "block_navigation",
1032
+ "_tgt": "block_navigation_makecurrent",
1033
+ "source": "block_navigation",
1034
+ "target": "block_navigation_makecurrent",
1035
+ "confidence_score": 1.0
1036
+ },
1037
+ {
1038
+ "relation": "contains",
1039
+ "confidence": "EXTRACTED",
1040
+ "source_file": "coverage/lcov-report/block-navigation.js",
1041
+ "source_location": "L41",
1042
+ "weight": 1.0,
1043
+ "_src": "block_navigation",
1044
+ "_tgt": "block_navigation_gotoprevious",
1045
+ "source": "block_navigation",
1046
+ "target": "block_navigation_gotoprevious",
1047
+ "confidence_score": 1.0
1048
+ },
1049
+ {
1050
+ "relation": "contains",
1051
+ "confidence": "EXTRACTED",
1052
+ "source_file": "coverage/lcov-report/block-navigation.js",
1053
+ "source_location": "L52",
1054
+ "weight": 1.0,
1055
+ "_src": "block_navigation",
1056
+ "_tgt": "block_navigation_gotonext",
1057
+ "source": "block_navigation",
1058
+ "target": "block_navigation_gotonext",
1059
+ "confidence_score": 1.0
1060
+ },
1061
+ {
1062
+ "relation": "calls",
1063
+ "confidence": "EXTRACTED",
1064
+ "source_file": "coverage/lcov-report/block-navigation.js",
1065
+ "source_location": "L32",
1066
+ "weight": 1.0,
1067
+ "_src": "block_navigation_makecurrent",
1068
+ "_tgt": "block_navigation_toggleclass",
1069
+ "source": "block_navigation_toggleclass",
1070
+ "target": "block_navigation_makecurrent",
1071
+ "confidence_score": 1.0
1072
+ },
1073
+ {
1074
+ "relation": "calls",
1075
+ "confidence": "EXTRACTED",
1076
+ "source_file": "coverage/lcov-report/block-navigation.js",
1077
+ "source_location": "L49",
1078
+ "weight": 1.0,
1079
+ "_src": "block_navigation_gotoprevious",
1080
+ "_tgt": "block_navigation_makecurrent",
1081
+ "source": "block_navigation_makecurrent",
1082
+ "target": "block_navigation_gotoprevious",
1083
+ "confidence_score": 1.0
1084
+ },
1085
+ {
1086
+ "relation": "calls",
1087
+ "confidence": "EXTRACTED",
1088
+ "source_file": "coverage/lcov-report/block-navigation.js",
1089
+ "source_location": "L62",
1090
+ "weight": 1.0,
1091
+ "_src": "block_navigation_gotonext",
1092
+ "_tgt": "block_navigation_makecurrent",
1093
+ "source": "block_navigation_makecurrent",
1094
+ "target": "block_navigation_gotonext",
1095
+ "confidence_score": 1.0
1096
+ },
1097
+ {
1098
+ "relation": "contains",
1099
+ "confidence": "EXTRACTED",
1100
+ "source_file": "coverage/lcov-report/prettify.js",
1101
+ "source_location": "L2",
1102
+ "weight": 1.0,
1103
+ "_src": "prettify",
1104
+ "_tgt": "prettify_k",
1105
+ "source": "prettify",
1106
+ "target": "prettify_k",
1107
+ "confidence_score": 1.0
1108
+ },
1109
+ {
1110
+ "relation": "contains",
1111
+ "confidence": "EXTRACTED",
1112
+ "source_file": "coverage/lcov-report/prettify.js",
1113
+ "source_location": "L2",
1114
+ "weight": 1.0,
1115
+ "_src": "prettify",
1116
+ "_tgt": "prettify_a",
1117
+ "source": "prettify",
1118
+ "target": "prettify_a",
1119
+ "confidence_score": 1.0
1120
+ },
1121
+ {
1122
+ "relation": "contains",
1123
+ "confidence": "EXTRACTED",
1124
+ "source_file": "coverage/lcov-report/prettify.js",
1125
+ "source_location": "L2",
1126
+ "weight": 1.0,
1127
+ "_src": "prettify",
1128
+ "_tgt": "prettify_b",
1129
+ "source": "prettify",
1130
+ "target": "prettify_b",
1131
+ "confidence_score": 1.0
1132
+ },
1133
+ {
1134
+ "relation": "contains",
1135
+ "confidence": "EXTRACTED",
1136
+ "source_file": "coverage/lcov-report/prettify.js",
1137
+ "source_location": "L2",
1138
+ "weight": 1.0,
1139
+ "_src": "prettify",
1140
+ "_tgt": "prettify_o",
1141
+ "source": "prettify",
1142
+ "target": "prettify_o",
1143
+ "confidence_score": 1.0
1144
+ },
1145
+ {
1146
+ "relation": "contains",
1147
+ "confidence": "EXTRACTED",
1148
+ "source_file": "coverage/lcov-report/prettify.js",
1149
+ "source_location": "L2",
1150
+ "weight": 1.0,
1151
+ "_src": "prettify",
1152
+ "_tgt": "prettify_g",
1153
+ "source": "prettify",
1154
+ "target": "prettify_g",
1155
+ "confidence_score": 1.0
1156
+ },
1157
+ {
1158
+ "relation": "contains",
1159
+ "confidence": "EXTRACTED",
1160
+ "source_file": "coverage/lcov-report/prettify.js",
1161
+ "source_location": "L2",
1162
+ "weight": 1.0,
1163
+ "_src": "prettify",
1164
+ "_tgt": "prettify_i",
1165
+ "source": "prettify",
1166
+ "target": "prettify_i",
1167
+ "confidence_score": 1.0
1168
+ },
1169
+ {
1170
+ "relation": "contains",
1171
+ "confidence": "EXTRACTED",
1172
+ "source_file": "coverage/lcov-report/prettify.js",
1173
+ "source_location": "L2",
1174
+ "weight": 1.0,
1175
+ "_src": "prettify",
1176
+ "_tgt": "prettify_q",
1177
+ "source": "prettify",
1178
+ "target": "prettify_q",
1179
+ "confidence_score": 1.0
1180
+ },
1181
+ {
1182
+ "relation": "contains",
1183
+ "confidence": "EXTRACTED",
1184
+ "source_file": "coverage/lcov-report/prettify.js",
1185
+ "source_location": "L2",
1186
+ "weight": 1.0,
1187
+ "_src": "prettify",
1188
+ "_tgt": "prettify_d",
1189
+ "source": "prettify",
1190
+ "target": "prettify_d",
1191
+ "confidence_score": 1.0
1192
+ },
1193
+ {
1194
+ "relation": "contains",
1195
+ "confidence": "EXTRACTED",
1196
+ "source_file": "coverage/lcov-report/prettify.js",
1197
+ "source_location": "L2",
1198
+ "weight": 1.0,
1199
+ "_src": "prettify",
1200
+ "_tgt": "prettify_c",
1201
+ "source": "prettify",
1202
+ "target": "prettify_c",
1203
+ "confidence_score": 1.0
1204
+ },
1205
+ {
1206
+ "relation": "contains",
1207
+ "confidence": "EXTRACTED",
1208
+ "source_file": "coverage/lcov-report/prettify.js",
1209
+ "source_location": "L2",
1210
+ "weight": 1.0,
1211
+ "_src": "prettify",
1212
+ "_tgt": "prettify_y",
1213
+ "source": "prettify",
1214
+ "target": "prettify_y",
1215
+ "confidence_score": 1.0
1216
+ },
1217
+ {
1218
+ "relation": "calls",
1219
+ "confidence": "EXTRACTED",
1220
+ "source_file": "coverage/lcov-report/prettify.js",
1221
+ "source_location": "L2",
1222
+ "weight": 1.0,
1223
+ "_src": "prettify_g",
1224
+ "_tgt": "prettify_k",
1225
+ "source": "prettify_k",
1226
+ "target": "prettify_g",
1227
+ "confidence_score": 1.0
1228
+ },
1229
+ {
1230
+ "relation": "calls",
1231
+ "confidence": "EXTRACTED",
1232
+ "source_file": "coverage/lcov-report/prettify.js",
1233
+ "source_location": "L2",
1234
+ "weight": 1.0,
1235
+ "_src": "prettify_d",
1236
+ "_tgt": "prettify_a",
1237
+ "source": "prettify_a",
1238
+ "target": "prettify_d",
1239
+ "confidence_score": 1.0
1240
+ },
1241
+ {
1242
+ "relation": "calls",
1243
+ "confidence": "EXTRACTED",
1244
+ "source_file": "coverage/lcov-report/prettify.js",
1245
+ "source_location": "L2",
1246
+ "weight": 1.0,
1247
+ "_src": "prettify_g",
1248
+ "_tgt": "prettify_b",
1249
+ "source": "prettify_b",
1250
+ "target": "prettify_g",
1251
+ "confidence_score": 1.0
1252
+ },
1253
+ {
1254
+ "relation": "calls",
1255
+ "confidence": "EXTRACTED",
1256
+ "source_file": "coverage/lcov-report/prettify.js",
1257
+ "source_location": "L2",
1258
+ "weight": 1.0,
1259
+ "_src": "prettify_b",
1260
+ "_tgt": "prettify_y",
1261
+ "source": "prettify_b",
1262
+ "target": "prettify_y",
1263
+ "confidence_score": 1.0
1264
+ },
1265
+ {
1266
+ "relation": "calls",
1267
+ "confidence": "EXTRACTED",
1268
+ "source_file": "coverage/lcov-report/prettify.js",
1269
+ "source_location": "L2",
1270
+ "weight": 1.0,
1271
+ "_src": "prettify_g",
1272
+ "_tgt": "prettify_q",
1273
+ "source": "prettify_g",
1274
+ "target": "prettify_q",
1275
+ "confidence_score": 1.0
1276
+ },
1277
+ {
1278
+ "relation": "calls",
1279
+ "confidence": "EXTRACTED",
1280
+ "source_file": "coverage/lcov-report/prettify.js",
1281
+ "source_location": "L2",
1282
+ "weight": 1.0,
1283
+ "_src": "prettify_i",
1284
+ "_tgt": "prettify_g",
1285
+ "source": "prettify_g",
1286
+ "target": "prettify_i",
1287
+ "confidence_score": 1.0
1288
+ },
1289
+ {
1290
+ "relation": "calls",
1291
+ "confidence": "EXTRACTED",
1292
+ "source_file": "coverage/lcov-report/prettify.js",
1293
+ "source_location": "L2",
1294
+ "weight": 1.0,
1295
+ "_src": "prettify_d",
1296
+ "_tgt": "prettify_q",
1297
+ "source": "prettify_q",
1298
+ "target": "prettify_d",
1299
+ "confidence_score": 1.0
1300
+ },
1301
+ {
1302
+ "relation": "calls",
1303
+ "confidence": "EXTRACTED",
1304
+ "source_file": "coverage/lcov-report/prettify.js",
1305
+ "source_location": "L2",
1306
+ "weight": 1.0,
1307
+ "_src": "prettify_y",
1308
+ "_tgt": "prettify_q",
1309
+ "source": "prettify_q",
1310
+ "target": "prettify_y",
1311
+ "confidence_score": 1.0
1312
+ },
1313
+ {
1314
+ "relation": "calls",
1315
+ "confidence": "EXTRACTED",
1316
+ "source_file": "coverage/lcov-report/prettify.js",
1317
+ "source_location": "L2",
1318
+ "weight": 1.0,
1319
+ "_src": "prettify_y",
1320
+ "_tgt": "prettify_d",
1321
+ "source": "prettify_d",
1322
+ "target": "prettify_y",
1323
+ "confidence_score": 1.0
1324
+ },
1325
+ {
1326
+ "relation": "contains",
1327
+ "confidence": "EXTRACTED",
1328
+ "source_file": "coverage/lcov-report/sorter.js",
1329
+ "source_location": "L11",
1330
+ "weight": 1.0,
1331
+ "_src": "sorter",
1332
+ "_tgt": "sorter_gettable",
1333
+ "source": "sorter",
1334
+ "target": "sorter_gettable",
1335
+ "confidence_score": 1.0
1336
+ },
1337
+ {
1338
+ "relation": "contains",
1339
+ "confidence": "EXTRACTED",
1340
+ "source_file": "coverage/lcov-report/sorter.js",
1341
+ "source_location": "L15",
1342
+ "weight": 1.0,
1343
+ "_src": "sorter",
1344
+ "_tgt": "sorter_gettableheader",
1345
+ "source": "sorter",
1346
+ "target": "sorter_gettableheader",
1347
+ "confidence_score": 1.0
1348
+ },
1349
+ {
1350
+ "relation": "contains",
1351
+ "confidence": "EXTRACTED",
1352
+ "source_file": "coverage/lcov-report/sorter.js",
1353
+ "source_location": "L19",
1354
+ "weight": 1.0,
1355
+ "_src": "sorter",
1356
+ "_tgt": "sorter_gettablebody",
1357
+ "source": "sorter",
1358
+ "target": "sorter_gettablebody",
1359
+ "confidence_score": 1.0
1360
+ },
1361
+ {
1362
+ "relation": "contains",
1363
+ "confidence": "EXTRACTED",
1364
+ "source_file": "coverage/lcov-report/sorter.js",
1365
+ "source_location": "L23",
1366
+ "weight": 1.0,
1367
+ "_src": "sorter",
1368
+ "_tgt": "sorter_getnthcolumn",
1369
+ "source": "sorter",
1370
+ "target": "sorter_getnthcolumn",
1371
+ "confidence_score": 1.0
1372
+ },
1373
+ {
1374
+ "relation": "contains",
1375
+ "confidence": "EXTRACTED",
1376
+ "source_file": "coverage/lcov-report/sorter.js",
1377
+ "source_location": "L27",
1378
+ "weight": 1.0,
1379
+ "_src": "sorter",
1380
+ "_tgt": "sorter_onfilterinput",
1381
+ "source": "sorter",
1382
+ "target": "sorter_onfilterinput",
1383
+ "confidence_score": 1.0
1384
+ },
1385
+ {
1386
+ "relation": "contains",
1387
+ "confidence": "EXTRACTED",
1388
+ "source_file": "coverage/lcov-report/sorter.js",
1389
+ "source_location": "L45",
1390
+ "weight": 1.0,
1391
+ "_src": "sorter",
1392
+ "_tgt": "sorter_addsearchbox",
1393
+ "source": "sorter",
1394
+ "target": "sorter_addsearchbox",
1395
+ "confidence_score": 1.0
1396
+ },
1397
+ {
1398
+ "relation": "contains",
1399
+ "confidence": "EXTRACTED",
1400
+ "source_file": "coverage/lcov-report/sorter.js",
1401
+ "source_location": "L53",
1402
+ "weight": 1.0,
1403
+ "_src": "sorter",
1404
+ "_tgt": "sorter_loadcolumns",
1405
+ "source": "sorter",
1406
+ "target": "sorter_loadcolumns",
1407
+ "confidence_score": 1.0
1408
+ },
1409
+ {
1410
+ "relation": "contains",
1411
+ "confidence": "EXTRACTED",
1412
+ "source_file": "coverage/lcov-report/sorter.js",
1413
+ "source_location": "L78",
1414
+ "weight": 1.0,
1415
+ "_src": "sorter",
1416
+ "_tgt": "sorter_loadrowdata",
1417
+ "source": "sorter",
1418
+ "target": "sorter_loadrowdata",
1419
+ "confidence_score": 1.0
1420
+ },
1421
+ {
1422
+ "relation": "contains",
1423
+ "confidence": "EXTRACTED",
1424
+ "source_file": "coverage/lcov-report/sorter.js",
1425
+ "source_location": "L97",
1426
+ "weight": 1.0,
1427
+ "_src": "sorter",
1428
+ "_tgt": "sorter_loaddata",
1429
+ "source": "sorter",
1430
+ "target": "sorter_loaddata",
1431
+ "confidence_score": 1.0
1432
+ },
1433
+ {
1434
+ "relation": "contains",
1435
+ "confidence": "EXTRACTED",
1436
+ "source_file": "coverage/lcov-report/sorter.js",
1437
+ "source_location": "L106",
1438
+ "weight": 1.0,
1439
+ "_src": "sorter",
1440
+ "_tgt": "sorter_sortbyindex",
1441
+ "source": "sorter",
1442
+ "target": "sorter_sortbyindex",
1443
+ "confidence_score": 1.0
1444
+ },
1445
+ {
1446
+ "relation": "contains",
1447
+ "confidence": "EXTRACTED",
1448
+ "source_file": "coverage/lcov-report/sorter.js",
1449
+ "source_location": "L137",
1450
+ "weight": 1.0,
1451
+ "_src": "sorter",
1452
+ "_tgt": "sorter_removesortindicators",
1453
+ "source": "sorter",
1454
+ "target": "sorter_removesortindicators",
1455
+ "confidence_score": 1.0
1456
+ },
1457
+ {
1458
+ "relation": "contains",
1459
+ "confidence": "EXTRACTED",
1460
+ "source_file": "coverage/lcov-report/sorter.js",
1461
+ "source_location": "L145",
1462
+ "weight": 1.0,
1463
+ "_src": "sorter",
1464
+ "_tgt": "sorter_addsortindicators",
1465
+ "source": "sorter",
1466
+ "target": "sorter_addsortindicators",
1467
+ "confidence_score": 1.0
1468
+ },
1469
+ {
1470
+ "relation": "contains",
1471
+ "confidence": "EXTRACTED",
1472
+ "source_file": "coverage/lcov-report/sorter.js",
1473
+ "source_location": "L151",
1474
+ "weight": 1.0,
1475
+ "_src": "sorter",
1476
+ "_tgt": "sorter_enableui",
1477
+ "source": "sorter",
1478
+ "target": "sorter_enableui",
1479
+ "confidence_score": 1.0
1480
+ },
1481
+ {
1482
+ "relation": "calls",
1483
+ "confidence": "EXTRACTED",
1484
+ "source_file": "coverage/lcov-report/sorter.js",
1485
+ "source_location": "L16",
1486
+ "weight": 1.0,
1487
+ "_src": "sorter_gettableheader",
1488
+ "_tgt": "sorter_gettable",
1489
+ "source": "sorter_gettable",
1490
+ "target": "sorter_gettableheader",
1491
+ "confidence_score": 1.0
1492
+ },
1493
+ {
1494
+ "relation": "calls",
1495
+ "confidence": "EXTRACTED",
1496
+ "source_file": "coverage/lcov-report/sorter.js",
1497
+ "source_location": "L20",
1498
+ "weight": 1.0,
1499
+ "_src": "sorter_gettablebody",
1500
+ "_tgt": "sorter_gettable",
1501
+ "source": "sorter_gettable",
1502
+ "target": "sorter_gettablebody",
1503
+ "confidence_score": 1.0
1504
+ },
1505
+ {
1506
+ "relation": "calls",
1507
+ "confidence": "EXTRACTED",
1508
+ "source_file": "coverage/lcov-report/sorter.js",
1509
+ "source_location": "L24",
1510
+ "weight": 1.0,
1511
+ "_src": "sorter_getnthcolumn",
1512
+ "_tgt": "sorter_gettableheader",
1513
+ "source": "sorter_gettableheader",
1514
+ "target": "sorter_getnthcolumn",
1515
+ "confidence_score": 1.0
1516
+ },
1517
+ {
1518
+ "relation": "calls",
1519
+ "confidence": "EXTRACTED",
1520
+ "source_file": "coverage/lcov-report/sorter.js",
1521
+ "source_location": "L54",
1522
+ "weight": 1.0,
1523
+ "_src": "sorter_loadcolumns",
1524
+ "_tgt": "sorter_gettableheader",
1525
+ "source": "sorter_gettableheader",
1526
+ "target": "sorter_loadcolumns",
1527
+ "confidence_score": 1.0
1528
+ },
1529
+ {
1530
+ "relation": "calls",
1531
+ "confidence": "EXTRACTED",
1532
+ "source_file": "coverage/lcov-report/sorter.js",
1533
+ "source_location": "L98",
1534
+ "weight": 1.0,
1535
+ "_src": "sorter_loaddata",
1536
+ "_tgt": "sorter_gettablebody",
1537
+ "source": "sorter_gettablebody",
1538
+ "target": "sorter_loaddata",
1539
+ "confidence_score": 1.0
1540
+ },
1541
+ {
1542
+ "relation": "calls",
1543
+ "confidence": "EXTRACTED",
1544
+ "source_file": "coverage/lcov-report/sorter.js",
1545
+ "source_location": "L138",
1546
+ "weight": 1.0,
1547
+ "_src": "sorter_removesortindicators",
1548
+ "_tgt": "sorter_getnthcolumn",
1549
+ "source": "sorter_getnthcolumn",
1550
+ "target": "sorter_removesortindicators",
1551
+ "confidence_score": 1.0
1552
+ },
1553
+ {
1554
+ "relation": "calls",
1555
+ "confidence": "EXTRACTED",
1556
+ "source_file": "coverage/lcov-report/sorter.js",
1557
+ "source_location": "L146",
1558
+ "weight": 1.0,
1559
+ "_src": "sorter_addsortindicators",
1560
+ "_tgt": "sorter_getnthcolumn",
1561
+ "source": "sorter_getnthcolumn",
1562
+ "target": "sorter_addsortindicators",
1563
+ "confidence_score": 1.0
1564
+ },
1565
+ {
1566
+ "relation": "calls",
1567
+ "confidence": "EXTRACTED",
1568
+ "source_file": "coverage/lcov-report/sorter.js",
1569
+ "source_location": "L174",
1570
+ "weight": 1.0,
1571
+ "_src": "sorter_enableui",
1572
+ "_tgt": "sorter_getnthcolumn",
1573
+ "source": "sorter_getnthcolumn",
1574
+ "target": "sorter_enableui",
1575
+ "confidence_score": 1.0
1576
+ },
1577
+ {
1578
+ "relation": "calls",
1579
+ "confidence": "EXTRACTED",
1580
+ "source_file": "coverage/lcov-report/sorter.js",
1581
+ "source_location": "L102",
1582
+ "weight": 1.0,
1583
+ "_src": "sorter_loaddata",
1584
+ "_tgt": "sorter_loadrowdata",
1585
+ "source": "sorter_loadrowdata",
1586
+ "target": "sorter_loaddata",
1587
+ "confidence_score": 1.0
1588
+ },
1589
+ {
1590
+ "relation": "calls",
1591
+ "confidence": "EXTRACTED",
1592
+ "source_file": "coverage/lcov-report/sorter.js",
1593
+ "source_location": "L163",
1594
+ "weight": 1.0,
1595
+ "_src": "sorter_enableui",
1596
+ "_tgt": "sorter_sortbyindex",
1597
+ "source": "sorter_sortbyindex",
1598
+ "target": "sorter_enableui",
1599
+ "confidence_score": 1.0
1600
+ },
1601
+ {
1602
+ "relation": "calls",
1603
+ "confidence": "EXTRACTED",
1604
+ "source_file": "coverage/lcov-report/sorter.js",
1605
+ "source_location": "L164",
1606
+ "weight": 1.0,
1607
+ "_src": "sorter_enableui",
1608
+ "_tgt": "sorter_removesortindicators",
1609
+ "source": "sorter_removesortindicators",
1610
+ "target": "sorter_enableui",
1611
+ "confidence_score": 1.0
1612
+ },
1613
+ {
1614
+ "relation": "calls",
1615
+ "confidence": "EXTRACTED",
1616
+ "source_file": "coverage/lcov-report/sorter.js",
1617
+ "source_location": "L167",
1618
+ "weight": 1.0,
1619
+ "_src": "sorter_enableui",
1620
+ "_tgt": "sorter_addsortindicators",
1621
+ "source": "sorter_addsortindicators",
1622
+ "target": "sorter_enableui",
1623
+ "confidence_score": 1.0
1624
+ },
1625
+ {
1626
+ "relation": "contains",
1627
+ "confidence": "EXTRACTED",
1628
+ "source_file": "src/main.js",
1629
+ "source_location": "L2",
1630
+ "weight": 1.0,
1631
+ "_src": "main",
1632
+ "_tgt": "main_notice",
1633
+ "source": "main",
1634
+ "target": "main_notice",
1635
+ "confidence_score": 1.0
1636
+ },
1637
+ {
1638
+ "relation": "references",
1639
+ "confidence": "EXTRACTED",
1640
+ "confidence_score": 1.0,
1641
+ "source_file": "README.md",
1642
+ "source_location": null,
1643
+ "weight": 1.0,
1644
+ "_src": "readme_notice_overview",
1645
+ "_tgt": "main_notice_factory",
1646
+ "source": "readme_notice_overview",
1647
+ "target": "main_notice_factory"
1648
+ },
1649
+ {
1650
+ "relation": "rationale_for",
1651
+ "confidence": "INFERRED",
1652
+ "confidence_score": 0.75,
1653
+ "source_file": "README.md",
1654
+ "source_location": null,
1655
+ "weight": 0.7,
1656
+ "_src": "readme_notice_overview",
1657
+ "_tgt": "main_closure_pattern",
1658
+ "source": "readme_notice_overview",
1659
+ "target": "main_closure_pattern"
1660
+ },
1661
+ {
1662
+ "relation": "references",
1663
+ "confidence": "EXTRACTED",
1664
+ "confidence_score": 1.0,
1665
+ "source_file": "README.md",
1666
+ "source_location": null,
1667
+ "weight": 1.0,
1668
+ "_src": "readme_method_on",
1669
+ "_tgt": "main_method_on",
1670
+ "source": "readme_method_on",
1671
+ "target": "main_method_on"
1672
+ },
1673
+ {
1674
+ "relation": "references",
1675
+ "confidence": "EXTRACTED",
1676
+ "confidence_score": 1.0,
1677
+ "source_file": "README.md",
1678
+ "source_location": null,
1679
+ "weight": 1.0,
1680
+ "_src": "readme_method_once",
1681
+ "_tgt": "main_method_once",
1682
+ "source": "readme_method_once",
1683
+ "target": "main_method_once"
1684
+ },
1685
+ {
1686
+ "relation": "references",
1687
+ "confidence": "EXTRACTED",
1688
+ "confidence_score": 1.0,
1689
+ "source_file": "README.md",
1690
+ "source_location": null,
1691
+ "weight": 1.0,
1692
+ "_src": "readme_method_off",
1693
+ "_tgt": "main_method_off",
1694
+ "source": "readme_method_off",
1695
+ "target": "main_method_off"
1696
+ },
1697
+ {
1698
+ "relation": "references",
1699
+ "confidence": "EXTRACTED",
1700
+ "confidence_score": 1.0,
1701
+ "source_file": "README.md",
1702
+ "source_location": null,
1703
+ "weight": 1.0,
1704
+ "_src": "readme_method_reset",
1705
+ "_tgt": "main_method_reset",
1706
+ "source": "readme_method_reset",
1707
+ "target": "main_method_reset"
1708
+ },
1709
+ {
1710
+ "relation": "references",
1711
+ "confidence": "EXTRACTED",
1712
+ "confidence_score": 1.0,
1713
+ "source_file": "README.md",
1714
+ "source_location": null,
1715
+ "weight": 1.0,
1716
+ "_src": "readme_method_emit",
1717
+ "_tgt": "main_method_emit",
1718
+ "source": "readme_method_emit",
1719
+ "target": "main_method_emit"
1720
+ },
1721
+ {
1722
+ "relation": "references",
1723
+ "confidence": "EXTRACTED",
1724
+ "confidence_score": 1.0,
1725
+ "source_file": "README.md",
1726
+ "source_location": null,
1727
+ "weight": 1.0,
1728
+ "_src": "readme_method_stop",
1729
+ "_tgt": "main_method_stop",
1730
+ "source": "readme_method_stop",
1731
+ "target": "main_method_stop"
1732
+ },
1733
+ {
1734
+ "relation": "references",
1735
+ "confidence": "EXTRACTED",
1736
+ "confidence_score": 1.0,
1737
+ "source_file": "README.md",
1738
+ "source_location": null,
1739
+ "weight": 1.0,
1740
+ "_src": "readme_method_start",
1741
+ "_tgt": "main_method_start",
1742
+ "source": "readme_method_start",
1743
+ "target": "main_method_start"
1744
+ },
1745
+ {
1746
+ "relation": "references",
1747
+ "confidence": "EXTRACTED",
1748
+ "confidence_score": 1.0,
1749
+ "source_file": "README.md",
1750
+ "source_location": null,
1751
+ "weight": 1.0,
1752
+ "_src": "readme_method_debug",
1753
+ "_tgt": "main_method_debug",
1754
+ "source": "readme_method_debug",
1755
+ "target": "main_method_debug"
1756
+ },
1757
+ {
1758
+ "relation": "rationale_for",
1759
+ "confidence": "EXTRACTED",
1760
+ "confidence_score": 1.0,
1761
+ "source_file": "Changelog.md",
1762
+ "source_location": null,
1763
+ "weight": 0.9,
1764
+ "_src": "changelog_v210_reset",
1765
+ "_tgt": "main_method_reset",
1766
+ "source": "changelog_v210_reset",
1767
+ "target": "main_method_reset"
1768
+ },
1769
+ {
1770
+ "relation": "rationale_for",
1771
+ "confidence": "EXTRACTED",
1772
+ "confidence_score": 1.0,
1773
+ "source_file": "Changelog.md",
1774
+ "source_location": null,
1775
+ "weight": 0.95,
1776
+ "_src": "changelog_v230_stop_convention",
1777
+ "_tgt": "main_stop_string_convention",
1778
+ "source": "changelog_v230_stop_convention",
1779
+ "target": "main_stop_string_convention"
1780
+ },
1781
+ {
1782
+ "relation": "rationale_for",
1783
+ "confidence": "EXTRACTED",
1784
+ "confidence_score": 1.0,
1785
+ "source_file": "Changelog.md",
1786
+ "source_location": null,
1787
+ "weight": 0.95,
1788
+ "_src": "changelog_v231_wildcard_stop_fix",
1789
+ "_tgt": "main_exe_callback",
1790
+ "source": "changelog_v231_wildcard_stop_fix",
1791
+ "target": "main_exe_callback"
1792
+ },
1793
+ {
1794
+ "relation": "rationale_for",
1795
+ "confidence": "EXTRACTED",
1796
+ "confidence_score": 1.0,
1797
+ "source_file": "Changelog.md",
1798
+ "source_location": null,
1799
+ "weight": 0.9,
1800
+ "_src": "changelog_v220_wildcard_listener",
1801
+ "_tgt": "main_wildcard_feature",
1802
+ "source": "changelog_v220_wildcard_listener",
1803
+ "target": "main_wildcard_feature"
1804
+ },
1805
+ {
1806
+ "relation": "rationale_for",
1807
+ "confidence": "EXTRACTED",
1808
+ "confidence_score": 1.0,
1809
+ "source_file": "Changelog.md",
1810
+ "source_location": null,
1811
+ "weight": 0.85,
1812
+ "_src": "changelog_v200_es6_module",
1813
+ "_tgt": "main_notice_factory",
1814
+ "source": "changelog_v200_es6_module",
1815
+ "target": "main_notice_factory"
1816
+ },
1817
+ {
1818
+ "relation": "rationale_for",
1819
+ "confidence": "EXTRACTED",
1820
+ "confidence_score": 1.0,
1821
+ "source_file": "Changelog.md",
1822
+ "source_location": null,
1823
+ "weight": 0.9,
1824
+ "_src": "changelog_v223_dist_and_exports",
1825
+ "_tgt": "rollup_cjs_esm_build",
1826
+ "source": "changelog_v223_dist_and_exports",
1827
+ "target": "rollup_cjs_esm_build"
1828
+ },
1829
+ {
1830
+ "relation": "rationale_for",
1831
+ "confidence": "EXTRACTED",
1832
+ "confidence_score": 1.0,
1833
+ "source_file": "Changelog.md",
1834
+ "source_location": null,
1835
+ "weight": 0.9,
1836
+ "_src": "changelog_v232_jsdoc_and_types",
1837
+ "_tgt": "types_main_d_ts",
1838
+ "source": "changelog_v232_jsdoc_and_types",
1839
+ "target": "types_main_d_ts"
1840
+ },
1841
+ {
1842
+ "relation": "rationale_for",
1843
+ "confidence": "EXTRACTED",
1844
+ "confidence_score": 1.0,
1845
+ "source_file": "Changelog.md",
1846
+ "source_location": null,
1847
+ "weight": 0.85,
1848
+ "_src": "changelog_v240_symbol_event",
1849
+ "_tgt": "main_notice_factory",
1850
+ "source": "changelog_v240_symbol_event",
1851
+ "target": "main_notice_factory"
1852
+ },
1853
+ {
1854
+ "relation": "conceptually_related_to",
1855
+ "confidence": "INFERRED",
1856
+ "confidence_score": 0.7,
1857
+ "source_file": "CODE_OF_CONDUCT.md",
1858
+ "source_location": null,
1859
+ "weight": 0.6,
1860
+ "_src": "coc_community_standards",
1861
+ "_tgt": "security_supported_versions",
1862
+ "source": "coc_community_standards",
1863
+ "target": "security_supported_versions"
1864
+ },
1865
+ {
1866
+ "relation": "references",
1867
+ "confidence": "EXTRACTED",
1868
+ "confidence_score": 1.0,
1869
+ "source_file": "rollup.config.js",
1870
+ "source_location": null,
1871
+ "weight": 1.0,
1872
+ "_src": "rollup_build_pipeline",
1873
+ "_tgt": "main_notice_factory",
1874
+ "source": "rollup_build_pipeline",
1875
+ "target": "main_notice_factory"
1876
+ },
1877
+ {
1878
+ "relation": "conceptually_related_to",
1879
+ "confidence": "INFERRED",
1880
+ "confidence_score": 0.85,
1881
+ "source_file": "rollup.config.js",
1882
+ "source_location": null,
1883
+ "weight": 0.8,
1884
+ "_src": "rollup_umd_build",
1885
+ "_tgt": "rollup_cjs_esm_build",
1886
+ "source": "rollup_umd_build",
1887
+ "target": "rollup_cjs_esm_build"
1888
+ },
1889
+ {
1890
+ "relation": "implements",
1891
+ "confidence": "INFERRED",
1892
+ "confidence_score": 0.9,
1893
+ "source_file": "src/main.js",
1894
+ "source_location": null,
1895
+ "weight": 1.0,
1896
+ "_src": "main_closure_pattern",
1897
+ "_tgt": "main_notice_factory",
1898
+ "source": "main_notice_factory",
1899
+ "target": "main_closure_pattern"
1900
+ },
1901
+ {
1902
+ "relation": "references",
1903
+ "confidence": "EXTRACTED",
1904
+ "confidence_score": 1.0,
1905
+ "source_file": "types/main.d.ts",
1906
+ "source_location": null,
1907
+ "weight": 1.0,
1908
+ "_src": "types_main_d_ts",
1909
+ "_tgt": "main_notice_factory",
1910
+ "source": "main_notice_factory",
1911
+ "target": "types_main_d_ts"
1912
+ },
1913
+ {
1914
+ "relation": "references",
1915
+ "confidence": "EXTRACTED",
1916
+ "confidence_score": 1.0,
1917
+ "source_file": "types/src/main.d.ts",
1918
+ "source_location": null,
1919
+ "weight": 1.0,
1920
+ "_src": "types_src_main_d_ts",
1921
+ "_tgt": "main_notice_factory",
1922
+ "source": "main_notice_factory",
1923
+ "target": "types_src_main_d_ts"
1924
+ },
1925
+ {
1926
+ "relation": "calls",
1927
+ "confidence": "EXTRACTED",
1928
+ "confidence_score": 1.0,
1929
+ "source_file": "test/01-notice.js",
1930
+ "source_location": null,
1931
+ "weight": 1.0,
1932
+ "_src": "test_suite",
1933
+ "_tgt": "main_notice_factory",
1934
+ "source": "main_notice_factory",
1935
+ "target": "test_suite"
1936
+ },
1937
+ {
1938
+ "relation": "shares_data_with",
1939
+ "confidence": "EXTRACTED",
1940
+ "confidence_score": 1.0,
1941
+ "source_file": "src/main.js",
1942
+ "source_location": null,
1943
+ "weight": 1.0,
1944
+ "_src": "main_method_on",
1945
+ "_tgt": "main_data_scroll",
1946
+ "source": "main_method_on",
1947
+ "target": "main_data_scroll"
1948
+ },
1949
+ {
1950
+ "relation": "calls",
1951
+ "confidence": "EXTRACTED",
1952
+ "confidence_score": 1.0,
1953
+ "source_file": "test/01-notice.js",
1954
+ "source_location": null,
1955
+ "weight": 1.0,
1956
+ "_src": "test_suite",
1957
+ "_tgt": "main_method_on",
1958
+ "source": "main_method_on",
1959
+ "target": "test_suite"
1960
+ },
1961
+ {
1962
+ "relation": "shares_data_with",
1963
+ "confidence": "EXTRACTED",
1964
+ "confidence_score": 1.0,
1965
+ "source_file": "src/main.js",
1966
+ "source_location": null,
1967
+ "weight": 1.0,
1968
+ "_src": "main_method_once",
1969
+ "_tgt": "main_data_scroll_once",
1970
+ "source": "main_method_once",
1971
+ "target": "main_data_scroll_once"
1972
+ },
1973
+ {
1974
+ "relation": "calls",
1975
+ "confidence": "EXTRACTED",
1976
+ "confidence_score": 1.0,
1977
+ "source_file": "test/01-notice.js",
1978
+ "source_location": null,
1979
+ "weight": 1.0,
1980
+ "_src": "test_suite",
1981
+ "_tgt": "main_method_once",
1982
+ "source": "main_method_once",
1983
+ "target": "test_suite"
1984
+ },
1985
+ {
1986
+ "relation": "shares_data_with",
1987
+ "confidence": "EXTRACTED",
1988
+ "confidence_score": 1.0,
1989
+ "source_file": "src/main.js",
1990
+ "source_location": null,
1991
+ "weight": 1.0,
1992
+ "_src": "main_method_off",
1993
+ "_tgt": "main_data_scroll",
1994
+ "source": "main_method_off",
1995
+ "target": "main_data_scroll"
1996
+ },
1997
+ {
1998
+ "relation": "shares_data_with",
1999
+ "confidence": "EXTRACTED",
2000
+ "confidence_score": 1.0,
2001
+ "source_file": "src/main.js",
2002
+ "source_location": null,
2003
+ "weight": 1.0,
2004
+ "_src": "main_method_off",
2005
+ "_tgt": "main_data_scroll_once",
2006
+ "source": "main_method_off",
2007
+ "target": "main_data_scroll_once"
2008
+ },
2009
+ {
2010
+ "relation": "semantically_similar_to",
2011
+ "confidence": "INFERRED",
2012
+ "confidence_score": 0.7,
2013
+ "source_file": "src/main.js",
2014
+ "source_location": null,
2015
+ "weight": 0.6,
2016
+ "_src": "main_method_reset",
2017
+ "_tgt": "main_method_off",
2018
+ "source": "main_method_off",
2019
+ "target": "main_method_reset"
2020
+ },
2021
+ {
2022
+ "relation": "calls",
2023
+ "confidence": "EXTRACTED",
2024
+ "confidence_score": 1.0,
2025
+ "source_file": "test/01-notice.js",
2026
+ "source_location": null,
2027
+ "weight": 1.0,
2028
+ "_src": "test_suite",
2029
+ "_tgt": "main_method_off",
2030
+ "source": "main_method_off",
2031
+ "target": "test_suite"
2032
+ },
2033
+ {
2034
+ "relation": "shares_data_with",
2035
+ "confidence": "EXTRACTED",
2036
+ "confidence_score": 1.0,
2037
+ "source_file": "src/main.js",
2038
+ "source_location": null,
2039
+ "weight": 1.0,
2040
+ "_src": "main_method_reset",
2041
+ "_tgt": "main_data_scroll",
2042
+ "source": "main_method_reset",
2043
+ "target": "main_data_scroll"
2044
+ },
2045
+ {
2046
+ "relation": "shares_data_with",
2047
+ "confidence": "EXTRACTED",
2048
+ "confidence_score": 1.0,
2049
+ "source_file": "src/main.js",
2050
+ "source_location": null,
2051
+ "weight": 1.0,
2052
+ "_src": "main_method_reset",
2053
+ "_tgt": "main_data_scroll_once",
2054
+ "source": "main_method_reset",
2055
+ "target": "main_data_scroll_once"
2056
+ },
2057
+ {
2058
+ "relation": "shares_data_with",
2059
+ "confidence": "EXTRACTED",
2060
+ "confidence_score": 1.0,
2061
+ "source_file": "src/main.js",
2062
+ "source_location": null,
2063
+ "weight": 1.0,
2064
+ "_src": "main_method_reset",
2065
+ "_tgt": "main_data_ignore",
2066
+ "source": "main_method_reset",
2067
+ "target": "main_data_ignore"
2068
+ },
2069
+ {
2070
+ "relation": "calls",
2071
+ "confidence": "EXTRACTED",
2072
+ "confidence_score": 1.0,
2073
+ "source_file": "test/01-notice.js",
2074
+ "source_location": null,
2075
+ "weight": 1.0,
2076
+ "_src": "test_suite",
2077
+ "_tgt": "main_method_reset",
2078
+ "source": "main_method_reset",
2079
+ "target": "test_suite"
2080
+ },
2081
+ {
2082
+ "relation": "shares_data_with",
2083
+ "confidence": "EXTRACTED",
2084
+ "confidence_score": 1.0,
2085
+ "source_file": "src/main.js",
2086
+ "source_location": null,
2087
+ "weight": 1.0,
2088
+ "_src": "main_method_emit",
2089
+ "_tgt": "main_data_scroll",
2090
+ "source": "main_method_emit",
2091
+ "target": "main_data_scroll"
2092
+ },
2093
+ {
2094
+ "relation": "shares_data_with",
2095
+ "confidence": "EXTRACTED",
2096
+ "confidence_score": 1.0,
2097
+ "source_file": "src/main.js",
2098
+ "source_location": null,
2099
+ "weight": 1.0,
2100
+ "_src": "main_method_emit",
2101
+ "_tgt": "main_data_scroll_once",
2102
+ "source": "main_method_emit",
2103
+ "target": "main_data_scroll_once"
2104
+ },
2105
+ {
2106
+ "relation": "shares_data_with",
2107
+ "confidence": "EXTRACTED",
2108
+ "confidence_score": 1.0,
2109
+ "source_file": "src/main.js",
2110
+ "source_location": null,
2111
+ "weight": 1.0,
2112
+ "_src": "main_method_emit",
2113
+ "_tgt": "main_data_ignore",
2114
+ "source": "main_method_emit",
2115
+ "target": "main_data_ignore"
2116
+ },
2117
+ {
2118
+ "relation": "calls",
2119
+ "confidence": "EXTRACTED",
2120
+ "confidence_score": 1.0,
2121
+ "source_file": "src/main.js",
2122
+ "source_location": null,
2123
+ "weight": 1.0,
2124
+ "_src": "main_method_emit",
2125
+ "_tgt": "main_exe_callback",
2126
+ "source": "main_method_emit",
2127
+ "target": "main_exe_callback"
2128
+ },
2129
+ {
2130
+ "relation": "conceptually_related_to",
2131
+ "confidence": "INFERRED",
2132
+ "confidence_score": 0.85,
2133
+ "source_file": "src/main.js",
2134
+ "source_location": null,
2135
+ "weight": 0.8,
2136
+ "_src": "main_method_debug",
2137
+ "_tgt": "main_method_emit",
2138
+ "source": "main_method_emit",
2139
+ "target": "main_method_debug"
2140
+ },
2141
+ {
2142
+ "relation": "calls",
2143
+ "confidence": "EXTRACTED",
2144
+ "confidence_score": 1.0,
2145
+ "source_file": "test/01-notice.js",
2146
+ "source_location": null,
2147
+ "weight": 1.0,
2148
+ "_src": "test_suite",
2149
+ "_tgt": "main_method_emit",
2150
+ "source": "main_method_emit",
2151
+ "target": "test_suite"
2152
+ },
2153
+ {
2154
+ "relation": "shares_data_with",
2155
+ "confidence": "EXTRACTED",
2156
+ "confidence_score": 1.0,
2157
+ "source_file": "src/main.js",
2158
+ "source_location": null,
2159
+ "weight": 1.0,
2160
+ "_src": "main_method_stop",
2161
+ "_tgt": "main_data_ignore",
2162
+ "source": "main_method_stop",
2163
+ "target": "main_data_ignore"
2164
+ },
2165
+ {
2166
+ "relation": "semantically_similar_to",
2167
+ "confidence": "INFERRED",
2168
+ "confidence_score": 0.9,
2169
+ "source_file": "src/main.js",
2170
+ "source_location": null,
2171
+ "weight": 0.9,
2172
+ "_src": "main_method_stop",
2173
+ "_tgt": "main_method_start",
2174
+ "source": "main_method_stop",
2175
+ "target": "main_method_start"
2176
+ },
2177
+ {
2178
+ "relation": "calls",
2179
+ "confidence": "EXTRACTED",
2180
+ "confidence_score": 1.0,
2181
+ "source_file": "test/01-notice.js",
2182
+ "source_location": null,
2183
+ "weight": 1.0,
2184
+ "_src": "test_suite",
2185
+ "_tgt": "main_method_stop",
2186
+ "source": "main_method_stop",
2187
+ "target": "test_suite"
2188
+ },
2189
+ {
2190
+ "relation": "shares_data_with",
2191
+ "confidence": "EXTRACTED",
2192
+ "confidence_score": 1.0,
2193
+ "source_file": "src/main.js",
2194
+ "source_location": null,
2195
+ "weight": 1.0,
2196
+ "_src": "main_method_start",
2197
+ "_tgt": "main_data_ignore",
2198
+ "source": "main_method_start",
2199
+ "target": "main_data_ignore"
2200
+ },
2201
+ {
2202
+ "relation": "calls",
2203
+ "confidence": "EXTRACTED",
2204
+ "confidence_score": 1.0,
2205
+ "source_file": "test/01-notice.js",
2206
+ "source_location": null,
2207
+ "weight": 1.0,
2208
+ "_src": "test_suite",
2209
+ "_tgt": "main_method_start",
2210
+ "source": "main_method_start",
2211
+ "target": "test_suite"
2212
+ },
2213
+ {
2214
+ "relation": "shares_data_with",
2215
+ "confidence": "EXTRACTED",
2216
+ "confidence_score": 1.0,
2217
+ "source_file": "src/main.js",
2218
+ "source_location": null,
2219
+ "weight": 1.0,
2220
+ "_src": "main_exe_callback",
2221
+ "_tgt": "main_data_scroll",
2222
+ "source": "main_data_scroll",
2223
+ "target": "main_exe_callback"
2224
+ },
2225
+ {
2226
+ "relation": "semantically_similar_to",
2227
+ "confidence": "INFERRED",
2228
+ "confidence_score": 0.85,
2229
+ "source_file": "src/main.js",
2230
+ "source_location": null,
2231
+ "weight": 0.8,
2232
+ "_src": "main_data_scroll",
2233
+ "_tgt": "main_data_scroll_once",
2234
+ "source": "main_data_scroll",
2235
+ "target": "main_data_scroll_once"
2236
+ },
2237
+ {
2238
+ "relation": "shares_data_with",
2239
+ "confidence": "INFERRED",
2240
+ "confidence_score": 0.85,
2241
+ "source_file": "src/main.js",
2242
+ "source_location": null,
2243
+ "weight": 1.0,
2244
+ "_src": "main_closure_pattern",
2245
+ "_tgt": "main_data_scroll",
2246
+ "source": "main_data_scroll",
2247
+ "target": "main_closure_pattern"
2248
+ },
2249
+ {
2250
+ "relation": "shares_data_with",
2251
+ "confidence": "EXTRACTED",
2252
+ "confidence_score": 1.0,
2253
+ "source_file": "src/main.js",
2254
+ "source_location": null,
2255
+ "weight": 1.0,
2256
+ "_src": "main_exe_callback",
2257
+ "_tgt": "main_data_ignore",
2258
+ "source": "main_data_ignore",
2259
+ "target": "main_exe_callback"
2260
+ },
2261
+ {
2262
+ "relation": "implements",
2263
+ "confidence": "EXTRACTED",
2264
+ "confidence_score": 1.0,
2265
+ "source_file": "src/main.js",
2266
+ "source_location": null,
2267
+ "weight": 1.0,
2268
+ "_src": "main_exe_callback",
2269
+ "_tgt": "main_stop_string_convention",
2270
+ "source": "main_exe_callback",
2271
+ "target": "main_stop_string_convention"
2272
+ },
2273
+ {
2274
+ "relation": "implements",
2275
+ "confidence": "EXTRACTED",
2276
+ "confidence_score": 1.0,
2277
+ "source_file": "src/main.js",
2278
+ "source_location": null,
2279
+ "weight": 1.0,
2280
+ "_src": "main_exe_callback",
2281
+ "_tgt": "main_wildcard_feature",
2282
+ "source": "main_exe_callback",
2283
+ "target": "main_wildcard_feature"
2284
+ },
2285
+ {
2286
+ "relation": "calls",
2287
+ "confidence": "EXTRACTED",
2288
+ "confidence_score": 1.0,
2289
+ "source_file": "test/01-notice.js",
2290
+ "source_location": null,
2291
+ "weight": 1.0,
2292
+ "_src": "test_suite",
2293
+ "_tgt": "main_wildcard_feature",
2294
+ "source": "main_wildcard_feature",
2295
+ "target": "test_suite"
2296
+ },
2297
+ {
2298
+ "relation": "calls",
2299
+ "confidence": "EXTRACTED",
2300
+ "confidence_score": 1.0,
2301
+ "source_file": "test/01-notice.js",
2302
+ "source_location": null,
2303
+ "weight": 1.0,
2304
+ "_src": "test_suite",
2305
+ "_tgt": "main_stop_string_convention",
2306
+ "source": "main_stop_string_convention",
2307
+ "target": "test_suite"
2308
+ },
2309
+ {
2310
+ "relation": "semantically_similar_to",
2311
+ "confidence": "INFERRED",
2312
+ "confidence_score": 0.95,
2313
+ "source_file": "types/src/main.d.ts",
2314
+ "source_location": null,
2315
+ "weight": 1.0,
2316
+ "_src": "types_main_d_ts",
2317
+ "_tgt": "types_src_main_d_ts",
2318
+ "source": "types_main_d_ts",
2319
+ "target": "types_src_main_d_ts"
2320
+ },
2321
+ {
2322
+ "relation": "conceptually_related_to",
2323
+ "confidence": "INFERRED",
2324
+ "confidence_score": 0.7,
2325
+ "source_file": "coverage/lcov-report/sorter.js",
2326
+ "source_location": null,
2327
+ "weight": 0.6,
2328
+ "_src": "coverage_block_navigation",
2329
+ "_tgt": "coverage_sorter",
2330
+ "source": "coverage_block_navigation",
2331
+ "target": "coverage_sorter"
2332
+ },
2333
+ {
2334
+ "relation": "conceptually_related_to",
2335
+ "confidence": "INFERRED",
2336
+ "confidence_score": 0.7,
2337
+ "source_file": "coverage/lcov-report/block-navigation.js",
2338
+ "source_location": null,
2339
+ "weight": 0.6,
2340
+ "_src": "coverage_prettify",
2341
+ "_tgt": "coverage_block_navigation",
2342
+ "source": "coverage_block_navigation",
2343
+ "target": "coverage_prettify"
2344
+ },
2345
+ {
2346
+ "relation": "rationale_for",
2347
+ "confidence": "INFERRED",
2348
+ "confidence_score": 0.8,
2349
+ "source_file": "notice-desk.png",
2350
+ "source_location": null,
2351
+ "weight": 1.0,
2352
+ "_src": "notice_desk_hero",
2353
+ "_tgt": "notice_desk_event_emitter_label",
2354
+ "source": "notice_desk_hero",
2355
+ "target": "notice_desk_event_emitter_label"
2356
+ },
2357
+ {
2358
+ "relation": "references",
2359
+ "confidence": "EXTRACTED",
2360
+ "confidence_score": 1.0,
2361
+ "source_file": "notice-desk.png",
2362
+ "source_location": null,
2363
+ "weight": 1.0,
2364
+ "_src": "notice_desk_bell_icon",
2365
+ "_tgt": "notice_desk_hero",
2366
+ "source": "notice_desk_hero",
2367
+ "target": "notice_desk_bell_icon"
2368
+ },
2369
+ {
2370
+ "relation": "references",
2371
+ "confidence": "EXTRACTED",
2372
+ "confidence_score": 1.0,
2373
+ "source_file": "notice-desk.png",
2374
+ "source_location": null,
2375
+ "weight": 1.0,
2376
+ "_src": "notice_desk_notice_label",
2377
+ "_tgt": "notice_desk_hero",
2378
+ "source": "notice_desk_hero",
2379
+ "target": "notice_desk_notice_label"
2380
+ },
2381
+ {
2382
+ "relation": "conceptually_related_to",
2383
+ "confidence": "INFERRED",
2384
+ "confidence_score": 0.85,
2385
+ "source_file": "notice-desk.png",
2386
+ "source_location": null,
2387
+ "weight": 1.0,
2388
+ "_src": "notice_desk_event_emitter_label",
2389
+ "_tgt": "notice_desk_notice_label",
2390
+ "source": "notice_desk_event_emitter_label",
2391
+ "target": "notice_desk_notice_label"
2392
+ },
2393
+ {
2394
+ "relation": "conceptually_related_to",
2395
+ "confidence": "EXTRACTED",
2396
+ "confidence_score": 1.0,
2397
+ "source_file": "notice-desk.png",
2398
+ "source_location": null,
2399
+ "weight": 1.0,
2400
+ "_src": "notice_desk_bell_icon",
2401
+ "_tgt": "notice_desk_notice_label",
2402
+ "source": "notice_desk_bell_icon",
2403
+ "target": "notice_desk_notice_label"
2404
+ }
2405
+ ],
2406
+ "hyperedges": [
2407
+ {
2408
+ "id": "notice_api_surface",
2409
+ "label": "Notice public API surface",
2410
+ "nodes": [
2411
+ "main_method_on",
2412
+ "main_method_once",
2413
+ "main_method_off",
2414
+ "main_method_reset",
2415
+ "main_method_emit",
2416
+ "main_method_stop",
2417
+ "main_method_start",
2418
+ "main_method_debug"
2419
+ ],
2420
+ "relation": "form",
2421
+ "confidence": "EXTRACTED",
2422
+ "confidence_score": 1.0,
2423
+ "source_file": "src/main.js"
2424
+ },
2425
+ {
2426
+ "id": "subscription_lifecycle",
2427
+ "label": "Subscription add/remove lifecycle",
2428
+ "nodes": [
2429
+ "main_method_on",
2430
+ "main_method_once",
2431
+ "main_method_off",
2432
+ "main_method_reset",
2433
+ "main_data_scroll",
2434
+ "main_data_scroll_once"
2435
+ ],
2436
+ "relation": "participate_in",
2437
+ "confidence": "INFERRED",
2438
+ "confidence_score": 0.9,
2439
+ "source_file": "src/main.js"
2440
+ },
2441
+ {
2442
+ "id": "mute_lifecycle",
2443
+ "label": "Event mute/unmute flow",
2444
+ "nodes": [
2445
+ "main_method_stop",
2446
+ "main_method_start",
2447
+ "main_method_emit",
2448
+ "main_data_ignore",
2449
+ "main_exe_callback"
2450
+ ],
2451
+ "relation": "participate_in",
2452
+ "confidence": "INFERRED",
2453
+ "confidence_score": 0.9,
2454
+ "source_file": "src/main.js"
2455
+ },
2456
+ {
2457
+ "id": "notice_brand_identity",
2458
+ "label": "Notice Project Visual Identity",
2459
+ "nodes": [
2460
+ "notice_desk_event_emitter_label",
2461
+ "notice_desk_bell_icon",
2462
+ "notice_desk_notice_label"
2463
+ ],
2464
+ "relation": "form",
2465
+ "confidence": "INFERRED",
2466
+ "confidence_score": 0.85,
2467
+ "source_file": "notice-desk.png"
2468
+ }
2469
+ ]
2470
+ }