@rws-framework/client
Version:
This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.
47 lines (44 loc) • 1 kB
YAML
project_name: "@microsoft/fast"
loglevel: info
analyses:
- analysis_name: ts check on fast foundation
source_directory: ./node_modules/@microsoft/fast-foundation
only_permit_languages:
- typescript
only_permit_file_extensions:
- .ts
file_scan:
- number_of_methods
- source_lines_of_code
- dependency_graph
- fan_in_out
- louvain_modularity
- tfidf
export:
- directory: ./.emerge-vis-output/fast-foundation
- graphml
- json
- tabular_file
- tabular_console_overall
- d3
- analysis_name: ts check on fast element
source_directory: ./node_modules/@microsoft/fast-element
only_permit_languages:
- typescript
only_permit_file_extensions:
- .ts
file_scan:
- number_of_methods
- source_lines_of_code
- dependency_graph
- fan_in_out
- louvain_modularity
- tfidf
export:
- directory: ./.emerge-vis-output/fast-element
- graphml
- json
- tabular_file
- tabular_console_overall
- d3