Remove keywordsTable, urlSchemeTable from interface. #240
main.yml
on: push
Matrix: lint
Matrix: test-karma
Matrix: test-node
Matrix: coverage
Annotations
3 errors and 8 warnings
lint (20.x):
lib/Transformer.js#L5
Expected 'multiple' syntax before 'single' syntax
|
lint (20.x):
lib/encode.js#L46
'keywordsTable' is assigned a value but never used
|
lint (20.x)
Process completed with exit code 1.
|
lint (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint (20.x):
lib/Compressor.js#L52
@param "options.keywordsTable" does not exist on options
|
lint (20.x):
lib/Compressor.js#L56
@param "options.urlSchemeTable" does not exist on options
|
lint (20.x):
lib/Decompressor.js#L42
@param "options.keywordsTable" does not exist on options
|
lint (20.x):
lib/Decompressor.js#L46
@param "options.urlSchemeTable" does not exist on options
|
lint (20.x):
lib/Transformer.js#L17
@param "options.keywordsTable" does not exist on options
|
lint (20.x):
lib/Transformer.js#L21
@param "options.urlSchemeTable" does not exist on options
|
lint (20.x):
lib/encode.js#L31
@param "options.urlSchemeTable" does not exist on options
|