Ug feat caching #172
Annotations
9 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/decorators/cache.ts#L11
'cacheFor' is assigned a value but never used
|
build:
src/handlers/file_handler.ts#L132
Found createReadStream from package "fs" with non literal argument at index 0
|
build:
src/handlers/route_handler.ts#L4
'ICacheOption' is defined but never used
|
build:
src/providers/cache_guard.ts#L5
'args' is defined but never used
|
build:
src/providers/cache_guard.ts#L6
'cache' is assigned a value but never used
|
build:
src/providers/cache_wall.ts#L15
'finalResult' is defined but never used
|
build:
src/providers/cache_wall.ts#L15
'args' is defined but never used
|
build:
src/utils/compare_string.ts#L2
Found non-literal argument to RegExp Constructor
|