facebook / jest
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
8,432 LOC (19%)
25 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
8,432 LOC (19%)
25 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
25
files match defined criteria (
8,432
lines of code,
19.8%
vs. main code):
20
*.ts files (
7,616
lines of code)
5
*.js files (
816
lines of code)
29
lines match the content pattern.
details...
per component - primary logical decomposition
packages/expect
in 1 file 139 LOC (4%)
packages/jest-jasmine2
in 2 files, 748 LOC (26%)
packages/jest-config
in 1 file 1,048 LOC (44%)
packages/jest-reporters
in 1 file 79 LOC (3%)
packages/jest-runtime
in 1 file 1,950 LOC (96%)
packages/jest-worker
in 1 file 192 LOC (13%)
website/src
in 5 files, 816 LOC (59%)
packages/jest-resolve
in 1 file 110 LOC (8%)
packages/jest-transform
in 2 files, 904 LOC (81%)
packages/jest-mock
in 1 file 978 LOC (100%)
packages/jest-runner
in 2 files, 283 LOC (41%)
packages/jest-fake-timers
in 1 file 442 LOC (77%)
packages/jest-message-util
in 1 file 313 LOC (98%)
packages/jest-repl
in 1 file 86 LOC (33%)
packages/jest-changed-files
in 2 files, 125 LOC (65%)
packages/jest-environment-jsdom
in 1 file 131 LOC (100%)
packages/jest-environment
in 1 file 88 LOC (100%)