bazelbuild / rules_nodejs
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
5,804 LOC (23%)
26 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
5,804 LOC (23%)
26 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
26
files match defined criteria (
5,804
lines of code,
23.4%
vs. main code):
16
*.bzl files (
4,087
lines of code)
6
*.ts files (
1,100
lines of code)
4
*.js files (
617
lines of code)
43
lines match the content pattern.
details...
per component - primary logical decomposition
packages/concatjs
in 3 files, 954 LOC (16%)
nodejs/private
in 2 files, 91 LOC (3%)
internal/node
in 2 files, 802 LOC (46%)
packages/typescript
in 3 files, 880 LOC (57%)
internal/linker
in 2 files, 686 LOC (51%)
ROOT
in 1 file 520 LOC (58%)
nodejs
in 1 file 344 LOC (44%)
internal/common
in 2 files, 206 LOC (27%)
packages/rollup
in 1 file 131 LOC (21%)
packages/node-patches
in 1 file 54 LOC (11%)
packages/worker
in 1 file 4 LOC (<1%)
packages/terser
in 1 file 216 LOC (51%)
internal/js_library
in 1 file 376 LOC (100%)
internal/providers
in 1 file 79 LOC (27%)
packages/create
in 2 files, 270 LOC (100%)
internal/npm_tarballs
in 1 file 124 LOC (68%)
internal/coverage
in 1 file 67 LOC (45%)