@rws-framework/client 2.13.1 → 2.13.3
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.
- package/.bin/add-v.sh +9 -9
- package/.bin/emerge.sh +15 -15
- package/.emerge-fast.yaml +46 -46
- package/.emerge-typescript-template.yaml +23 -23
- package/.emerge-vis-output/fast-element/emerge-file_result_dependency_graph.graphml +693 -693
- package/.emerge-vis-output/fast-element/emerge-filesystem_graph.graphml +705 -705
- package/.emerge-vis-output/fast-element/emerge-statistics-metrics.txt +440 -440
- package/.emerge-vis-output/fast-element/html/emerge.html +500 -500
- package/.emerge-vis-output/fast-element/html/jsconfig.json +8 -8
- package/.emerge-vis-output/fast-element/html/resources/css/custom.css +211 -211
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_common.js +44 -44
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_data.js +13 -13
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_git.js +1413 -1413
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_graph.js +539 -539
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_heatmap.js +219 -219
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_hull.js +179 -179
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_main.js +1002 -1002
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_search.js +71 -71
- package/.emerge-vis-output/fast-element/html/resources/js/emerge_ui.js +199 -199
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.css +4123 -4123
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.rtl.css +4122 -4122
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.css +487 -487
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.rtl.css +484 -484
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.css +4265 -4265
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.rtl.css +4256 -4256
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.css +10877 -10877
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.rtl.css +10841 -10841
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.bundle.js +7075 -7075
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.bundle.min.js +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.esm.js +5202 -5202
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.esm.min.js +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.js +5249 -5249
- package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.min.js +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/d3/d3.v7.8.4.min.js +2 -2
- package/.emerge-vis-output/fast-element/html/vendors/d3/d3.v7.min.js +2 -2
- package/.emerge-vis-output/fast-element/html/vendors/dark-mode-switch/css/dark-mode.css +148 -148
- package/.emerge-vis-output/fast-element/html/vendors/daterangepicker/daterangepicker.min.js +7 -7
- package/.emerge-vis-output/fast-element/html/vendors/daterangepicker/moment.min.js +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/hull/hull.js +373 -373
- package/.emerge-vis-output/fast-element/html/vendors/jquery/jquery-3.6.0.min.js +2 -2
- package/.emerge-vis-output/fast-element/html/vendors/popper/popper.min.js +6 -6
- package/.emerge-vis-output/fast-element/html/vendors/simpleheat/simpleheat.js +141 -141
- package/.emerge-vis-output/fast-foundation/emerge-file_result_dependency_graph.graphml +4043 -4043
- package/.emerge-vis-output/fast-foundation/emerge-filesystem_graph.graphml +4538 -4538
- package/.emerge-vis-output/fast-foundation/emerge-statistics-metrics.txt +2510 -2510
- package/.emerge-vis-output/fast-foundation/html/emerge.html +500 -500
- package/.emerge-vis-output/fast-foundation/html/jsconfig.json +8 -8
- package/.emerge-vis-output/fast-foundation/html/resources/css/custom.css +211 -211
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_common.js +44 -44
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_data.js +13 -13
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_git.js +1413 -1413
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_graph.js +539 -539
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_heatmap.js +219 -219
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_hull.js +179 -179
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_main.js +1002 -1002
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_search.js +71 -71
- package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_ui.js +199 -199
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.css +4123 -4123
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.rtl.css +4122 -4122
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.css +487 -487
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.rtl.css +484 -484
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.css +4265 -4265
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.rtl.css +4256 -4256
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.css +10877 -10877
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.rtl.css +10841 -10841
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.rtl.min.css +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.bundle.js +7075 -7075
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.bundle.min.js +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.esm.js +5202 -5202
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.esm.min.js +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.js +5249 -5249
- package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.min.js +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/d3/d3.v7.8.4.min.js +2 -2
- package/.emerge-vis-output/fast-foundation/html/vendors/d3/d3.v7.min.js +2 -2
- package/.emerge-vis-output/fast-foundation/html/vendors/dark-mode-switch/css/dark-mode.css +148 -148
- package/.emerge-vis-output/fast-foundation/html/vendors/daterangepicker/daterangepicker.min.js +7 -7
- package/.emerge-vis-output/fast-foundation/html/vendors/daterangepicker/moment.min.js +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/hull/hull.js +373 -373
- package/.emerge-vis-output/fast-foundation/html/vendors/jquery/jquery-3.6.0.min.js +2 -2
- package/.emerge-vis-output/fast-foundation/html/vendors/popper/popper.min.js +6 -6
- package/.emerge-vis-output/fast-foundation/html/vendors/simpleheat/simpleheat.js +141 -141
- package/.emerge-vis-output/rws-client/emerge-file_result_dependency_graph.graphml +1143 -1143
- package/.emerge-vis-output/rws-client/emerge-filesystem_graph.graphml +1003 -1003
- package/.emerge-vis-output/rws-client/emerge-statistics-metrics.txt +655 -655
- package/.emerge-vis-output/rws-client/html/emerge.html +500 -500
- package/.emerge-vis-output/rws-client/html/jsconfig.json +8 -8
- package/.emerge-vis-output/rws-client/html/resources/css/custom.css +211 -211
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_common.js +44 -44
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_data.js +13 -13
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_git.js +1413 -1413
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_graph.js +539 -539
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_heatmap.js +219 -219
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_hull.js +179 -179
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_main.js +1002 -1002
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_search.js +71 -71
- package/.emerge-vis-output/rws-client/html/resources/js/emerge_ui.js +199 -199
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.css +4123 -4123
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.rtl.css +4122 -4122
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.rtl.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.css +487 -487
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.rtl.css +484 -484
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.rtl.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.css +4265 -4265
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.rtl.css +4256 -4256
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.rtl.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.css +10877 -10877
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.rtl.css +10841 -10841
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.rtl.min.css +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.bundle.js +7075 -7075
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.bundle.min.js +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.esm.js +5202 -5202
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.esm.min.js +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.js +5249 -5249
- package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.min.js +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/d3/d3.v7.8.4.min.js +2 -2
- package/.emerge-vis-output/rws-client/html/vendors/d3/d3.v7.min.js +2 -2
- package/.emerge-vis-output/rws-client/html/vendors/dark-mode-switch/css/dark-mode.css +148 -148
- package/.emerge-vis-output/rws-client/html/vendors/daterangepicker/daterangepicker.min.js +7 -7
- package/.emerge-vis-output/rws-client/html/vendors/daterangepicker/moment.min.js +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/hull/hull.js +373 -373
- package/.emerge-vis-output/rws-client/html/vendors/jquery/jquery-3.6.0.min.js +2 -2
- package/.emerge-vis-output/rws-client/html/vendors/popper/popper.min.js +6 -6
- package/.emerge-vis-output/rws-client/html/vendors/simpleheat/simpleheat.js +141 -141
- package/.eslintrc.json +51 -51
- package/.gitmodules +2 -2
- package/.setup/.eslintrc.json +11 -11
- package/.setup/_base.eslintrc.json +48 -48
- package/.setup/tsconfig.json +28 -28
- package/PLUGINS.MD +188 -188
- package/README.md +1023 -1023
- package/_tools.js +396 -396
- package/builder/vite/index.ts +4 -4
- package/{cfg/build_steps → builder}/vite/loaders/html.ts +11 -11
- package/{cfg/build_steps → builder}/vite/loaders/index.ts +8 -8
- package/{cfg/build_steps → builder}/vite/loaders/loader.type.ts +27 -27
- package/{cfg/build_steps → builder}/vite/loaders/scss.ts +32 -32
- package/{cfg/build_steps → builder}/vite/loaders/ts.ts +309 -312
- package/builder/vite/rws.vite.config.ts +56 -49
- package/{cfg/build_steps → builder}/vite/rws_scss_plugin.ts +61 -60
- package/{cfg/build_steps → builder}/vite/scss/_compiler.ts +95 -94
- package/{cfg/build_steps → builder}/vite/scss/_fonts.ts +80 -80
- package/{cfg/build_steps → builder}/vite/scss/_fs.ts +83 -81
- package/{cfg/build_steps → builder}/vite/scss/_import.ts +191 -184
- package/builder/webpack/after/copy.js +78 -78
- package/builder/webpack/after/sw.js +13 -13
- package/builder/webpack/index.js +10 -10
- package/builder/webpack/loaders/rws_fast_html_loader.js +17 -17
- package/builder/webpack/loaders/rws_fast_scss_loader.js +43 -43
- package/builder/webpack/loaders/rws_fast_ts_loader.js +96 -96
- package/builder/webpack/loaders/ts/html_error.js +19 -19
- package/builder/webpack/rws.webpack.config.js +169 -169
- package/builder/webpack/rws_scss_plugin.js +62 -62
- package/builder/webpack/rws_webpack_plugin.js +137 -137
- package/builder/webpack/scss/_compiler.js +97 -97
- package/builder/webpack/scss/_fonts.js +80 -80
- package/builder/webpack/scss/_fs.js +84 -84
- package/builder/webpack/scss/_import.js +186 -186
- package/cfg/_default.cfg.js +26 -26
- package/cfg/_storage.d.ts +22 -22
- package/cfg/_storage.js +42 -42
- package/cfg/build_steps/vite/_build_config.ts +105 -105
- package/cfg/build_steps/vite/_env_defines.ts +17 -17
- package/cfg/build_steps/vite/_loaders.ts +187 -184
- package/cfg/build_steps/vite/index.ts +2 -2
- package/cfg/build_steps/vite/types.ts +7 -7
- package/cfg/build_steps/webpack/_actions.js +85 -85
- package/cfg/build_steps/webpack/_aliases.js +9 -9
- package/cfg/build_steps/webpack/_build_config.js +76 -76
- package/cfg/build_steps/webpack/_cache.js +98 -98
- package/cfg/build_steps/webpack/_component_handling.js +60 -60
- package/cfg/build_steps/webpack/_dev_servers.js +14 -14
- package/cfg/build_steps/webpack/_env_defines.js +18 -18
- package/cfg/build_steps/webpack/_info.js +18 -18
- package/cfg/build_steps/webpack/_loaders.js +223 -223
- package/cfg/build_steps/webpack/_plugins.js +102 -102
- package/cfg/build_steps/webpack/_production.js +37 -37
- package/cfg/build_steps/webpack/_rws_externals.js +68 -68
- package/cfg/build_steps/webpack/_timing.js +52 -52
- package/cfg/build_steps/webpack/_webpack_config.js +58 -58
- package/cfg/tsconfigSetup.js +150 -150
- package/console.js +86 -86
- package/docs/assets/26e93147f10415a0ed4a.svg +6 -6
- package/docs/assets/75c9471662e97ee24f29.svg +7 -7
- package/docs/assets/db90e4df2373980c497d.svg +9 -9
- package/docs/assets/highlight.css +127 -127
- package/docs/assets/main.js +59 -59
- package/docs/assets/style.css +1414 -1414
- package/docs/classes/ApiServiceInstance.html +25 -25
- package/docs/classes/ConfigServiceInstance.html +21 -21
- package/docs/classes/DOMServiceInstance.html +17 -17
- package/docs/classes/NotifyServiceInstance.html +15 -15
- package/docs/classes/RWSClientInstance.html +45 -45
- package/docs/classes/RWSPlugin.html +13 -13
- package/docs/classes/RWSService.html +10 -10
- package/docs/classes/RWSViewComponent.html +1022 -1022
- package/docs/classes/ServiceWorkerServiceInstance.html +13 -13
- package/docs/classes/UtilsServiceInstance.html +13 -13
- package/docs/functions/attr.html +5 -5
- package/docs/functions/observable.html +3 -3
- package/docs/index.html +179 -179
- package/docs/interfaces/HTMLTag.html +3 -3
- package/docs/interfaces/IRWSConfig.html +20 -20
- package/docs/interfaces/IRWSDecoratorOptions.html +5 -5
- package/docs/interfaces/IRWSHttpRoute.html +2 -2
- package/docs/interfaces/IRWSPrefixedHTTProutes.html +2 -2
- package/docs/interfaces/IRWSUser.html +5 -5
- package/docs/modules.html +45 -45
- package/foundation/index.js +1 -1
- package/foundation/rws-foundation.d.ts +7 -7
- package/foundation/rws-foundation.js +7 -7
- package/package.json +108 -108
- package/service_worker/src/_service_worker.ts +83 -83
- package/service_worker/tsconfig.json +20 -20
- package/service_worker/webpack.config.js +66 -66
- package/src/client/components.ts +67 -67
- package/src/client/config.ts +165 -165
- package/src/client/services.ts +27 -27
- package/src/client.ts +212 -212
- package/src/components/_attrs/_default_observable_accessor.ts +8 -8
- package/src/components/_attrs/_extended_accessor.ts +40 -40
- package/src/components/_attrs/_external_handler.ts +7 -7
- package/src/components/_attrs/_external_observable_accessor.ts +8 -8
- package/src/components/_attrs/angular-attr.ts +34 -34
- package/src/components/_attrs/external-attr.ts +59 -59
- package/src/components/_attrs/external-observable.ts +52 -52
- package/src/components/_attrs/sanitize-html.ts +80 -80
- package/src/components/_component.ts +245 -245
- package/src/components/_container.ts +15 -15
- package/src/components/_decorator.ts +122 -122
- package/src/components/_decorators/RWSFillBuild.ts +54 -54
- package/src/components/_decorators/RWSInject.ts +49 -49
- package/src/components/_decorators/RWSService.ts +11 -11
- package/src/components/_decorators/_di.ts +15 -15
- package/src/components/_definitions.ts +64 -64
- package/src/components/_event_handling.ts +40 -40
- package/src/components/index.ts +14 -14
- package/src/components/loader/component.ts +12 -12
- package/src/components/loader/styles/layout.scss +13 -13
- package/src/components/progress/component.ts +54 -54
- package/src/components/progress/styles/layout.scss +90 -90
- package/src/components/progress/template.html +24 -24
- package/src/components/uploader/component.ts +83 -83
- package/src/components/uploader/styles/layout.scss +130 -130
- package/src/components/uploader/template.html +16 -16
- package/src/index.ts +93 -93
- package/src/plugins/_builder.js +31 -31
- package/src/plugins/_plugin.ts +63 -63
- package/src/services/ApiService.ts +242 -242
- package/src/services/ConfigService.ts +134 -134
- package/src/services/DOMService.ts +100 -100
- package/src/services/NotifyService.ts +47 -47
- package/src/services/ServiceWorkerService.ts +60 -60
- package/src/services/UtilsService.ts +60 -60
- package/src/services/_service.ts +64 -64
- package/src/styles/_darkreader.scss +30 -30
- package/src/styles/_grid.scss +75 -75
- package/src/styles/_misc.scss +8 -8
- package/src/styles/_scrollbars.scss +40 -40
- package/src/styles/includes.scss +4 -4
- package/src/types/IRWSConfig.ts +30 -30
- package/src/types/IRWSPlugin.ts +18 -18
- package/src/types/IRWSUser.ts +6 -6
- package/src/types/IRWSViewComponent.ts +36 -36
- package/src/types/RWSNotify.ts +6 -6
- package/src/types/RWSWindow.ts +41 -41
- package/tsconfig.json +30 -30
- package/typedoc.json +13 -13
- package/types/declarations.d.ts +8 -8
- package/types/docs-typings.d.ts +15 -15
|
@@ -1,441 +1,441 @@
|
|
|
1
|
-
the following statistics were collected in ts check on fast element
|
|
2
|
-
+-------------------------------------+-------------------+
|
|
3
|
-
| statistic name | value |
|
|
4
|
-
+-------------------------------------+-------------------+
|
|
5
|
-
| scanning_runtime | 00:00:00 + 6 ms |
|
|
6
|
-
| scanned_files | 28 |
|
|
7
|
-
| skipped_files | 46 |
|
|
8
|
-
| parsing_hits | 46 |
|
|
9
|
-
| extracted_file_results | 28 |
|
|
10
|
-
| file_results_creation_runtime | 00:00:00 + 45 ms |
|
|
11
|
-
| number-of-methods-metric-runtime | 00:00:00 + 1 ms |
|
|
12
|
-
| source-lines-of-code-metric-runtime | 00:00:00 + 2 ms |
|
|
13
|
-
| t-f-i-d-f-metric-runtime | 00:00:00 + 67 ms |
|
|
14
|
-
| fan-in-out-metric-runtime | 00:00:00 + 0 ms |
|
|
15
|
-
| louvain-modularity-metric-runtime | 00:00:00 + 9 ms |
|
|
16
|
-
| total_runtime | 00:00:00 + 132 ms |
|
|
17
|
-
+-------------------------------------+-------------------+
|
|
18
|
-
|
|
19
|
-
the following overall metrics were collected in ts check on fast element
|
|
20
|
-
+----------------------------------------------+----------------------------------------------------+
|
|
21
|
-
| metric name | value |
|
|
22
|
-
+----------------------------------------------+----------------------------------------------------+
|
|
23
|
-
| avg-number-of-methods-in-file | 0.36 |
|
|
24
|
-
| avg-sloc-in-file | 37.61 |
|
|
25
|
-
| total-sloc-in-files | 1053 |
|
|
26
|
-
| avg-fan-in-dependency-graph | 0.96 |
|
|
27
|
-
| avg-fan-out-dependency-graph | 0.96 |
|
|
28
|
-
| max-fan-in-dependency-graph | 9 |
|
|
29
|
-
| max-fan-in-name-dependency-graph | ../observation/behavior.js |
|
|
30
|
-
| max-fan-out-dependency-graph | 6 |
|
|
31
|
-
| max-fan-out-name-dependency-graph | ./fast-element/dist/dts/components/controller.d.ts |
|
|
32
|
-
| louvain-communities-dependency-graph | 17 |
|
|
33
|
-
| louvain-modularity-dependency-graph | 0.59 |
|
|
34
|
-
| louvain-biggest-communities-dependency-graph | 0.17, 0.13, 0.12, 0.08, 0.08 |
|
|
35
|
-
+----------------------------------------------+----------------------------------------------------+
|
|
36
|
-
|
|
37
|
-
the following local metrics were collected in ts check on fast element
|
|
38
|
-
+---------------------------------------------------------------+---------------------------------------------------------------+
|
|
39
|
-
| result | local metrics |
|
|
40
|
-
+---------------------------------------------------------------+---------------------------------------------------------------+
|
|
41
|
-
| ./fast-element/dist/fast-element.d.ts | number-of-methods-in-file: 5 |
|
|
42
|
-
| | sloc-in-file: 477 |
|
|
43
|
-
| | tag_source: 0.29464798813260923 |
|
|
44
|
-
| | tag_binding: 0.2225532676320772 |
|
|
45
|
-
| | tag_node: 0.21941871456683665 |
|
|
46
|
-
| | fan-in-dependency-graph: 0 |
|
|
47
|
-
| | fan-out-dependency-graph: 0 |
|
|
48
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 10 |
|
|
49
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
50
|
-
| ./fast-element/dist/dts/interfaces.d.ts | number-of-methods-in-file: 0 |
|
|
51
|
-
| | sloc-in-file: 10 |
|
|
52
|
-
| | tag_object: 0.4637840960261858 |
|
|
53
|
-
| | tag_constructable: 0.33480260617642404 |
|
|
54
|
-
| | tag_callable: 0.30974088000429123 |
|
|
55
|
-
| | tag_type: 0.25796297969952353 |
|
|
56
|
-
| | tag_declare: 0.2406756637316964 |
|
|
57
|
-
| | tag_isfunction: 0.2063257190838112 |
|
|
58
|
-
| | fan-in-dependency-graph: 0 |
|
|
59
|
-
| | fan-out-dependency-graph: 0 |
|
|
60
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 11 |
|
|
61
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
62
|
-
| ./fast-element/dist/dts/index.d.ts | number-of-methods-in-file: 0 |
|
|
63
|
-
| | sloc-in-file: 26 |
|
|
64
|
-
| | tag_styletarget: 0.23877647444382094 |
|
|
65
|
-
| | tag_prependtoadoptedstylesheetssymbol: 0.23877647444382094 |
|
|
66
|
-
| | tag_mutable: 0.23877647444382094 |
|
|
67
|
-
| | tag_enablearrayobservation: 0.23877647444382094 |
|
|
68
|
-
| | tag_elementstylefactory: 0.23877647444382094 |
|
|
69
|
-
| | tag_elementsfilter: 0.23877647444382094 |
|
|
70
|
-
| | tag_elements: 0.23877647444382094 |
|
|
71
|
-
| | fan-in-dependency-graph: 0 |
|
|
72
|
-
| | fan-out-dependency-graph: 0 |
|
|
73
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 12 |
|
|
74
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
75
|
-
| ./fast-element/dist/dts/dom.d.ts | number-of-methods-in-file: 0 |
|
|
76
|
-
| | sloc-in-file: 21 |
|
|
77
|
-
| | tag_attribute: 0.3745477873247145 |
|
|
78
|
-
| | tag_value: 0.3563628784361999 |
|
|
79
|
-
| | tag_node: 0.29990282285024994 |
|
|
80
|
-
| | tag_attributename: 0.26038383331075304 |
|
|
81
|
-
| | tag_placeholder: 0.21969138560567555 |
|
|
82
|
-
| | fan-in-dependency-graph: 0 |
|
|
83
|
-
| | fan-out-dependency-graph: 2 |
|
|
84
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 5 |
|
|
85
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
86
|
-
| ./fast-element/dist/dts/platform.d.ts | number-of-methods-in-file: 1 |
|
|
87
|
-
| | sloc-in-file: 25 |
|
|
88
|
-
| | tag_fast: 0.43033499975912926 |
|
|
89
|
-
| | tag_trustedtypes: 0.2868899998394195 |
|
|
90
|
-
| | tag_trusted: 0.261640351570867 |
|
|
91
|
-
| | tag_rules: 0.21516749987956463 |
|
|
92
|
-
| | tag_global: 0.21516749987956463 |
|
|
93
|
-
| | tag_fastglobal: 0.21516749987956463 |
|
|
94
|
-
| | fan-in-dependency-graph: 0 |
|
|
95
|
-
| | fan-out-dependency-graph: 0 |
|
|
96
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 13 |
|
|
97
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
98
|
-
| ./fast-element/dist/dts/components/fast-definitions.d.ts | number-of-methods-in-file: 0 |
|
|
99
|
-
| | sloc-in-file: 27 |
|
|
100
|
-
| | tag_custom: 0.5242710773191185 |
|
|
101
|
-
| | tag_element: 0.27646423543924487 |
|
|
102
|
-
| | tag_controlling: 0.21420540632448873 |
|
|
103
|
-
| | fan-in-dependency-graph: 0 |
|
|
104
|
-
| | fan-out-dependency-graph: 3 |
|
|
105
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
106
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
107
|
-
| ./fast-element/dist/dts/components/attributes.d.ts | number-of-methods-in-file: 2 |
|
|
108
|
-
| | sloc-in-file: 37 |
|
|
109
|
-
| | tag_valueconverter: 0.3531804618043131 |
|
|
110
|
-
| | tag_value: 0.31232809028826053 |
|
|
111
|
-
| | tag_attribute: 0.30481837250760707 |
|
|
112
|
-
| | tag_mode: 0.2472263232630192 |
|
|
113
|
-
| | tag_attributemode: 0.2472263232630192 |
|
|
114
|
-
| | tag_property: 0.2033916931859959 |
|
|
115
|
-
| | fan-in-dependency-graph: 0 |
|
|
116
|
-
| | fan-out-dependency-graph: 1 |
|
|
117
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
118
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
119
|
-
| ./fast-element/dist/dts/components/controller.d.ts | number-of-methods-in-file: 0 |
|
|
120
|
-
| | sloc-in-file: 36 |
|
|
121
|
-
| | tag_styles: 0.38590882878311406 |
|
|
122
|
-
| | tag_controller: 0.3792122265121266 |
|
|
123
|
-
| | tag_element: 0.29272520051661916 |
|
|
124
|
-
| | tag_behaviors: 0.2619334793687805 |
|
|
125
|
-
| | fan-in-dependency-graph: 0 |
|
|
126
|
-
| | fan-out-dependency-graph: 6 |
|
|
127
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
128
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
129
|
-
| ./fast-element/dist/dts/components/fast-element.d.ts | number-of-methods-in-file: 0 |
|
|
130
|
-
| | sloc-in-file: 17 |
|
|
131
|
-
| | tag_fastelement: 0.48787453525753355 |
|
|
132
|
-
| | tag_element: 0.25441427562474916 |
|
|
133
|
-
| | tag_platform: 0.22868340874923593 |
|
|
134
|
-
| | tag_nameordef: 0.216833126781126 |
|
|
135
|
-
| | fan-in-dependency-graph: 0 |
|
|
136
|
-
| | fan-out-dependency-graph: 2 |
|
|
137
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 7 |
|
|
138
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
139
|
-
| ./fast-element/dist/dts/styles/css.d.ts | number-of-methods-in-file: 0 |
|
|
140
|
-
| | sloc-in-file: 4 |
|
|
141
|
-
| | tag_strings: 0.4689622500153232 |
|
|
142
|
-
| | tag_interpolated: 0.3751698000122586 |
|
|
143
|
-
| | tag_values: 0.3470863782511793 |
|
|
144
|
-
| | tag_cssdirective: 0.3470863782511793 |
|
|
145
|
-
| | tag_are: 0.25985130244673516 |
|
|
146
|
-
| | tag_composablestyles: 0.22855509913910438 |
|
|
147
|
-
| | fan-in-dependency-graph: 0 |
|
|
148
|
-
| | fan-out-dependency-graph: 2 |
|
|
149
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
150
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
151
|
-
| ./fast-element/dist/dts/styles/css-directive.d.ts | number-of-methods-in-file: 0 |
|
|
152
|
-
| | sloc-in-file: 6 |
|
|
153
|
-
| | tag_css: 0.5680217967897677 |
|
|
154
|
-
| | tag_interpolate: 0.36044598837076014 |
|
|
155
|
-
| | tag_behavior: 0.3383342993555018 |
|
|
156
|
-
| | tag_host: 0.304115956871541 |
|
|
157
|
-
| | tag_composablestyles: 0.2670123136600795 |
|
|
158
|
-
| | tag_into: 0.23929923701974865 |
|
|
159
|
-
| | tag_bind: 0.2276808668956647 |
|
|
160
|
-
| | fan-in-dependency-graph: 0 |
|
|
161
|
-
| | fan-out-dependency-graph: 2 |
|
|
162
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
163
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
164
|
-
| ./fast-element/dist/dts/styles/element-styles.d.ts | number-of-methods-in-file: 0 |
|
|
165
|
-
| | sloc-in-file: 42 |
|
|
166
|
-
| | tag_styles: 0.6776250622055325 |
|
|
167
|
-
| | tag_styletarget: 0.3296038500800372 |
|
|
168
|
-
| | tag_elementstyles: 0.20823301457178547 |
|
|
169
|
-
| | tag_composablestyles: 0.20823301457178547 |
|
|
170
|
-
| | fan-in-dependency-graph: 0 |
|
|
171
|
-
| | fan-out-dependency-graph: 1 |
|
|
172
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
173
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
174
|
-
| ./fast-element/dist/dts/observation/notifier.d.ts | number-of-methods-in-file: 0 |
|
|
175
|
-
| | sloc-in-file: 29 |
|
|
176
|
-
| | tag_subscriber: 0.6794627069616956 |
|
|
177
|
-
| | tag_subscribers: 0.25246352047157444 |
|
|
178
|
-
| | tag_source: 0.24637809788528944 |
|
|
179
|
-
| | tag_change: 0.23356530551808288 |
|
|
180
|
-
| | tag_notification: 0.226495273939002 |
|
|
181
|
-
| | fan-in-dependency-graph: 0 |
|
|
182
|
-
| | fan-out-dependency-graph: 0 |
|
|
183
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 14 |
|
|
184
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
185
|
-
| ./fast-element/dist/dts/observation/array-observer.d.ts | number-of-methods-in-file: 0 |
|
|
186
|
-
| | sloc-in-file: 1 |
|
|
187
|
-
| | tag_observation: 0.416848508241277 |
|
|
188
|
-
| | tag_array: 0.35122430349931566 |
|
|
189
|
-
| | tag_so: 0.26451691361680973 |
|
|
190
|
-
| | tag_manually: 0.26451691361680973 |
|
|
191
|
-
| | tag_enabled: 0.26451691361680973 |
|
|
192
|
-
| | tag_calling: 0.26451691361680973 |
|
|
193
|
-
| | tag_using: 0.24123635649161915 |
|
|
194
|
-
| | fan-in-dependency-graph: 0 |
|
|
195
|
-
| | fan-out-dependency-graph: 0 |
|
|
196
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 15 |
|
|
197
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
198
|
-
| ./fast-element/dist/dts/observation/array-change-records.d.ts | number-of-methods-in-file: 0 |
|
|
199
|
-
| | sloc-in-file: 8 |
|
|
200
|
-
| | tag_splice: 0.4883123587740202 |
|
|
201
|
-
| | tag_items: 0.3051952242337626 |
|
|
202
|
-
| | tag_were: 0.2893801308596015 |
|
|
203
|
-
| | tag_removed: 0.26391132217263985 |
|
|
204
|
-
| | tag_array: 0.24014847840443873 |
|
|
205
|
-
| | tag_addedcount: 0.21703509814470112 |
|
|
206
|
-
| | fan-in-dependency-graph: 0 |
|
|
207
|
-
| | fan-out-dependency-graph: 0 |
|
|
208
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 16 |
|
|
209
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
210
|
-
| ./fast-element/dist/dts/observation/behavior.d.ts | number-of-methods-in-file: 0 |
|
|
211
|
-
| | sloc-in-file: 5 |
|
|
212
|
-
| | tag_source: 0.5896207039303109 |
|
|
213
|
-
| | tag_context: 0.33986567523503974 |
|
|
214
|
-
| | tag_bind: 0.3233646397259858 |
|
|
215
|
-
| | tag_behavior: 0.3203470726657382 |
|
|
216
|
-
| | tag_unknown: 0.26891172452595136 |
|
|
217
|
-
| | tag_executioncontext: 0.25281685365525275 |
|
|
218
|
-
| | tag_unbind: 0.23887484234602843 |
|
|
219
|
-
| | fan-in-dependency-graph: 0 |
|
|
220
|
-
| | fan-out-dependency-graph: 1 |
|
|
221
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 8 |
|
|
222
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
223
|
-
| ./fast-element/dist/dts/observation/observable.d.ts | number-of-methods-in-file: 2 |
|
|
224
|
-
| | sloc-in-file: 43 |
|
|
225
|
-
| | tag_source: 0.31823232258159034 |
|
|
226
|
-
| | tag_observable: 0.2968732960844341 |
|
|
227
|
-
| | tag_property: 0.2603719002940284 |
|
|
228
|
-
| | tag_binding: 0.2603719002940284 |
|
|
229
|
-
| | tag_current: 0.22907325122092545 |
|
|
230
|
-
| | tag_accessor: 0.22907325122092545 |
|
|
231
|
-
| | tag_tparent: 0.20616592609883289 |
|
|
232
|
-
| | fan-in-dependency-graph: 0 |
|
|
233
|
-
| | fan-out-dependency-graph: 1 |
|
|
234
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 9 |
|
|
235
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
236
|
-
| ./fast-element/dist/dts/templating/compiler.d.ts | number-of-methods-in-file: 0 |
|
|
237
|
-
| | sloc-in-file: 8 |
|
|
238
|
-
| | tag_template: 0.4058158827742168 |
|
|
239
|
-
| | tag_directives: 0.3104793008553728 |
|
|
240
|
-
| | tag_nodebehaviorfactory: 0.25170058055165184 |
|
|
241
|
-
| | tag_documentfragment: 0.2328594756415296 |
|
|
242
|
-
| | fan-in-dependency-graph: 0 |
|
|
243
|
-
| | fan-out-dependency-graph: 1 |
|
|
244
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
245
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
246
|
-
| ./fast-element/dist/dts/templating/view.d.ts | number-of-methods-in-file: 0 |
|
|
247
|
-
| | sloc-in-file: 35 |
|
|
248
|
-
| | tag_view: 0.41724276970492474 |
|
|
249
|
-
| | tag_dom: 0.37546020404838 |
|
|
250
|
-
| | tag_node: 0.37070309729500844 |
|
|
251
|
-
| | tag_nodes: 0.356687193845961 |
|
|
252
|
-
| | tag_behaviors: 0.225276122429028 |
|
|
253
|
-
| | fan-in-dependency-graph: 0 |
|
|
254
|
-
| | fan-out-dependency-graph: 2 |
|
|
255
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
256
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
257
|
-
| ./fast-element/dist/dts/templating/repeat.d.ts | number-of-methods-in-file: 0 |
|
|
258
|
-
| | sloc-in-file: 45 |
|
|
259
|
-
| | tag_tsource: 0.37209693862330756 |
|
|
260
|
-
| | tag_binding: 0.33994436164902053 |
|
|
261
|
-
| | tag_itemsbinding: 0.3148255919515991 |
|
|
262
|
-
| | tag_options: 0.298296135936253 |
|
|
263
|
-
| | tag_templatebinding: 0.23611919396369935 |
|
|
264
|
-
| | fan-in-dependency-graph: 0 |
|
|
265
|
-
| | fan-out-dependency-graph: 6 |
|
|
266
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 6 |
|
|
267
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
268
|
-
| ./fast-element/dist/dts/templating/slotted.d.ts | number-of-methods-in-file: 0 |
|
|
269
|
-
| | sloc-in-file: 11 |
|
|
270
|
-
| | tag_slottedbehavioroptions: 0.42078091516530813 |
|
|
271
|
-
| | tag_slotted: 0.42078091516530813 |
|
|
272
|
-
| | tag_options: 0.33224035857295803 |
|
|
273
|
-
| | tag_node: 0.2423218497382342 |
|
|
274
|
-
| | tag_slot: 0.21039045758265407 |
|
|
275
|
-
| | fan-in-dependency-graph: 0 |
|
|
276
|
-
| | fan-out-dependency-graph: 2 |
|
|
277
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
278
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
279
|
-
| ./fast-element/dist/dts/templating/binding.d.ts | number-of-methods-in-file: 0 |
|
|
280
|
-
| | sloc-in-file: 38 |
|
|
281
|
-
| | tag_binding: 0.5207068837263562 |
|
|
282
|
-
| | tag_bindingbehavior: 0.2855317629976344 |
|
|
283
|
-
| | tag_typeof: 0.240909229462485 |
|
|
284
|
-
| | tag_targetname: 0.21700137944033707 |
|
|
285
|
-
| | tag_target: 0.20895546762969233 |
|
|
286
|
-
| | fan-in-dependency-graph: 0 |
|
|
287
|
-
| | fan-out-dependency-graph: 3 |
|
|
288
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
289
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
290
|
-
| ./fast-element/dist/dts/templating/when.d.ts | number-of-methods-in-file: 0 |
|
|
291
|
-
| | sloc-in-file: 3 |
|
|
292
|
-
| | tag_binding: 0.4885235390584788 |
|
|
293
|
-
| | tag_syntheticviewtemplate: 0.44732995582012125 |
|
|
294
|
-
| | tag_tsource: 0.41775704220966275 |
|
|
295
|
-
| | tag_template: 0.233875302362982 |
|
|
296
|
-
| | tag_elsetemplateortemplatebinding: 0.21207474900311044 |
|
|
297
|
-
| | tag_conditional: 0.21207474900311044 |
|
|
298
|
-
| | tag_condition: 0.21207474900311044 |
|
|
299
|
-
| | fan-in-dependency-graph: 0 |
|
|
300
|
-
| | fan-out-dependency-graph: 2 |
|
|
301
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
302
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
303
|
-
| ./fast-element/dist/dts/templating/html-directive.d.ts | number-of-methods-in-file: 0 |
|
|
304
|
-
| | sloc-in-file: 23 |
|
|
305
|
-
| | tag_behavior: 0.5635453484896057 |
|
|
306
|
-
| | tag_target: 0.28017277828161197 |
|
|
307
|
-
| | tag_within: 0.2557871498791817 |
|
|
308
|
-
| | tag_node: 0.24052029428487717 |
|
|
309
|
-
| | fan-in-dependency-graph: 0 |
|
|
310
|
-
| | fan-out-dependency-graph: 1 |
|
|
311
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
312
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
313
|
-
| ./fast-element/dist/dts/templating/ref.d.ts | number-of-methods-in-file: 0 |
|
|
314
|
-
| | sloc-in-file: 10 |
|
|
315
|
-
| | tag_propertyname: 0.5131996888028276 |
|
|
316
|
-
| | tag_source: 0.3502869148317249 |
|
|
317
|
-
| | tag_reference: 0.3328341934672673 |
|
|
318
|
-
| | tag_behavior: 0.28547179655868743 |
|
|
319
|
-
| | tag_bind: 0.23052867972969066 |
|
|
320
|
-
| | tag_assign: 0.22188946231151155 |
|
|
321
|
-
| | tag_property: 0.210172148899035 |
|
|
322
|
-
| | fan-in-dependency-graph: 0 |
|
|
323
|
-
| | fan-out-dependency-graph: 2 |
|
|
324
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
325
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
326
|
-
| ./fast-element/dist/dts/templating/template.d.ts | number-of-methods-in-file: 0 |
|
|
327
|
-
| | sloc-in-file: 27 |
|
|
328
|
-
| | tag_template: 0.3664706986962105 |
|
|
329
|
-
| | tag_host: 0.31153034649153905 |
|
|
330
|
-
| | tag_hostbindingtarget: 0.2953869696381885 |
|
|
331
|
-
| | tag_htmlview: 0.2693894894518713 |
|
|
332
|
-
| | tag_tparent: 0.23571580327038738 |
|
|
333
|
-
| | tag_will: 0.23274809909880442 |
|
|
334
|
-
| | tag_html: 0.2206200473389547 |
|
|
335
|
-
| | fan-in-dependency-graph: 0 |
|
|
336
|
-
| | fan-out-dependency-graph: 3 |
|
|
337
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
338
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
339
|
-
| ./fast-element/dist/dts/templating/children.d.ts | number-of-methods-in-file: 0 |
|
|
340
|
-
| | sloc-in-file: 17 |
|
|
341
|
-
| | tag_options: 0.34561403230951854 |
|
|
342
|
-
| | tag_childrenbehavioroptions: 0.31265615186765555 |
|
|
343
|
-
| | tag_child: 0.28513878330104053 |
|
|
344
|
-
| | tag_configure: 0.26379465402511676 |
|
|
345
|
-
| | fan-in-dependency-graph: 0 |
|
|
346
|
-
| | fan-out-dependency-graph: 2 |
|
|
347
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
348
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
349
|
-
| ./fast-element/dist/dts/templating/node-observation.d.ts | number-of-methods-in-file: 0 |
|
|
350
|
-
| | sloc-in-file: 22 |
|
|
351
|
-
| | tag_node: 0.4350079641120247 |
|
|
352
|
-
| | tag_filter: 0.302148649725125 |
|
|
353
|
-
| | tag_source: 0.2610047784672148 |
|
|
354
|
-
| | tag_options: 0.23857064830892574 |
|
|
355
|
-
| | tag_nodes: 0.21148333120705703 |
|
|
356
|
-
| | tag_elementsfilter: 0.20666704743541092 |
|
|
357
|
-
| | tag_array: 0.20059577212272034 |
|
|
358
|
-
| | fan-in-dependency-graph: 0 |
|
|
359
|
-
| | fan-out-dependency-graph: 1 |
|
|
360
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
361
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
362
|
-
| fast-element/dist/dts/interfaces.js | fan-in-dependency-graph: 1 |
|
|
363
|
-
| | fan-out-dependency-graph: 0 |
|
|
364
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 5 |
|
|
365
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
366
|
-
| fast-element/dist/dts/platform.js | fan-in-dependency-graph: 1 |
|
|
367
|
-
| | fan-out-dependency-graph: 0 |
|
|
368
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 5 |
|
|
369
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
370
|
-
| ../styles/element-styles.js | fan-in-dependency-graph: 2 |
|
|
371
|
-
| | fan-out-dependency-graph: 0 |
|
|
372
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
373
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
374
|
-
| ../templating/template.js | fan-in-dependency-graph: 2 |
|
|
375
|
-
| | fan-out-dependency-graph: 0 |
|
|
376
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
377
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
378
|
-
| fast-element/dist/dts/components/attributes.js | fan-in-dependency-graph: 1 |
|
|
379
|
-
| | fan-out-dependency-graph: 0 |
|
|
380
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
381
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
382
|
-
| ../observation/observable.js | fan-in-dependency-graph: 6 |
|
|
383
|
-
| | fan-out-dependency-graph: 0 |
|
|
384
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
385
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
386
|
-
| ../observation/behavior.js | fan-in-dependency-graph: 9 |
|
|
387
|
-
| | fan-out-dependency-graph: 0 |
|
|
388
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
389
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
390
|
-
| ../observation/notifier.js | fan-in-dependency-graph: 2 |
|
|
391
|
-
| | fan-out-dependency-graph: 0 |
|
|
392
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 6 |
|
|
393
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
394
|
-
| ../templating/view.js | fan-in-dependency-graph: 1 |
|
|
395
|
-
| | fan-out-dependency-graph: 0 |
|
|
396
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
397
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
398
|
-
| fast-element/dist/dts/components/fast-definitions.js | fan-in-dependency-graph: 2 |
|
|
399
|
-
| | fan-out-dependency-graph: 0 |
|
|
400
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 7 |
|
|
401
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
402
|
-
| fast-element/dist/dts/components/controller.js | fan-in-dependency-graph: 1 |
|
|
403
|
-
| | fan-out-dependency-graph: 0 |
|
|
404
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 7 |
|
|
405
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
406
|
-
| fast-element/dist/dts/styles/css-directive.js | fan-in-dependency-graph: 1 |
|
|
407
|
-
| | fan-out-dependency-graph: 0 |
|
|
408
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
409
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
410
|
-
| fast-element/dist/dts/styles/element-styles.js | fan-in-dependency-graph: 2 |
|
|
411
|
-
| | fan-out-dependency-graph: 0 |
|
|
412
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
413
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
414
|
-
| fast-element/dist/dts/observation/observable.js | fan-in-dependency-graph: 1 |
|
|
415
|
-
| | fan-out-dependency-graph: 0 |
|
|
416
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 8 |
|
|
417
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
418
|
-
| fast-element/dist/dts/observation/notifier.js | fan-in-dependency-graph: 1 |
|
|
419
|
-
| | fan-out-dependency-graph: 0 |
|
|
420
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 9 |
|
|
421
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
422
|
-
| fast-element/dist/dts/templating/html-directive.js | fan-in-dependency-graph: 4 |
|
|
423
|
-
| | fan-out-dependency-graph: 0 |
|
|
424
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
425
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
426
|
-
| ../observation/array-change-records.js | fan-in-dependency-graph: 1 |
|
|
427
|
-
| | fan-out-dependency-graph: 0 |
|
|
428
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 6 |
|
|
429
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
430
|
-
| fast-element/dist/dts/templating/template.js | fan-in-dependency-graph: 5 |
|
|
431
|
-
| | fan-out-dependency-graph: 0 |
|
|
432
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
433
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
434
|
-
| fast-element/dist/dts/templating/node-observation.js | fan-in-dependency-graph: 2 |
|
|
435
|
-
| | fan-out-dependency-graph: 0 |
|
|
436
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
437
|
-
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
438
|
-
| fast-element/dist/dts/templating/view.js | fan-in-dependency-graph: 1 |
|
|
439
|
-
| | fan-out-dependency-graph: 0 |
|
|
440
|
-
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
1
|
+
the following statistics were collected in ts check on fast element
|
|
2
|
+
+-------------------------------------+-------------------+
|
|
3
|
+
| statistic name | value |
|
|
4
|
+
+-------------------------------------+-------------------+
|
|
5
|
+
| scanning_runtime | 00:00:00 + 6 ms |
|
|
6
|
+
| scanned_files | 28 |
|
|
7
|
+
| skipped_files | 46 |
|
|
8
|
+
| parsing_hits | 46 |
|
|
9
|
+
| extracted_file_results | 28 |
|
|
10
|
+
| file_results_creation_runtime | 00:00:00 + 45 ms |
|
|
11
|
+
| number-of-methods-metric-runtime | 00:00:00 + 1 ms |
|
|
12
|
+
| source-lines-of-code-metric-runtime | 00:00:00 + 2 ms |
|
|
13
|
+
| t-f-i-d-f-metric-runtime | 00:00:00 + 67 ms |
|
|
14
|
+
| fan-in-out-metric-runtime | 00:00:00 + 0 ms |
|
|
15
|
+
| louvain-modularity-metric-runtime | 00:00:00 + 9 ms |
|
|
16
|
+
| total_runtime | 00:00:00 + 132 ms |
|
|
17
|
+
+-------------------------------------+-------------------+
|
|
18
|
+
|
|
19
|
+
the following overall metrics were collected in ts check on fast element
|
|
20
|
+
+----------------------------------------------+----------------------------------------------------+
|
|
21
|
+
| metric name | value |
|
|
22
|
+
+----------------------------------------------+----------------------------------------------------+
|
|
23
|
+
| avg-number-of-methods-in-file | 0.36 |
|
|
24
|
+
| avg-sloc-in-file | 37.61 |
|
|
25
|
+
| total-sloc-in-files | 1053 |
|
|
26
|
+
| avg-fan-in-dependency-graph | 0.96 |
|
|
27
|
+
| avg-fan-out-dependency-graph | 0.96 |
|
|
28
|
+
| max-fan-in-dependency-graph | 9 |
|
|
29
|
+
| max-fan-in-name-dependency-graph | ../observation/behavior.js |
|
|
30
|
+
| max-fan-out-dependency-graph | 6 |
|
|
31
|
+
| max-fan-out-name-dependency-graph | ./fast-element/dist/dts/components/controller.d.ts |
|
|
32
|
+
| louvain-communities-dependency-graph | 17 |
|
|
33
|
+
| louvain-modularity-dependency-graph | 0.59 |
|
|
34
|
+
| louvain-biggest-communities-dependency-graph | 0.17, 0.13, 0.12, 0.08, 0.08 |
|
|
35
|
+
+----------------------------------------------+----------------------------------------------------+
|
|
36
|
+
|
|
37
|
+
the following local metrics were collected in ts check on fast element
|
|
38
|
+
+---------------------------------------------------------------+---------------------------------------------------------------+
|
|
39
|
+
| result | local metrics |
|
|
40
|
+
+---------------------------------------------------------------+---------------------------------------------------------------+
|
|
41
|
+
| ./fast-element/dist/fast-element.d.ts | number-of-methods-in-file: 5 |
|
|
42
|
+
| | sloc-in-file: 477 |
|
|
43
|
+
| | tag_source: 0.29464798813260923 |
|
|
44
|
+
| | tag_binding: 0.2225532676320772 |
|
|
45
|
+
| | tag_node: 0.21941871456683665 |
|
|
46
|
+
| | fan-in-dependency-graph: 0 |
|
|
47
|
+
| | fan-out-dependency-graph: 0 |
|
|
48
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 10 |
|
|
49
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
50
|
+
| ./fast-element/dist/dts/interfaces.d.ts | number-of-methods-in-file: 0 |
|
|
51
|
+
| | sloc-in-file: 10 |
|
|
52
|
+
| | tag_object: 0.4637840960261858 |
|
|
53
|
+
| | tag_constructable: 0.33480260617642404 |
|
|
54
|
+
| | tag_callable: 0.30974088000429123 |
|
|
55
|
+
| | tag_type: 0.25796297969952353 |
|
|
56
|
+
| | tag_declare: 0.2406756637316964 |
|
|
57
|
+
| | tag_isfunction: 0.2063257190838112 |
|
|
58
|
+
| | fan-in-dependency-graph: 0 |
|
|
59
|
+
| | fan-out-dependency-graph: 0 |
|
|
60
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 11 |
|
|
61
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
62
|
+
| ./fast-element/dist/dts/index.d.ts | number-of-methods-in-file: 0 |
|
|
63
|
+
| | sloc-in-file: 26 |
|
|
64
|
+
| | tag_styletarget: 0.23877647444382094 |
|
|
65
|
+
| | tag_prependtoadoptedstylesheetssymbol: 0.23877647444382094 |
|
|
66
|
+
| | tag_mutable: 0.23877647444382094 |
|
|
67
|
+
| | tag_enablearrayobservation: 0.23877647444382094 |
|
|
68
|
+
| | tag_elementstylefactory: 0.23877647444382094 |
|
|
69
|
+
| | tag_elementsfilter: 0.23877647444382094 |
|
|
70
|
+
| | tag_elements: 0.23877647444382094 |
|
|
71
|
+
| | fan-in-dependency-graph: 0 |
|
|
72
|
+
| | fan-out-dependency-graph: 0 |
|
|
73
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 12 |
|
|
74
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
75
|
+
| ./fast-element/dist/dts/dom.d.ts | number-of-methods-in-file: 0 |
|
|
76
|
+
| | sloc-in-file: 21 |
|
|
77
|
+
| | tag_attribute: 0.3745477873247145 |
|
|
78
|
+
| | tag_value: 0.3563628784361999 |
|
|
79
|
+
| | tag_node: 0.29990282285024994 |
|
|
80
|
+
| | tag_attributename: 0.26038383331075304 |
|
|
81
|
+
| | tag_placeholder: 0.21969138560567555 |
|
|
82
|
+
| | fan-in-dependency-graph: 0 |
|
|
83
|
+
| | fan-out-dependency-graph: 2 |
|
|
84
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 5 |
|
|
85
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
86
|
+
| ./fast-element/dist/dts/platform.d.ts | number-of-methods-in-file: 1 |
|
|
87
|
+
| | sloc-in-file: 25 |
|
|
88
|
+
| | tag_fast: 0.43033499975912926 |
|
|
89
|
+
| | tag_trustedtypes: 0.2868899998394195 |
|
|
90
|
+
| | tag_trusted: 0.261640351570867 |
|
|
91
|
+
| | tag_rules: 0.21516749987956463 |
|
|
92
|
+
| | tag_global: 0.21516749987956463 |
|
|
93
|
+
| | tag_fastglobal: 0.21516749987956463 |
|
|
94
|
+
| | fan-in-dependency-graph: 0 |
|
|
95
|
+
| | fan-out-dependency-graph: 0 |
|
|
96
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 13 |
|
|
97
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
98
|
+
| ./fast-element/dist/dts/components/fast-definitions.d.ts | number-of-methods-in-file: 0 |
|
|
99
|
+
| | sloc-in-file: 27 |
|
|
100
|
+
| | tag_custom: 0.5242710773191185 |
|
|
101
|
+
| | tag_element: 0.27646423543924487 |
|
|
102
|
+
| | tag_controlling: 0.21420540632448873 |
|
|
103
|
+
| | fan-in-dependency-graph: 0 |
|
|
104
|
+
| | fan-out-dependency-graph: 3 |
|
|
105
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
106
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
107
|
+
| ./fast-element/dist/dts/components/attributes.d.ts | number-of-methods-in-file: 2 |
|
|
108
|
+
| | sloc-in-file: 37 |
|
|
109
|
+
| | tag_valueconverter: 0.3531804618043131 |
|
|
110
|
+
| | tag_value: 0.31232809028826053 |
|
|
111
|
+
| | tag_attribute: 0.30481837250760707 |
|
|
112
|
+
| | tag_mode: 0.2472263232630192 |
|
|
113
|
+
| | tag_attributemode: 0.2472263232630192 |
|
|
114
|
+
| | tag_property: 0.2033916931859959 |
|
|
115
|
+
| | fan-in-dependency-graph: 0 |
|
|
116
|
+
| | fan-out-dependency-graph: 1 |
|
|
117
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
118
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
119
|
+
| ./fast-element/dist/dts/components/controller.d.ts | number-of-methods-in-file: 0 |
|
|
120
|
+
| | sloc-in-file: 36 |
|
|
121
|
+
| | tag_styles: 0.38590882878311406 |
|
|
122
|
+
| | tag_controller: 0.3792122265121266 |
|
|
123
|
+
| | tag_element: 0.29272520051661916 |
|
|
124
|
+
| | tag_behaviors: 0.2619334793687805 |
|
|
125
|
+
| | fan-in-dependency-graph: 0 |
|
|
126
|
+
| | fan-out-dependency-graph: 6 |
|
|
127
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
128
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
129
|
+
| ./fast-element/dist/dts/components/fast-element.d.ts | number-of-methods-in-file: 0 |
|
|
130
|
+
| | sloc-in-file: 17 |
|
|
131
|
+
| | tag_fastelement: 0.48787453525753355 |
|
|
132
|
+
| | tag_element: 0.25441427562474916 |
|
|
133
|
+
| | tag_platform: 0.22868340874923593 |
|
|
134
|
+
| | tag_nameordef: 0.216833126781126 |
|
|
135
|
+
| | fan-in-dependency-graph: 0 |
|
|
136
|
+
| | fan-out-dependency-graph: 2 |
|
|
137
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 7 |
|
|
138
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
139
|
+
| ./fast-element/dist/dts/styles/css.d.ts | number-of-methods-in-file: 0 |
|
|
140
|
+
| | sloc-in-file: 4 |
|
|
141
|
+
| | tag_strings: 0.4689622500153232 |
|
|
142
|
+
| | tag_interpolated: 0.3751698000122586 |
|
|
143
|
+
| | tag_values: 0.3470863782511793 |
|
|
144
|
+
| | tag_cssdirective: 0.3470863782511793 |
|
|
145
|
+
| | tag_are: 0.25985130244673516 |
|
|
146
|
+
| | tag_composablestyles: 0.22855509913910438 |
|
|
147
|
+
| | fan-in-dependency-graph: 0 |
|
|
148
|
+
| | fan-out-dependency-graph: 2 |
|
|
149
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
150
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
151
|
+
| ./fast-element/dist/dts/styles/css-directive.d.ts | number-of-methods-in-file: 0 |
|
|
152
|
+
| | sloc-in-file: 6 |
|
|
153
|
+
| | tag_css: 0.5680217967897677 |
|
|
154
|
+
| | tag_interpolate: 0.36044598837076014 |
|
|
155
|
+
| | tag_behavior: 0.3383342993555018 |
|
|
156
|
+
| | tag_host: 0.304115956871541 |
|
|
157
|
+
| | tag_composablestyles: 0.2670123136600795 |
|
|
158
|
+
| | tag_into: 0.23929923701974865 |
|
|
159
|
+
| | tag_bind: 0.2276808668956647 |
|
|
160
|
+
| | fan-in-dependency-graph: 0 |
|
|
161
|
+
| | fan-out-dependency-graph: 2 |
|
|
162
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
163
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
164
|
+
| ./fast-element/dist/dts/styles/element-styles.d.ts | number-of-methods-in-file: 0 |
|
|
165
|
+
| | sloc-in-file: 42 |
|
|
166
|
+
| | tag_styles: 0.6776250622055325 |
|
|
167
|
+
| | tag_styletarget: 0.3296038500800372 |
|
|
168
|
+
| | tag_elementstyles: 0.20823301457178547 |
|
|
169
|
+
| | tag_composablestyles: 0.20823301457178547 |
|
|
170
|
+
| | fan-in-dependency-graph: 0 |
|
|
171
|
+
| | fan-out-dependency-graph: 1 |
|
|
172
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
173
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
174
|
+
| ./fast-element/dist/dts/observation/notifier.d.ts | number-of-methods-in-file: 0 |
|
|
175
|
+
| | sloc-in-file: 29 |
|
|
176
|
+
| | tag_subscriber: 0.6794627069616956 |
|
|
177
|
+
| | tag_subscribers: 0.25246352047157444 |
|
|
178
|
+
| | tag_source: 0.24637809788528944 |
|
|
179
|
+
| | tag_change: 0.23356530551808288 |
|
|
180
|
+
| | tag_notification: 0.226495273939002 |
|
|
181
|
+
| | fan-in-dependency-graph: 0 |
|
|
182
|
+
| | fan-out-dependency-graph: 0 |
|
|
183
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 14 |
|
|
184
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
185
|
+
| ./fast-element/dist/dts/observation/array-observer.d.ts | number-of-methods-in-file: 0 |
|
|
186
|
+
| | sloc-in-file: 1 |
|
|
187
|
+
| | tag_observation: 0.416848508241277 |
|
|
188
|
+
| | tag_array: 0.35122430349931566 |
|
|
189
|
+
| | tag_so: 0.26451691361680973 |
|
|
190
|
+
| | tag_manually: 0.26451691361680973 |
|
|
191
|
+
| | tag_enabled: 0.26451691361680973 |
|
|
192
|
+
| | tag_calling: 0.26451691361680973 |
|
|
193
|
+
| | tag_using: 0.24123635649161915 |
|
|
194
|
+
| | fan-in-dependency-graph: 0 |
|
|
195
|
+
| | fan-out-dependency-graph: 0 |
|
|
196
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 15 |
|
|
197
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
198
|
+
| ./fast-element/dist/dts/observation/array-change-records.d.ts | number-of-methods-in-file: 0 |
|
|
199
|
+
| | sloc-in-file: 8 |
|
|
200
|
+
| | tag_splice: 0.4883123587740202 |
|
|
201
|
+
| | tag_items: 0.3051952242337626 |
|
|
202
|
+
| | tag_were: 0.2893801308596015 |
|
|
203
|
+
| | tag_removed: 0.26391132217263985 |
|
|
204
|
+
| | tag_array: 0.24014847840443873 |
|
|
205
|
+
| | tag_addedcount: 0.21703509814470112 |
|
|
206
|
+
| | fan-in-dependency-graph: 0 |
|
|
207
|
+
| | fan-out-dependency-graph: 0 |
|
|
208
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 16 |
|
|
209
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
210
|
+
| ./fast-element/dist/dts/observation/behavior.d.ts | number-of-methods-in-file: 0 |
|
|
211
|
+
| | sloc-in-file: 5 |
|
|
212
|
+
| | tag_source: 0.5896207039303109 |
|
|
213
|
+
| | tag_context: 0.33986567523503974 |
|
|
214
|
+
| | tag_bind: 0.3233646397259858 |
|
|
215
|
+
| | tag_behavior: 0.3203470726657382 |
|
|
216
|
+
| | tag_unknown: 0.26891172452595136 |
|
|
217
|
+
| | tag_executioncontext: 0.25281685365525275 |
|
|
218
|
+
| | tag_unbind: 0.23887484234602843 |
|
|
219
|
+
| | fan-in-dependency-graph: 0 |
|
|
220
|
+
| | fan-out-dependency-graph: 1 |
|
|
221
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 8 |
|
|
222
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
223
|
+
| ./fast-element/dist/dts/observation/observable.d.ts | number-of-methods-in-file: 2 |
|
|
224
|
+
| | sloc-in-file: 43 |
|
|
225
|
+
| | tag_source: 0.31823232258159034 |
|
|
226
|
+
| | tag_observable: 0.2968732960844341 |
|
|
227
|
+
| | tag_property: 0.2603719002940284 |
|
|
228
|
+
| | tag_binding: 0.2603719002940284 |
|
|
229
|
+
| | tag_current: 0.22907325122092545 |
|
|
230
|
+
| | tag_accessor: 0.22907325122092545 |
|
|
231
|
+
| | tag_tparent: 0.20616592609883289 |
|
|
232
|
+
| | fan-in-dependency-graph: 0 |
|
|
233
|
+
| | fan-out-dependency-graph: 1 |
|
|
234
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 9 |
|
|
235
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
236
|
+
| ./fast-element/dist/dts/templating/compiler.d.ts | number-of-methods-in-file: 0 |
|
|
237
|
+
| | sloc-in-file: 8 |
|
|
238
|
+
| | tag_template: 0.4058158827742168 |
|
|
239
|
+
| | tag_directives: 0.3104793008553728 |
|
|
240
|
+
| | tag_nodebehaviorfactory: 0.25170058055165184 |
|
|
241
|
+
| | tag_documentfragment: 0.2328594756415296 |
|
|
242
|
+
| | fan-in-dependency-graph: 0 |
|
|
243
|
+
| | fan-out-dependency-graph: 1 |
|
|
244
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
245
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
246
|
+
| ./fast-element/dist/dts/templating/view.d.ts | number-of-methods-in-file: 0 |
|
|
247
|
+
| | sloc-in-file: 35 |
|
|
248
|
+
| | tag_view: 0.41724276970492474 |
|
|
249
|
+
| | tag_dom: 0.37546020404838 |
|
|
250
|
+
| | tag_node: 0.37070309729500844 |
|
|
251
|
+
| | tag_nodes: 0.356687193845961 |
|
|
252
|
+
| | tag_behaviors: 0.225276122429028 |
|
|
253
|
+
| | fan-in-dependency-graph: 0 |
|
|
254
|
+
| | fan-out-dependency-graph: 2 |
|
|
255
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
256
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
257
|
+
| ./fast-element/dist/dts/templating/repeat.d.ts | number-of-methods-in-file: 0 |
|
|
258
|
+
| | sloc-in-file: 45 |
|
|
259
|
+
| | tag_tsource: 0.37209693862330756 |
|
|
260
|
+
| | tag_binding: 0.33994436164902053 |
|
|
261
|
+
| | tag_itemsbinding: 0.3148255919515991 |
|
|
262
|
+
| | tag_options: 0.298296135936253 |
|
|
263
|
+
| | tag_templatebinding: 0.23611919396369935 |
|
|
264
|
+
| | fan-in-dependency-graph: 0 |
|
|
265
|
+
| | fan-out-dependency-graph: 6 |
|
|
266
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 6 |
|
|
267
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
268
|
+
| ./fast-element/dist/dts/templating/slotted.d.ts | number-of-methods-in-file: 0 |
|
|
269
|
+
| | sloc-in-file: 11 |
|
|
270
|
+
| | tag_slottedbehavioroptions: 0.42078091516530813 |
|
|
271
|
+
| | tag_slotted: 0.42078091516530813 |
|
|
272
|
+
| | tag_options: 0.33224035857295803 |
|
|
273
|
+
| | tag_node: 0.2423218497382342 |
|
|
274
|
+
| | tag_slot: 0.21039045758265407 |
|
|
275
|
+
| | fan-in-dependency-graph: 0 |
|
|
276
|
+
| | fan-out-dependency-graph: 2 |
|
|
277
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
278
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
279
|
+
| ./fast-element/dist/dts/templating/binding.d.ts | number-of-methods-in-file: 0 |
|
|
280
|
+
| | sloc-in-file: 38 |
|
|
281
|
+
| | tag_binding: 0.5207068837263562 |
|
|
282
|
+
| | tag_bindingbehavior: 0.2855317629976344 |
|
|
283
|
+
| | tag_typeof: 0.240909229462485 |
|
|
284
|
+
| | tag_targetname: 0.21700137944033707 |
|
|
285
|
+
| | tag_target: 0.20895546762969233 |
|
|
286
|
+
| | fan-in-dependency-graph: 0 |
|
|
287
|
+
| | fan-out-dependency-graph: 3 |
|
|
288
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
289
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
290
|
+
| ./fast-element/dist/dts/templating/when.d.ts | number-of-methods-in-file: 0 |
|
|
291
|
+
| | sloc-in-file: 3 |
|
|
292
|
+
| | tag_binding: 0.4885235390584788 |
|
|
293
|
+
| | tag_syntheticviewtemplate: 0.44732995582012125 |
|
|
294
|
+
| | tag_tsource: 0.41775704220966275 |
|
|
295
|
+
| | tag_template: 0.233875302362982 |
|
|
296
|
+
| | tag_elsetemplateortemplatebinding: 0.21207474900311044 |
|
|
297
|
+
| | tag_conditional: 0.21207474900311044 |
|
|
298
|
+
| | tag_condition: 0.21207474900311044 |
|
|
299
|
+
| | fan-in-dependency-graph: 0 |
|
|
300
|
+
| | fan-out-dependency-graph: 2 |
|
|
301
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
302
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
303
|
+
| ./fast-element/dist/dts/templating/html-directive.d.ts | number-of-methods-in-file: 0 |
|
|
304
|
+
| | sloc-in-file: 23 |
|
|
305
|
+
| | tag_behavior: 0.5635453484896057 |
|
|
306
|
+
| | tag_target: 0.28017277828161197 |
|
|
307
|
+
| | tag_within: 0.2557871498791817 |
|
|
308
|
+
| | tag_node: 0.24052029428487717 |
|
|
309
|
+
| | fan-in-dependency-graph: 0 |
|
|
310
|
+
| | fan-out-dependency-graph: 1 |
|
|
311
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
312
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
313
|
+
| ./fast-element/dist/dts/templating/ref.d.ts | number-of-methods-in-file: 0 |
|
|
314
|
+
| | sloc-in-file: 10 |
|
|
315
|
+
| | tag_propertyname: 0.5131996888028276 |
|
|
316
|
+
| | tag_source: 0.3502869148317249 |
|
|
317
|
+
| | tag_reference: 0.3328341934672673 |
|
|
318
|
+
| | tag_behavior: 0.28547179655868743 |
|
|
319
|
+
| | tag_bind: 0.23052867972969066 |
|
|
320
|
+
| | tag_assign: 0.22188946231151155 |
|
|
321
|
+
| | tag_property: 0.210172148899035 |
|
|
322
|
+
| | fan-in-dependency-graph: 0 |
|
|
323
|
+
| | fan-out-dependency-graph: 2 |
|
|
324
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
325
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
326
|
+
| ./fast-element/dist/dts/templating/template.d.ts | number-of-methods-in-file: 0 |
|
|
327
|
+
| | sloc-in-file: 27 |
|
|
328
|
+
| | tag_template: 0.3664706986962105 |
|
|
329
|
+
| | tag_host: 0.31153034649153905 |
|
|
330
|
+
| | tag_hostbindingtarget: 0.2953869696381885 |
|
|
331
|
+
| | tag_htmlview: 0.2693894894518713 |
|
|
332
|
+
| | tag_tparent: 0.23571580327038738 |
|
|
333
|
+
| | tag_will: 0.23274809909880442 |
|
|
334
|
+
| | tag_html: 0.2206200473389547 |
|
|
335
|
+
| | fan-in-dependency-graph: 0 |
|
|
336
|
+
| | fan-out-dependency-graph: 3 |
|
|
337
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
338
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
339
|
+
| ./fast-element/dist/dts/templating/children.d.ts | number-of-methods-in-file: 0 |
|
|
340
|
+
| | sloc-in-file: 17 |
|
|
341
|
+
| | tag_options: 0.34561403230951854 |
|
|
342
|
+
| | tag_childrenbehavioroptions: 0.31265615186765555 |
|
|
343
|
+
| | tag_child: 0.28513878330104053 |
|
|
344
|
+
| | tag_configure: 0.26379465402511676 |
|
|
345
|
+
| | fan-in-dependency-graph: 0 |
|
|
346
|
+
| | fan-out-dependency-graph: 2 |
|
|
347
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
348
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
349
|
+
| ./fast-element/dist/dts/templating/node-observation.d.ts | number-of-methods-in-file: 0 |
|
|
350
|
+
| | sloc-in-file: 22 |
|
|
351
|
+
| | tag_node: 0.4350079641120247 |
|
|
352
|
+
| | tag_filter: 0.302148649725125 |
|
|
353
|
+
| | tag_source: 0.2610047784672148 |
|
|
354
|
+
| | tag_options: 0.23857064830892574 |
|
|
355
|
+
| | tag_nodes: 0.21148333120705703 |
|
|
356
|
+
| | tag_elementsfilter: 0.20666704743541092 |
|
|
357
|
+
| | tag_array: 0.20059577212272034 |
|
|
358
|
+
| | fan-in-dependency-graph: 0 |
|
|
359
|
+
| | fan-out-dependency-graph: 1 |
|
|
360
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
361
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
362
|
+
| fast-element/dist/dts/interfaces.js | fan-in-dependency-graph: 1 |
|
|
363
|
+
| | fan-out-dependency-graph: 0 |
|
|
364
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 5 |
|
|
365
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
366
|
+
| fast-element/dist/dts/platform.js | fan-in-dependency-graph: 1 |
|
|
367
|
+
| | fan-out-dependency-graph: 0 |
|
|
368
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 5 |
|
|
369
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
370
|
+
| ../styles/element-styles.js | fan-in-dependency-graph: 2 |
|
|
371
|
+
| | fan-out-dependency-graph: 0 |
|
|
372
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
373
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
374
|
+
| ../templating/template.js | fan-in-dependency-graph: 2 |
|
|
375
|
+
| | fan-out-dependency-graph: 0 |
|
|
376
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
377
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
378
|
+
| fast-element/dist/dts/components/attributes.js | fan-in-dependency-graph: 1 |
|
|
379
|
+
| | fan-out-dependency-graph: 0 |
|
|
380
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
381
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
382
|
+
| ../observation/observable.js | fan-in-dependency-graph: 6 |
|
|
383
|
+
| | fan-out-dependency-graph: 0 |
|
|
384
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
385
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
386
|
+
| ../observation/behavior.js | fan-in-dependency-graph: 9 |
|
|
387
|
+
| | fan-out-dependency-graph: 0 |
|
|
388
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 3 |
|
|
389
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
390
|
+
| ../observation/notifier.js | fan-in-dependency-graph: 2 |
|
|
391
|
+
| | fan-out-dependency-graph: 0 |
|
|
392
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 6 |
|
|
393
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
394
|
+
| ../templating/view.js | fan-in-dependency-graph: 1 |
|
|
395
|
+
| | fan-out-dependency-graph: 0 |
|
|
396
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 1 |
|
|
397
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
398
|
+
| fast-element/dist/dts/components/fast-definitions.js | fan-in-dependency-graph: 2 |
|
|
399
|
+
| | fan-out-dependency-graph: 0 |
|
|
400
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 7 |
|
|
401
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
402
|
+
| fast-element/dist/dts/components/controller.js | fan-in-dependency-graph: 1 |
|
|
403
|
+
| | fan-out-dependency-graph: 0 |
|
|
404
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 7 |
|
|
405
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
406
|
+
| fast-element/dist/dts/styles/css-directive.js | fan-in-dependency-graph: 1 |
|
|
407
|
+
| | fan-out-dependency-graph: 0 |
|
|
408
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
409
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
410
|
+
| fast-element/dist/dts/styles/element-styles.js | fan-in-dependency-graph: 2 |
|
|
411
|
+
| | fan-out-dependency-graph: 0 |
|
|
412
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 4 |
|
|
413
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
414
|
+
| fast-element/dist/dts/observation/observable.js | fan-in-dependency-graph: 1 |
|
|
415
|
+
| | fan-out-dependency-graph: 0 |
|
|
416
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 8 |
|
|
417
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
418
|
+
| fast-element/dist/dts/observation/notifier.js | fan-in-dependency-graph: 1 |
|
|
419
|
+
| | fan-out-dependency-graph: 0 |
|
|
420
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 9 |
|
|
421
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
422
|
+
| fast-element/dist/dts/templating/html-directive.js | fan-in-dependency-graph: 4 |
|
|
423
|
+
| | fan-out-dependency-graph: 0 |
|
|
424
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
425
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
426
|
+
| ../observation/array-change-records.js | fan-in-dependency-graph: 1 |
|
|
427
|
+
| | fan-out-dependency-graph: 0 |
|
|
428
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 6 |
|
|
429
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
430
|
+
| fast-element/dist/dts/templating/template.js | fan-in-dependency-graph: 5 |
|
|
431
|
+
| | fan-out-dependency-graph: 0 |
|
|
432
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
433
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
434
|
+
| fast-element/dist/dts/templating/node-observation.js | fan-in-dependency-graph: 2 |
|
|
435
|
+
| | fan-out-dependency-graph: 0 |
|
|
436
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 2 |
|
|
437
|
+
| ------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
438
|
+
| fast-element/dist/dts/templating/view.js | fan-in-dependency-graph: 1 |
|
|
439
|
+
| | fan-out-dependency-graph: 0 |
|
|
440
|
+
| | file_result_dependency_graph_louvain-modularity-in-file: 0 |
|
|
441
441
|
+---------------------------------------------------------------+---------------------------------------------------------------+
|