aws-amplify / amplify-js
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,331 LOC (17%)
32 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
11,331 LOC (17%)
32 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
32
files match defined criteria (
11,331
lines of code,
17.2%
vs. main code):
22
*.ts files (
9,918
lines of code)
8
*.tsx files (
1,345
lines of code)
1
*.vue files (
53
lines of code)
1
*.js files (
15
lines of code)
52
lines match the content pattern.
details...
per component - primary logical decomposition
packages/amplify-ui-components
in 8 files, 1,214 LOC (14%)
packages/datastore
in 8 files, 4,922 LOC (68%)
packages/aws-amplify-vue
in 1 file 53 LOC (1%)
packages/aws-amplify-react-native
in 3 files, 424 LOC (13%)
packages/core
in 1 file 54 LOC (1%)
packages/analytics
in 1 file 576 LOC (21%)
packages/auth
in 3 files, 2,046 LOC (78%)
packages/storage
in 1 file 278 LOC (11%)
packages/pushnotification
in 1 file 374 LOC (27%)
packages/pubsub
in 2 files, 851 LOC (63%)
packages/datastore-storage-adapter
in 2 files, 514 LOC (57%)
packages/api-rest
in 1 file 25 LOC (5%)