microsoft / rushstack
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
11,650 LOC (15%)
38 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
11,650 LOC (15%)
38 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
38
files match defined criteria (
11,650
lines of code,
15.4%
vs. main code):
37
*.ts files (
11,318
lines of code)
1
*.js files (
332
lines of code)
42
lines match the content pattern.
details...
per component - primary logical decomposition
apps/rush-lib
in 14 files, 5,453 LOC (24%)
apps/api-extractor
in 4 files, 2,241 LOC (27%)
apps/heft
in 3 files, 1,403 LOC (20%)
apps/api-documenter
in 2 files, 117 LOC (3%)
libraries/node-core-library
in 1 file 243 LOC (6%)
libraries/ts-command-line
in 1 file 127 LOC (9%)
libraries/rushell
in 1 file 94 LOC (17%)
eslint/eslint-config
in 1 file 332 LOC (72%)
heft-plugins/heft-webpack5-plugin
in 2 files, 333 LOC (93%)
apps/rundown
in 1 file 94 LOC (26%)
rush-plugins/rush-azure-storage-build-cache-plugin
in 1 file 314 LOC (89%)
heft-plugins/heft-webpack4-plugin
in 2 files, 300 LOC (92%)
libraries/typings-generator
in 1 file 238 LOC (76%)
rush-plugins/rush-litewatch-plugin
in 1 file 132 LOC (61%)
heft-plugins/heft-storybook-plugin
in 2 files, 177 LOC (97%)
libraries/rush-sdk
in 1 file 52 LOC (100%)