Remove MWCapabilities object (partial impl) #1155
Annotations
11 errors and 3 warnings
|
node_modules/@types/imagemin-gifsicle/index.d.ts#L7
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("imagemin")' call instead.
|
node_modules/@types/imagemin-webp/index.d.ts#L7
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("imagemin")' call instead.
|
src/Downloader.ts#L209
Type '(loginCookie?: string, testArticleId?: string) => Promise<any>' is not assignable to type 'boolean'.
|
src/Downloader.ts#L210
Type '(loginCookie?: string, testArticleId?: string) => Promise<any>' is not assignable to type 'boolean'.
|
src/Downloader.ts#L215
Type '(loginCookie?: string, testArticleId?: string) => Promise<any>' is not assignable to type 'boolean'.
|
src/Downloader.ts#L216
Type '(loginCookie?: string, testArticleId?: string) => Promise<any>' is not assignable to type 'boolean'.
|
src/Downloader.ts#L358
Cannot find name 'articleRenderer'.
|
src/Downloader.ts#L358
Property 'mwCapabilities' does not exist on type 'Downloader'.
|
src/Downloader.ts#L435
Property 'mwCapabilities' does not exist on type 'Downloader'.
|
src/util/articleRenderers.ts#L5
Module '"../Downloader.js"' has no exported member 'MWCapabilities'. Did you mean to use 'import MWCapabilities from "../Downloader.js"' instead?
|
src/Downloader.ts#L22
'renderArticle' is defined but never used
|
test/unit/saveArticles.test.ts#L5
'applyOtherTreatments' is defined but never used
|
test/unit/saveArticles.test.ts#L7
'Dump' is defined but never used
|
The logs for this run have expired and are no longer available.
Loading