mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2026-01-30 09:48:12 +01:00
1595 lines
282 KiB
Plaintext
1595 lines
282 KiB
Plaintext
../node_modules/.pnpm/ts-node@10.9.1_@types+node@18.14.5_typescript@4.9.5/node_modules/ts-node/dist/index.d.ts(1,27): error TS2792: Cannot find module 'make-error'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
|
../node_modules/.pnpm/ts-node@10.9.1_@types+node@18.14.5_typescript@4.9.5/node_modules/ts-node/dist/index.d.ts(2,27): error TS2792: Cannot find module 'typescript'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
|
../node_modules/.pnpm/ts-node@10.9.1_@types+node@18.14.5_typescript@4.9.5/node_modules/ts-node/dist/transpilers/types.d.ts(1,26): error TS2792: Cannot find module 'typescript'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
|
../node_modules/.pnpm/ts-node@10.9.1_@types+node@18.14.5_typescript@4.9.5/node_modules/ts-node/dist/ts-compiler-types.d.ts(1,27): error TS2792: Cannot find module 'typescript'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
|
../src/Archive/Redirect.ts(127,17): error TS2345: Argument of type '{ archives: any[]; lastarchivecheck: number; }' is not assignable to parameter of type 'string | JSON'.
|
|
../src/Filtering/Filter.ts(55,15): error TS2322: Type 'RegExpMatchArray' is not assignable to type 'string | RegExp'.
|
|
../src/Filtering/Filter.ts(77,35): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'string | Node'.
|
|
../src/Filtering/Filter.ts(79,17): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/Filter.ts(81,17): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/Filter.ts(114,13): error TS2322: Type 'boolean' is not assignable to type 'string'.
|
|
../src/Filtering/Filter.ts(118,11): error TS2322: Type 'string' is not assignable to type 'boolean'.
|
|
../src/Filtering/Filter.ts(119,17): error TS2367: This comparison appears to be unintentional because the types 'boolean' and 'string' have no overlap.
|
|
../src/Filtering/Filter.ts(186,53): error TS2554: Expected 0 arguments, but got 1.
|
|
../src/Filtering/Filter.ts(202,14): error TS2339: Property 'filterResults' does not exist on type 'Post'.
|
|
../src/Filtering/Filter.ts(202,43): error TS2339: Property 'filterResults' does not exist on type 'Post'.
|
|
../src/Filtering/Filter.ts(272,14): error TS2339: Property 'highlights' does not exist on type 'Post'.
|
|
../src/Filtering/Filter.ts(273,37): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
|
|
../src/Filtering/Filter.ts(312,9): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Filtering/Filter.ts(319,37): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
|
|
../src/Filtering/Filter.ts(343,83): error TS2339: Property 'commentHTML' does not exist on type '{ comment: string; subject: string; name: string; email: string; tripcode: string; uniqueID: string; capcode: string; pass: string; flagCode: string; flagCodeTroll: string; flag: string; date: Date; nameBlock: string; }'.
|
|
../src/Filtering/Filter.ts(397,45): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Filtering/Filter.ts(398,12): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/Filtering/Filter.ts(400,23): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Filtering/Filter.ts(401,21): error TS2339: Property 'textLength' does not exist on type 'Element'.
|
|
../src/Filtering/Filter.ts(402,10): error TS2339: Property 'setSelectionRange' does not exist on type 'Element'.
|
|
../src/Filtering/Filter.ts(403,17): error TS2339: Property 'focus' does not exist on type 'Element'.
|
|
../src/Filtering/PostHiding.ts(32,26): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(32,43): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(39,27): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(51,31): error TS2339: Property 'sideArrows' does not exist on type '{ boardFor: { index: string; catalog: string; thread: string; }; board: string; thread: string; threadDivider: string; summary: string; postContainer: string; opBottom: string; replyOriginal: string; ... 15 more ...; nav: { ...; }; }'.
|
|
../src/Filtering/PostHiding.ts(53,17): error TS2345: Argument of type 'ChildNode' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'ChildNode' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 229 more.
|
|
../src/Filtering/PostHiding.ts(89,27): error TS2339: Property 'post' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/PostHiding.ts(134,35): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(137,27): error TS2339: Property 'post' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/PostHiding.ts(138,31): error TS2339: Property 'checked' does not exist on type 'ChildNode'.
|
|
../src/Filtering/PostHiding.ts(139,30): error TS2339: Property 'checked' does not exist on type 'ChildNode'.
|
|
../src/Filtering/PostHiding.ts(159,35): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(162,34): error TS2339: Property 'post' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/PostHiding.ts(169,58): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Filtering/PostHiding.ts(170,56): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Filtering/PostHiding.ts(171,58): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Filtering/PostHiding.ts(172,15): error TS2339: Property 'post' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/PostHiding.ts(182,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/PostHiding.ts(188,58): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Filtering/PostHiding.ts(189,56): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Filtering/PostHiding.ts(190,15): error TS2339: Property 'post' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/PostHiding.ts(199,29): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(202,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/PostHiding.ts(206,15): error TS2339: Property 'post' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/PostHiding.ts(207,29): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(212,9): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/PostHiding.ts(239,12): error TS2339: Property 'val' does not exist on type '{ boardID: any; threadID: any; postID: any; }'.
|
|
../src/Filtering/PostHiding.ts(244,25): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(246,25): error TS2339: Property 'db' does not exist on type '{ init(): any; isHidden(boardID: any, threadID: any, postID: any): any; node(): Node | "replacedSideArrows"; menu: { init(): any; hide(): boolean; show(): boolean; hideStub(): void; }; ... 4 more ...; show(post: any, showRecursively?: any): void; }'.
|
|
../src/Filtering/PostHiding.ts(253,23): error TS2554: Expected 5 arguments, but got 2.
|
|
../src/Filtering/PostHiding.ts(275,14): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
Type 'Text' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 106 more.
|
|
../src/Filtering/PostHiding.ts(280,35): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(32,40): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(55,34): error TS2339: Property 'hiddenThreads' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(56,22): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(63,35): error TS2339: Property 'hiddenThreads' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(65,22): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(71,25): error TS2339: Property 'hiddenThreads' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(75,28): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(75,47): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(86,29): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(94,37): error TS2339: Property 'stub' does not exist on type 'Thread'.
|
|
../src/Filtering/ThreadHiding.ts(94,51): error TS2339: Property 'contains' does not exist on type 'Post'.
|
|
../src/Filtering/ThreadHiding.ts(94,67): error TS2339: Property 'stub' does not exist on type 'Thread'.
|
|
../src/Filtering/ThreadHiding.ts(117,27): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Filtering/ThreadHiding.ts(126,29): error TS2339: Property 'thread' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/ThreadHiding.ts(147,29): error TS2339: Property 'thread' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/ThreadHiding.ts(166,36): error TS2339: Property 'thread' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/ThreadHiding.ts(172,52): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Filtering/ThreadHiding.ts(173,15): error TS2339: Property 'thread' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/ThreadHiding.ts(176,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(180,15): error TS2339: Property 'thread' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/ThreadHiding.ts(182,20): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(183,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(187,15): error TS2339: Property 'thread' does not exist on type '{ init(): any; hide(): boolean; show(): boolean; hideStub(): void; }'.
|
|
../src/Filtering/ThreadHiding.ts(191,9): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(213,14): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Filtering/ThreadHiding.ts(217,26): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Filtering/ThreadHiding.ts(217,35): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(231,20): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(237,20): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Filtering/ThreadHiding.ts(254,25): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Filtering/ThreadHiding.ts(264,37): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Document'.
|
|
../src/Filtering/ThreadHiding.ts(282,44): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Document'.
|
|
../src/General/BoardConfig.ts(30,9): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(20,23): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/General/Header.ts(34,29): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(35,27): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(36,33): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(37,32): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(38,32): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(39,30): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(40,27): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(41,29): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(127,11): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Header.ts(127,31): error TS2339: Property 'cloneTopNav' does not exist on type 'Window & typeof globalThis'.
|
|
../src/General/Header.ts(129,18): error TS2339: Property 'bottomBoardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(130,40): error TS2339: Property 'bottomBoardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(133,45): error TS2339: Property 'bottomBoardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(170,12): error TS2551: Property 'boardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'. Did you mean 'setBoardList'?
|
|
../src/General/Header.ts(177,27): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/General/Header.ts(177,35): error TS2551: Property 'boardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'. Did you mean 'setBoardList'?
|
|
../src/General/Header.ts(188,16): error TS2339: Property 'transformBoardList' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/General/Header.ts(189,22): error TS2339: Property 'transformBoardList' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/General/Header.ts(193,50): error TS2551: Property 'boardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'. Did you mean 'setBoardList'?
|
|
../src/General/Header.ts(194,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Header.ts(195,29): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Header.ts(202,49): error TS2551: Property 'boardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'. Did you mean 'setBoardList'?
|
|
../src/General/Header.ts(203,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Header.ts(208,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Header.ts(230,5): error TS2322: Type 'string' is not assignable to type 'any[]'.
|
|
../src/General/Header.ts(362,33): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Header.ts(363,12): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Header.ts(364,17): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Header.ts(368,12): error TS2339: Property 'linkJustifyToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(377,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Header.ts(381,14): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(385,12): error TS2339: Property 'barFixedToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(396,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Header.ts(405,12): error TS2339: Property 'shortcutToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(414,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Header.ts(419,14): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(423,12): error TS2339: Property 'headerToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(424,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Header.ts(436,7): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(446,12): error TS2339: Property 'scrollHeaderToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(451,11): error TS2345: Argument of type 'Window & typeof globalThis' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Header.ts(458,10): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Header.ts(464,27): error TS2339: Property 'previousOffset' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(469,19): error TS2339: Property 'previousOffset' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(473,16): error TS2339: Property 'barPositionToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(473,43): error TS2339: Property 'barPositionToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(474,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Header.ts(491,10): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Header.ts(496,12): error TS2339: Property 'footerToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(501,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Header.ts(507,7): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Header.ts(517,12): error TS2339: Property 'customNavToggler' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(520,49): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Header.ts(521,18): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Header.ts(521,31): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Header.ts(521,43): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Header.ts(528,10): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Header.ts(535,43): error TS2339: Property 'focus' does not exist on type 'Element'.
|
|
../src/General/Header.ts(550,41): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/General/Header.ts(643,19): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Header.ts(680,9): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Index.ts(180,26): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Index.ts(184,36): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Index.ts(206,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Index.ts(216,40): error TS2339: Property 'href' does not exist on type 'Element'.
|
|
../src/General/Index.ts(217,82): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Index.ts(238,42): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Index.ts(243,43): error TS2345: Argument of type '(currentSort: any) => any' is not assignable to parameter of type 'string'.
|
|
../src/General/Index.ts(244,47): error TS2339: Property 'replace' does not exist on type '(currentSort: any) => any'.
|
|
../src/General/Index.ts(268,40): error TS2339: Property 'href' does not exist on type 'Element'.
|
|
../src/General/Index.ts(277,20): error TS2339: Property 'hat' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(278,24): error TS2339: Property 'hat' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(281,30): error TS2345: Argument of type 'Post' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'Post' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 283 more.
|
|
../src/General/Index.ts(281,62): error TS2339: Property 'hat' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(285,11): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Index.ts(285,82): error TS2339: Property 'hat' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(289,17): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(291,40): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Document'.
|
|
../src/General/Index.ts(307,16): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(307,29): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Index.ts(308,16): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(309,52): error TS2345: Argument of type '(topNavPos: Element, navLinks: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(310,18): error TS2339: Property 'dataset' does not exist on type 'Element'.
|
|
../src/General/Index.ts(310,54): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(316,29): error TS2345: Argument of type '(pagelist: any, pagelist1: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(363,15): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Index.ts(389,25): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/General/Index.ts(394,25): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(399,86): error TS2339: Property 'disabled' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(402,16): error TS2339: Property 'selected' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(404,35): error TS2339: Property 'selected' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(423,25): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Index.ts(427,29): error TS2345: Argument of type '(topNavPos: Element, navLinks: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(442,25): error TS2345: Argument of type '{ sort: any; }' is not assignable to parameter of type '{ mode: any; }'.
|
|
Object literal may only specify known properties, and 'sort' does not exist in type '{ mode: any; }'.
|
|
../src/General/Index.ts(475,19): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(476,19): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(478,20): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(479,19): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(481,20): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(482,19): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(520,24): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/General/Index.ts(545,25): error TS2345: Argument of type '{ page: number; }' is not assignable to parameter of type '{ mode: any; }'.
|
|
Object literal may only specify known properties, and 'page' does not exist in type '{ mode: any; }'.
|
|
../src/General/Index.ts(571,19): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(571,52): error TS2339: Property 'getBoundingClientRect' does not exist on type '(topNavPos: Element, navLinks: any) => unknown'.
|
|
../src/General/Index.ts(579,23): error TS2345: Argument of type '{ page: number; }' is not assignable to parameter of type '{ mode: any; }'.
|
|
Object literal may only specify known properties, and 'page' does not exist in type '{ mode: any; }'.
|
|
../src/General/Index.ts(583,20): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/General/Index.ts(617,15): error TS2339: Property 'mode' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(619,15): error TS2339: Property 'mode' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(620,15): error TS2339: Property 'page' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(622,15): error TS2339: Property 'sort' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(623,44): error TS2339: Property 'sort' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(625,15): error TS2339: Property 'search' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(631,23): error TS2339: Property 'hash' does not exist on type '{ replace: boolean; }'.
|
|
../src/General/Index.ts(632,21): error TS2345: Argument of type '{ replace: boolean; }' is not assignable to parameter of type '{ mode: any; }'.
|
|
Property 'mode' is missing in type '{ replace: boolean; }' but required in type '{ mode: any; }'.
|
|
../src/General/Index.ts(637,11): error TS2339: Property 'search' does not exist on type '{ mode: any; }'.
|
|
../src/General/Index.ts(637,19): error TS2339: Property 'hash' does not exist on type '{ mode: any; }'.
|
|
../src/General/Index.ts(637,25): error TS2339: Property 'replace' does not exist on type '{ mode: any; }'.
|
|
../src/General/Index.ts(640,13): error TS2339: Property 'page' does not exist on type '{ mode: any; }'.
|
|
../src/General/Index.ts(647,20): error TS2345: Argument of type '{ mode: any; }' is not assignable to parameter of type '{ search: any; mode: any; sort: any; page: any; hash: string; }'.
|
|
Type '{ mode: any; }' is missing the following properties from type '{ search: any; mode: any; sort: any; page: any; hash: string; }': search, sort, page, hash
|
|
../src/General/Index.ts(667,9): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Index.ts(670,11): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Index.ts(694,14): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Index.ts(718,24): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/General/Index.ts(729,34): error TS2345: Argument of type '(topNavPos: Element, navLinks: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(733,44): error TS2345: Argument of type '(currentSort: any) => any' is not assignable to parameter of type 'string'.
|
|
../src/General/Index.ts(734,48): error TS2339: Property 'replace' does not exist on type '(currentSort: any) => any'.
|
|
../src/General/Index.ts(751,35): error TS2345: Argument of type '(pagelist: any, pagelist1: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(755,41): error TS2365: Operator '<=' cannot be applied to types 'number' and 'unknown'.
|
|
../src/General/Index.ts(763,9): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(764,20): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(772,35): error TS2345: Argument of type '(pagelist: any, pagelist1: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(778,10): error TS2339: Property 'href' does not exist on type 'Element'.
|
|
../src/General/Index.ts(779,28): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/General/Index.ts(780,34): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'number'.
|
|
../src/General/Index.ts(781,10): error TS2339: Property 'href' does not exist on type 'Element'.
|
|
../src/General/Index.ts(782,28): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/General/Index.ts(785,30): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(789,18): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Index.ts(812,31): error TS2345: Argument of type '(topNavPos: Element, navLinks: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(818,3): error TS2322: Type '(firstTime: any) => void' is not assignable to type '() => unknown'.
|
|
../src/General/Index.ts(851,48): error TS2339: Property 'siteID' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/General/Index.ts(853,7): error TS2345: Argument of type '(arg0: string, arg1: string, load: any) => any' is not assignable to parameter of type 'Callbacks'.
|
|
../src/General/Index.ts(855,23): error TS2345: Argument of type '(button: any, arg1: string) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(862,15): error TS2345: Argument of type '(button: any, arg1: string) => unknown' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(885,15): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/General/Index.ts(910,50): error TS2345: Argument of type '(topNavPos: Element, navLinks: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(911,12): error TS2339: Property 'dataset' does not exist on type 'Element'.
|
|
../src/General/Index.ts(912,26): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(919,18): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/General/Index.ts(947,20): error TS2339: Property 'spoilerRange' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(993,35): error TS2345: Argument of type 'import("/home/victor/proj/4chan-XZ/src/globals/globals").Board' is not assignable to parameter of type 'import("/home/victor/proj/4chan-XZ/src/classes/Board").default'.
|
|
../src/General/Index.ts(1006,33): error TS2339: Property 'post' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(1007,41): error TS2345: Argument of type 'import("/home/victor/proj/4chan-XZ/src/globals/globals").Board' is not assignable to parameter of type 'import("/home/victor/proj/4chan-XZ/src/classes/Board").default'.
|
|
../src/General/Index.ts(1013,24): error TS2339: Property 'thread' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(1052,40): error TS2339: Property 'postFromObject' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(1065,32): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(1078,35): error TS2339: Property 'catalogThread' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(1106,34): error TS2339: Property 'catalogReply' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Index.ts(1107,21): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(1113,26): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/General/Index.ts(1122,40): error TS2339: Property 'replace' does not exist on type '(currentSort: any) => any'.
|
|
../src/General/Index.ts(1149,77): error TS2339: Property 'no' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1149,95): error TS2339: Property 'no' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1149,117): error TS2339: Property 'no' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1151,76): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/General/Index.ts(1151,80): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/General/Index.ts(1152,84): error TS2339: Property 'replies' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1152,96): error TS2339: Property 'replies' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1152,122): error TS2339: Property 'no' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1153,83): error TS2339: Property 'images' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1153,94): error TS2339: Property 'images' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1153,119): error TS2339: Property 'no' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1154,95): error TS2339: Property 'time' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1154,106): error TS2339: Property 'replies' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1154,137): error TS2339: Property 'time' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1154,148): error TS2339: Property 'replies' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1154,180): error TS2339: Property 'no' does not exist on type 'unknown'.
|
|
../src/General/Index.ts(1158,22): error TS2345: Argument of type '(currentSort: any) => any' is not assignable to parameter of type 'string'.
|
|
../src/General/Index.ts(1195,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(1196,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Index.ts(1197,36): error TS2339: Property 'parentNode' does not exist on type '(board: any, root: any) => unknown'.
|
|
../src/General/Index.ts(1198,37): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Document'.
|
|
../src/General/Index.ts(1216,26): error TS2488: Type 'unknown' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
../src/General/Index.ts(1217,39): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Index.ts(1219,11): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(1220,20): error TS2339: Property 'parentNode' does not exist on type '(board: any, root: any) => unknown'.
|
|
../src/General/Index.ts(1221,38): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Document'.
|
|
../src/General/Index.ts(1232,39): error TS2339: Property 'parentNode' does not exist on type '(board: any, root: any) => unknown'.
|
|
../src/General/Index.ts(1238,24): error TS2339: Property 'parentNode' does not exist on type '(board: any, root: any) => unknown'.
|
|
../src/General/Index.ts(1239,42): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'Document'.
|
|
../src/General/Index.ts(1248,27): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Index.ts(1252,26): error TS2488: Type 'unknown' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
../src/General/Index.ts(1259,11): error TS2345: Argument of type '(board: any, root: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Index.ts(1283,7): error TS2345: Argument of type '{ search: any; replace: boolean; }' is not assignable to parameter of type '{ mode: any; }'.
|
|
Object literal may only specify known properties, and 'search' does not exist in type '{ mode: any; }'.
|
|
../src/General/Index.ts(1312,5): error TS2322: Type 'string' is not assignable to type 'any[]'.
|
|
../src/General/Polyfill.ts(11,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Polyfill.ts(12,85): error TS2339: Property 'mozMatchesSelector' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(86,5): error TS2741: Property 'align' is missing in type 'HTMLElement' but required in type 'HTMLDivElement'.
|
|
../src/General/Settings.tsx(108,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(124,22): error TS2339: Property 'blur' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(146,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Settings.tsx(150,42): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'Document'.
|
|
../src/General/Settings.tsx(168,72): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(188,13): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(211,40): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Settings.tsx(246,55): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(249,56): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(252,59): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(255,18): error TS2345: Argument of type '(items: any) => void' is not assignable to parameter of type 'string | JSON'.
|
|
../src/General/Settings.tsx(266,11): error TS2345: Argument of type '{ hiddenThreads: any; hiddenPosts: any; }' is not assignable to parameter of type 'string'.
|
|
../src/General/Settings.tsx(320,20): error TS2345: Argument of type 'ParentNode' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'ParentNode' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 224 more.
|
|
../src/General/Settings.tsx(327,25): error TS2345: Argument of type '(Conf2: any) => void' is not assignable to parameter of type 'string | JSON'.
|
|
../src/General/Settings.tsx(343,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Settings.tsx(344,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(349,51): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(365,48): error TS2345: Argument of type 'string | ArrayBuffer' is not assignable to parameter of type 'string'.
|
|
Type 'ArrayBuffer' is not assignable to type 'string'.
|
|
../src/General/Settings.tsx(584,77): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'string | Node'.
|
|
../src/General/Settings.tsx(713,26): error TS2538: Type 'unknown' cannot be used as an index type.
|
|
../src/General/Settings.tsx(822,16): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Settings.tsx(850,9): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Settings.tsx(857,31): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Settings.tsx(859,12): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
|
|
../src/General/Settings.tsx(868,31): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(873,28): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(876,10): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(877,18): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(879,36): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Settings.tsx(893,9): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/Settings.tsx(913,18): error TS2345: Argument of type '(items: any) => void' is not assignable to parameter of type 'string | JSON'.
|
|
../src/General/Settings.tsx(940,14): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(948,25): error TS2345: Argument of type '(itemsArchive: any) => void' is not assignable to parameter of type 'string | JSON'.
|
|
../src/General/Settings.tsx(962,35): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(962,42): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(963,42): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(963,49): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(980,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Settings.tsx(981,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Settings.tsx(1018,19): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1018,35): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1022,17): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1022,33): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1028,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(1029,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(1036,82): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(1066,18): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1072,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(1125,32): error TS2339: Property 'unreadSFW' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/General/Settings.tsx(1125,45): error TS2339: Property 'unreadSFWY' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/General/Settings.tsx(1125,67): error TS2339: Property 'unreadNSFW' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/General/Settings.tsx(1125,81): error TS2339: Property 'unreadNSFWY' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/General/Settings.tsx(1125,104): error TS2339: Property 'unreadDead' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/General/Settings.tsx(1125,118): error TS2339: Property 'unreadDeadY' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/General/Settings.tsx(1128,55): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/General/Settings.tsx(1134,38): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'Node' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 233 more.
|
|
../src/General/Settings.tsx(1134,74): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1134,104): error TS2339: Property 'disabled' does not exist on type 'HTMLElement'.
|
|
../src/General/Settings.tsx(1139,17): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Settings.tsx(1145,28): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1155,13): error TS2339: Property 'name' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1156,13): error TS2339: Property 'spellcheck' does not exist on type 'Element'.
|
|
../src/General/Settings.tsx(1160,13): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/Settings.tsx(1163,25): error TS2345: Argument of type '(items: any) => void' is not assignable to parameter of type 'string | JSON'.
|
|
../src/General/Settings.tsx(1178,17): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/General/Test.ts(42,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Test.ts(50,14): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/Test.ts(55,17): error TS2304: Cannot find name 'd'.
|
|
../src/General/Test.ts(85,7): error TS2740: Type 'any[]' is missing the following properties from type 'XPathResult': booleanValue, invalidIteratorState, numberValue, resultType, and 15 more.
|
|
../src/General/Test.ts(92,9): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Test.ts(93,17): error TS2345: Argument of type 'XPathResult' is not assignable to parameter of type 'Element'.
|
|
Type 'XPathResult' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/General/Test.ts(130,32): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/General/Test.ts(133,20): error TS2339: Property 'spoilerRange' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Test.ts(138,37): error TS2339: Property 'post' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/General/Test.ts(157,18): error TS2367: This comparison appears to be unintentional because the types 'boolean' and 'string' have no overlap.
|
|
../src/General/Test.ts(213,21): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/General/UI.ts(24,23): error TS2488: Type 'HTMLCollection' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
../src/General/UI.ts(48,12): error TS2339: Property 'type' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(50,34): error TS2339: Property 'type' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(54,12): error TS2339: Property 'entries' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(64,32): error TS2339: Property 'type' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(82,17): error TS2339: Property 'entries' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(88,26): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(92,12): error TS2339: Property 'entries' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(94,26): error TS2339: Property 'entries' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(117,26): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(131,21): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(132,19): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(142,52): error TS2339: Property 'type' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(164,17): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(165,19): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(169,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(170,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(171,20): error TS2345: Argument of type 'Window & typeof globalThis' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'Window & typeof globalThis' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 185 more.
|
|
../src/General/UI.ts(176,45): error TS2339: Property 'style' does not exist on type 'unknown'.
|
|
../src/General/UI.ts(176,66): error TS2339: Property 'style' does not exist on type 'unknown'.
|
|
../src/General/UI.ts(183,38): error TS2339: Property 'menu' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(184,40): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(194,17): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/General/UI.ts(207,40): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(266,19): error TS2339: Property 'entries' does not exist on type 'Menu'.
|
|
../src/General/UI.ts(295,19): error TS2339: Property 'getBoundingClientRect' does not exist on type 'Node'.
|
|
../src/General/UI.ts(299,12): error TS2339: Property 'id' does not exist on type 'Node'.
|
|
../src/General/UI.ts(300,15): error TS2339: Property 'style' does not exist on type 'Node'.
|
|
../src/General/UI.ts(310,6): error TS2339: Property 'topBorder' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(310,19): error TS2339: Property 'bottomBorder' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(318,7): error TS2339: Property 'identifier' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(319,7): error TS2339: Property 'move' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(320,7): error TS2339: Property 'up' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(321,28): error TS2339: Property 'move' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(322,46): error TS2339: Property 'up' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(324,7): error TS2339: Property 'move' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(325,7): error TS2339: Property 'up' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(326,28): error TS2339: Property 'move' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(327,33): error TS2339: Property 'up' does not exist on type '{ id: any; style: any; dx: number; dy: number; height: number; width: number; screenHeight: number; screenWidth: number; isTouching: any; }'.
|
|
../src/General/UI.ts(344,3): error TS2322: Type 'string | 0' is not assignable to type 'number'.
|
|
Type 'string' is not assignable to type 'number'.
|
|
../src/General/UI.ts(352,3): error TS2322: Type 'string' is not assignable to type 'number'.
|
|
../src/General/UI.ts(359,17): error TS2367: This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
|
|
../src/General/UI.ts(364,18): error TS2367: This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
|
|
../src/General/UI.ts(387,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(388,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(390,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(391,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(393,12): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/General/UI.ts(474,9): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/General/UI.ts(485,16): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
Type '(HTMLElement | Text)[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/Images/FappeTyme.ts(32,16): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Images/FappeTyme.ts(44,44): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any; catalogNode(): Node; set(type: any, enabled: any): void; toggle(type: any): any; }'. Did you mean 'node'?
|
|
../src/Images/FappeTyme.ts(89,40): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Images/Gallery.ts(53,23): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(55,21): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(55,55): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(76,39): error TS2339: Property 'ALLOW_KEYBOARD_INPUT' does not exist on type '{ new (): Element; prototype: Element; }'.
|
|
../src/Images/Gallery.ts(79,13): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(80,28): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(81,13): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(82,13): error TS2339: Property 'slideshow' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(120,13): error TS2339: Property 'order' does not exist on type '{ el: HTMLElement; }'.
|
|
../src/Images/Gallery.ts(125,35): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Images/Gallery.ts(136,33): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(153,35): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(153,50): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(157,46): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(163,17): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(165,13): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(175,32): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(185,13): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(186,26): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(192,20): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Images/Gallery.ts(195,10): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Images/Gallery.ts(201,13): error TS2339: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(206,22): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(211,17): error TS2339: Property 'cache' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(212,22): error TS2339: Property 'cache' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(241,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Images/Gallery.ts(242,32): error TS2339: Property 'links' does not exist on type '{ init(): any; parseLink(link: any): any; createSauceLink(link: any, post: any, file: any): any; node(): void; file(post: any, file: any): any; formatters: { TURL(post: any, file: any): any; ... 8 more ...; semi(): string; }; }'.
|
|
../src/Images/Gallery.ts(244,32): error TS2339: Property 'links' does not exist on type '{ init(): any; parseLink(link: any): any; createSauceLink(link: any, post: any, file: any): any; node(): void; file(post: any, file: any): any; formatters: { TURL(post: any, file: any): any; ... 8 more ...; semi(): string; }; }'.
|
|
../src/Images/Gallery.ts(250,26): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Images/Gallery.ts(254,17): error TS2339: Property 'slideshow' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(254,71): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(262,14): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Images/Gallery.ts(266,59): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(267,22): error TS2339: Property 'cache' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(267,51): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(267,80): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(280,15): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(281,19): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(286,27): error TS2339: Property 'cache' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(290,26): error TS2339: Property 'timeoutID' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(291,33): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(297,20): error TS2339: Property 'timeoutID' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(297,71): error TS2339: Property 'delay' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(302,33): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(313,33): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(369,17): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(369,33): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(369,74): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(369,89): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(374,17): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(374,33): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(374,74): error TS2339: Property 'images' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(384,50): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(384,89): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(385,23): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Images/Gallery.ts(385,32): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(387,51): error TS2339: Property 'slideshow' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(391,19): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/Images/Gallery.ts(396,35): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(401,26): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(402,15): error TS2339: Property 'slideshow' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(407,20): error TS2339: Property 'slideshow' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(409,35): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(411,25): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(412,22): error TS2339: Property 'slideshow' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(415,45): error TS2554: Expected 0 arguments, but got 1.
|
|
../src/Images/Gallery.ts(416,46): error TS2554: Expected 0 arguments, but got 1.
|
|
../src/Images/Gallery.ts(419,35): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(427,21): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(428,33): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(429,20): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(432,15): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Images/Gallery.ts(433,18): error TS2339: Property 'mozCancelFullScreen' does not exist on type 'Document'.
|
|
../src/Images/Gallery.ts(434,11): error TS2551: Property 'webkitExitFullscreen' does not exist on type 'Document'. Did you mean 'exitFullscreen'?
|
|
../src/Images/Gallery.ts(436,22): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(437,22): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(440,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Images/Gallery.ts(442,13): error TS2345: Argument of type 'Window & typeof globalThis' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Images/Gallery.ts(443,35): error TS2339: Property 'timeoutID' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(452,42): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'. Did you mean 'node'?
|
|
../src/Images/Gallery.ts(462,48): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Images/Gallery.ts(462,57): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Images/Gallery.ts(464,28): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Images/Gallery.ts(464,36): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Images/Gallery.ts(479,33): error TS2339: Property 'delay' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(484,20): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(492,21): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Images/Gallery.ts(500,24): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Images/Gallery.ts(503,31): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'Document'.
|
|
Type 'Element' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 185 more.
|
|
../src/Images/Gallery.ts(504,34): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Images/Gallery.ts(514,18): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/Images/Gallery.ts(514,34): error TS2339: Property 'delay' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Images/Gallery.ts(516,39): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Images/ImageCommon.ts(82,36): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(52,28): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(60,28): error TS2339: Property 'on' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(63,26): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(74,37): error TS2339: Property 'fullImage' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(75,21): error TS2339: Property 'fullImage' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(83,9): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(88,25): error TS2339: Property 'on' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(98,23): error TS2339: Property 'on' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(98,51): error TS2339: Property 'EAI' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(99,21): error TS2339: Property 'EAI' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(100,21): error TS2339: Property 'EAI' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(103,21): error TS2339: Property 'EAI' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(104,21): error TS2339: Property 'EAI' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(109,14): error TS2322: Type 'unknown' is not assignable to type 'Post'.
|
|
../src/Images/ImageExpand.ts(115,14): error TS2322: Type 'unknown' is not assignable to type 'Post'.
|
|
../src/Images/ImageExpand.ts(119,30): error TS2339: Property 'fullImage' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(121,31): error TS2339: Property 'wasPlaying' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(122,25): error TS2339: Property 'wasPlaying' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(125,18): error TS2339: Property 'wasPlaying' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(140,19): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(152,23): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(185,16): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(231,32): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Images/ImageExpand.ts(243,42): error TS2339: Property 'videoControls' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(340,22): error TS2339: Property 'fullImage' does not exist on type 'File'.
|
|
../src/Images/ImageExpand.ts(363,24): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Images/ImageExpand.ts(378,21): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Images/ImageExpand.ts(386,24): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Images/ImageExpand.ts(392,31): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'Document'.
|
|
../src/Images/ImageExpand.ts(393,34): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Images/ImageHover.ts(8,15): error TS2440: Import declaration conflicts with local declaration of 'File'.
|
|
../src/Images/ImageHover.ts(69,17): error TS2339: Property 'thumb' does not exist on type 'File'.
|
|
../src/Images/ImageHover.ts(95,72): error TS2339: Property 'index' does not exist on type 'File'.
|
|
../src/Images/ImageHover.ts(106,52): error TS2339: Property 'index' does not exist on type 'File'.
|
|
../src/Images/ImageHover.ts(108,12): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageHover.ts(118,12): error TS2339: Property 'loop' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageHover.ts(119,12): error TS2339: Property 'controls' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageHover.ts(142,9): error TS2322: Type 'string' is not assignable to type 'string[]'.
|
|
../src/Images/ImageHover.ts(146,9): error TS2322: Type '() => void' is not assignable to type 'Callbacks'.
|
|
../src/Images/ImageLoader.ts(24,23): error TS2551: Property 'prefetchEnabled' does not exist on type '{ init(): Node; node(): void; replaceVideo(post: any, file: any): boolean; prefetch(post: any, file: any): any; prefetchAll(post: any): void; toggle(): void; playVideos(): void; }'. Did you mean 'prefetchAll'?
|
|
../src/Images/ImageLoader.ts(70,11): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageLoader.ts(87,34): error TS2551: Property 'prefetchEnabled' does not exist on type '{ init(): Node; node(): void; replaceVideo(post: any, file: any): boolean; prefetch(post: any, file: any): any; prefetchAll(post: any): void; toggle(): void; playVideos(): void; }'. Did you mean 'prefetchAll'?
|
|
../src/Images/ImageLoader.ts(88,20): error TS2304: Cannot find name 'doc'.
|
|
../src/Images/ImageLoader.ts(89,59): error TS2304: Cannot find name 'doc'.
|
|
../src/Images/ImageLoader.ts(101,18): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Images/ImageLoader.ts(102,23): error TS2339: Property 'preload' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageLoader.ts(109,15): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageLoader.ts(119,17): error TS2551: Property 'prefetchEnabled' does not exist on type '{ init(): Node; node(): void; replaceVideo(post: any, file: any): boolean; prefetch(post: any, file: any): any; prefetchAll(post: any): void; toggle(): void; playVideos(): void; }'. Did you mean 'prefetchAll'?
|
|
../src/Images/ImageLoader.ts(119,48): error TS2551: Property 'prefetchEnabled' does not exist on type '{ init(): Node; node(): void; replaceVideo(post: any, file: any): boolean; prefetch(post: any, file: any): any; prefetchAll(post: any): void; toggle(): void; playVideos(): void; }'. Did you mean 'prefetchAll'?
|
|
../src/Images/ImageLoader.ts(120,52): error TS2551: Property 'prefetchEnabled' does not exist on type '{ init(): Node; node(): void; replaceVideo(post: any, file: any): boolean; prefetch(post: any, file: any): any; prefetchAll(post: any): void; toggle(): void; playVideos(): void; }'. Did you mean 'prefetchAll'?
|
|
../src/Images/ImageLoader.ts(121,21): error TS2551: Property 'prefetchEnabled' does not exist on type '{ init(): Node; node(): void; replaceVideo(post: any, file: any): boolean; prefetch(post: any, file: any): any; prefetchAll(post: any): void; toggle(): void; playVideos(): void; }'. Did you mean 'prefetchAll'?
|
|
../src/Images/ImageLoader.ts(130,12): error TS2322: Type 'unknown' is not assignable to type 'Post'.
|
|
../src/Images/ImageLoader.ts(132,20): error TS2339: Property 'videoThumb' does not exist on type 'File'.
|
|
../src/Images/ImageLoader.ts(134,87): error TS2339: Property 'play' does not exist on type 'HTMLElement'.
|
|
../src/Images/ImageLoader.ts(134,109): error TS2551: Property 'pause' does not exist on type 'HTMLElement'. Did you mean 'onpause'?
|
|
../src/Images/Metadata.ts(37,28): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Images/Sauce.ts(69,31): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'string | Node'.
|
|
../src/Images/Sauce.ts(71,13): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Images/Sauce.ts(73,13): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Images/Sauce.ts(115,16): error TS2339: Property 'areMD5sDeferred' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Images/Sauce.ts(116,17): error TS2339: Property 'link' does not exist on type '{ init(): any; parseLink(link: any): any; createSauceLink(link: any, post: any, file: any): any; node(): void; file(post: any, file: any): any; formatters: { TURL(post: any, file: any): any; ... 8 more ...; semi(): string; }; }'.
|
|
../src/Images/Sauce.ts(123,15): error TS2339: Property 'link' does not exist on type '{ init(): any; parseLink(link: any): any; createSauceLink(link: any, post: any, file: any): any; node(): void; file(post: any, file: any): any; formatters: { TURL(post: any, file: any): any; ... 8 more ...; semi(): string; }; }'.
|
|
../src/Images/Sauce.ts(141,24): error TS2339: Property 'links' does not exist on type '{ init(): any; parseLink(link: any): any; createSauceLink(link: any, post: any, file: any): any; node(): void; file(post: any, file: any): any; formatters: { TURL(post: any, file: any): any; ... 8 more ...; semi(): string; }; }'.
|
|
../src/Images/Sauce.ts(147,22): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Images/Sauce.ts(171,63): error TS2339: Property 'map' does not exist on type 'string'.
|
|
../src/Images/Volume.ts(20,18): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(20,33): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(25,18): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(25,33): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(35,16): error TS2339: Property 'noAudio' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Images/Volume.ts(44,28): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Images/Volume.ts(45,5): error TS2322: Type 'string | boolean' is not assignable to type 'string'.
|
|
Type 'boolean' is not assignable to type 'string'.
|
|
../src/Images/Volume.ts(57,45): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Images/Volume.ts(58,45): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Images/Volume.ts(60,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Images/Volume.ts(61,19): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Images/Volume.ts(82,7): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Images/Volume.ts(84,16): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(85,14): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(86,21): error TS2339: Property 'inputs' does not exist on type '{ init(): any; setup(video: any): any; change(): any; node(): void; catalogNode(): any; wheel(e: any): any; }'.
|
|
../src/Images/Volume.ts(91,16): error TS2339: Property 'noAudio' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Linkification/Embedding.ts(33,14): error TS2322: Type 'unknown' is not assignable to type 'Post'.
|
|
../src/Linkification/Embedding.ts(42,37): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(43,37): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(115,19): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/Linkification/Embedding.ts(129,26): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(130,32): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(131,31): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(132,31): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(133,34): error TS2339: Property 'lastEmbed' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(133,62): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Linkification/Embedding.ts(133,81): error TS2339: Property 'lastEmbed' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(135,36): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(139,22): error TS2339: Property 'lastEmbed' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(140,26): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(141,32): error TS2339: Property 'media' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(141,52): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Linkification/Embedding.ts(146,33): error TS2339: Property 'media' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(147,29): error TS2339: Property 'mouseup' does not exist on type '() => string'.
|
|
../src/Linkification/Embedding.ts(148,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(149,27): error TS2339: Property 'mouseup' does not exist on type '() => string'.
|
|
../src/Linkification/Embedding.ts(154,25): error TS2339: Property 'mouseup' does not exist on type '() => string'.
|
|
../src/Linkification/Embedding.ts(161,31): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(193,31): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(207,9): error TS2322: Type 'string' is not assignable to type 'string[]'.
|
|
../src/Linkification/Embedding.ts(210,9): error TS2322: Type '() => void' is not assignable to type 'Callbacks'.
|
|
../src/Linkification/Embedding.ts(221,31): error TS2339: Property 'media' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(223,19): error TS2339: Property 'lastEmbed' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(224,36): error TS2339: Property 'dialog' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(243,48): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(265,33): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(341,17): error TS2339: Property 'videoHeight' does not exist on type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(342,42): error TS2339: Property 'types' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Linkification/Embedding.ts(428,66): error TS2339: Property 'content' does not exist on type 'unknown'.
|
|
../src/Linkification/Embedding.ts(430,33): error TS2339: Property 'prettyPrint' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Linkification/Embedding.ts(485,32): error TS2339: Property 'split' does not exist on type 'unknown'.
|
|
../src/Linkification/Embedding.ts(609,20): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Linkification/Embedding.ts(614,30): error TS2339: Property 'contentWindow' does not exist on type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(615,17): error TS2345: Argument of type 'Window & typeof globalThis' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(616,19): error TS2304: Cannot find name 'cont'.
|
|
../src/Linkification/Embedding.ts(620,10): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(624,24): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Linkification/Embedding.ts(671,20): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Linkification/Embedding.ts(672,10): error TS2339: Property 'width' does not exist on type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(673,10): error TS2339: Property 'height' does not exist on type 'HTMLElement'.
|
|
../src/Linkification/Embedding.ts(674,38): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
|
|
../src/Linkification/Embedding.ts(675,10): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Linkification/Linkify.ts(38,23): error TS2339: Property 'useFaster' does not exist on type '{ init(): any; suggestions: string[]; host(): any; flashHost(): string; thumbHost(): string; test(hostname: any): boolean; regex: RegExp; node(): void; fixLinks(links: any): void; }'.
|
|
../src/Linkification/Linkify.ts(43,19): error TS2339: Property 'useFaster' does not exist on type '{ init(): any; suggestions: string[]; host(): any; flashHost(): string; thumbHost(): string; test(hostname: any): boolean; regex: RegExp; node(): void; fixLinks(links: any): void; }'.
|
|
../src/Linkification/Linkify.ts(75,52): error TS2339: Property 'data' does not exist on type 'Node'.
|
|
../src/Menu/ArchiveLink.ts(54,12): error TS2339: Property 'href' does not exist on type 'HTMLElement'.
|
|
../src/Menu/ArchiveLink.ts(69,12): error TS2339: Property 'href' does not exist on type 'HTMLElement'.
|
|
../src/Menu/CopyTextLink.ts(26,22): error TS2339: Property 'text' does not exist on type '{ init(): any; copy(): void; }'.
|
|
../src/Menu/CopyTextLink.ts(35,27): error TS2339: Property 'text' does not exist on type '{ init(): any; copy(): void; }'.
|
|
../src/Menu/CopyTextLink.ts(39,8): error TS2551: Property 'select' does not exist on type 'HTMLElement'. Did you mean 'onselect'?
|
|
../src/Menu/DeleteLink.ts(57,20): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(58,20): error TS2339: Property 'nodes' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(59,29): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Menu/DeleteLink.ts(68,59): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(77,47): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(84,13): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(101,29): error TS2339: Property 'nodes' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(103,36): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(112,35): error TS2339: Property 'action' does not exist on type 'HTMLElement'.
|
|
../src/Menu/DeleteLink.ts(124,38): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(134,38): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(138,27): error TS2339: Property 'nodes' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(146,38): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(165,38): error TS2339: Property 'post' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DeleteLink.ts(165,64): error TS2339: Property 'nodes' does not exist on type '{ auto: any[]; init(): any; menuText(): string; linkText(fileOnly: any): string; toggle(): any; delete(post: any, fileOnly: any): XMLHttpRequest; load(link: any, post: any, fileOnly: any, resDoc: any): any; cooldown: { ...; }; }'.
|
|
../src/Menu/DownloadLink.ts(24,11): error TS2339: Property 'href' does not exist on type 'HTMLElement'.
|
|
../src/Menu/DownloadLink.ts(25,11): error TS2551: Property 'download' does not exist on type 'HTMLElement'. Did you mean 'onload'?
|
|
../src/Menu/Menu.ts(41,40): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Menu/Menu.ts(45,43): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Menu/Menu.ts(49,34): error TS2339: Property 'button' does not exist on type '{ menu: any; init(): any; node(): Node; catalogNode(): Node; makeButton(post: any, button: any): any; }'.
|
|
../src/Menu/ReportLink.ts(26,20): error TS2339: Property 'url' does not exist on type '{ init(): any; report(): any; }'.
|
|
../src/Menu/ReportLink.ts(28,22): error TS2339: Property 'dims' does not exist on type '{ init(): any; report(): any; }'.
|
|
../src/Menu/ReportLink.ts(30,22): error TS2339: Property 'dims' does not exist on type '{ init(): any; report(): any; }'.
|
|
../src/Menu/ReportLink.ts(38,13): error TS2339: Property 'url' does not exist on type '{ init(): any; report(): any; }'.
|
|
../src/Menu/ReportLink.ts(38,18): error TS2339: Property 'dims' does not exist on type '{ init(): any; report(): any; }'.
|
|
../src/Menu/ReportLink.ts(41,29): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
|
|
../src/Miscellaneous/Banner.ts(17,19): error TS2322: Type 'HTMLElement' is not assignable to type 'boolean'.
|
|
../src/Miscellaneous/Banner.ts(17,48): error TS2322: Type 'Element' is not assignable to type 'boolean'.
|
|
../src/Miscellaneous/Banner.ts(33,17): error TS2339: Property 'title' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Banner.ts(65,19): error TS2339: Property 'choices' does not exist on type '{ db: typeof DataBoard; init(): any; ready(): any; load(): Node; setTitle(title: any): any; cb: { toggle(): any; click(e: any): any; keydown(e: any): any; blur(): any; }; original: any; custom(child: any): any; }'.
|
|
../src/Miscellaneous/Banner.ts(66,16): error TS2339: Property 'choices' does not exist on type '{ db: typeof DataBoard; init(): any; ready(): any; load(): Node; setTitle(title: any): any; cb: { toggle(): any; click(e: any): any; keydown(e: any): any; blur(): any; }; original: any; custom(child: any): any; }'.
|
|
../src/Miscellaneous/Banner.ts(68,35): error TS2339: Property 'choices' does not exist on type '{ db: typeof DataBoard; init(): any; ready(): any; load(): Node; setTitle(title: any): any; cb: { toggle(): any; click(e: any): any; keydown(e: any): any; blur(): any; }; original: any; custom(child: any): any; }'.
|
|
../src/Miscellaneous/Banner.ts(69,29): error TS2339: Property 'choices' does not exist on type '{ db: typeof DataBoard; init(): any; ready(): any; load(): Node; setTitle(title: any): any; cb: { toggle(): any; click(e: any): any; keydown(e: any): any; blur(): any; }; original: any; custom(child: any): any; }'.
|
|
../src/Miscellaneous/Banner.ts(70,40): error TS2339: Property 'src' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Banner.ts(77,56): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/Banner.ts(87,56): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/Banner.ts(97,11): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/Banner.ts(98,21): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/Banner.ts(99,26): error TS2339: Property 'delete' does not exist on type 'typeof DataBoard'.
|
|
../src/Miscellaneous/Banner.ts(116,9): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Miscellaneous/Banner.ts(121,26): error TS2339: Property 'delete' does not exist on type 'typeof DataBoard'.
|
|
../src/Miscellaneous/CatalogLinks.ts(47,38): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
Type 'any[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/Miscellaneous/CatalogLinks.ts(62,20): error TS2339: Property 'el' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(62,34): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Miscellaneous/CatalogLinks.ts(67,21): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(84,41): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(85,7): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Miscellaneous/CatalogLinks.ts(91,34): error TS2551: Property 'boardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'. Did you mean 'setBoardList'?
|
|
../src/Miscellaneous/CatalogLinks.ts(92,34): error TS2339: Property 'bottomBoardList' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(93,18): error TS2339: Property 'el' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(94,36): error TS2339: Property 'el' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(94,40): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Miscellaneous/CatalogLinks.ts(99,25): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'.
|
|
../src/Miscellaneous/CatalogLinks.ts(118,71): error TS2345: Argument of type '{ siteID: any; boardID: any; }' is not assignable to parameter of type 'Board'.
|
|
Type '{ siteID: any; boardID: any; }' is missing the following properties from type 'Board': cooldowns, forced_anon, ID, config, and 2 more.
|
|
../src/Miscellaneous/CatalogLinks.ts(129,18): error TS2551: Property 'externalList' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'. Did you mean 'external'?
|
|
../src/Miscellaneous/CatalogLinks.ts(137,24): error TS2551: Property 'externalList' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'. Did you mean 'external'?
|
|
../src/Miscellaneous/CatalogLinks.ts(144,23): error TS2551: Property 'externalList' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'. Did you mean 'external'?
|
|
../src/Miscellaneous/CatalogLinks.ts(145,36): error TS2551: Property 'externalList' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'. Did you mean 'external'?
|
|
../src/Miscellaneous/CatalogLinks.ts(145,89): error TS2551: Property 'externalList' does not exist on type '{ init(): any; node(): void; toggle(): any; set(useCatalog: any): any; setLinks(list: any): void; externalParse(): void; external({ siteID, boardID }: { siteID: any; boardID: any; }): any; jsonIndex(board: any, hash: any): any; catalog(board?: Board): any; index(board?: Board): any; }'. Did you mean 'external'?
|
|
../src/Miscellaneous/ExpandComment.ts(45,32): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/ExpandComment.ts(68,20): error TS2339: Property 'spoilerRange' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(34,34): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(51,34): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/ExpandThread.ts(70,42): error TS2339: Property 'getBoundingClientRect' does not exist on type 'Post'.
|
|
../src/Miscellaneous/ExpandThread.ts(72,50): error TS2339: Property 'getBoundingClientRect' does not exist on type 'Post'.
|
|
../src/Miscellaneous/ExpandThread.ts(88,34): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(89,38): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/ExpandThread.ts(104,45): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(119,21): error TS2322: Type 'unknown' is not assignable to type 'object'.
|
|
../src/Miscellaneous/ExpandThread.ts(125,34): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(136,18): error TS2339: Property 'spoilerRange' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(150,27): error TS2339: Property 'postFromObject' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/ExpandThread.ts(157,16): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
Type 'any[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/Miscellaneous/ExpandThread.ts(161,34): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Miscellaneous/FileInfo.tsx(54,44): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'HTMLCollectionOf<Element>'.
|
|
Type 'any[]' is missing the following properties from type 'HTMLCollectionOf<Element>': item, namedItem
|
|
../src/Miscellaneous/Flash.ts(18,120): error TS2339: Property 'SWFEmbed' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Flash.ts(21,31): error TS2339: Property 'Main' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Flash.ts(23,36): error TS2339: Property 'SWFEmbed' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(28,9): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/Fourchan.ts(30,17): error TS2339: Property 'detail' does not exist on type 'Event'.
|
|
../src/Miscellaneous/Fourchan.ts(31,16): error TS2339: Property 'detail' does not exist on type 'Event'.
|
|
../src/Miscellaneous/Fourchan.ts(32,24): error TS2339: Property 'prettyPrintOne' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(32,41): error TS2339: Property 'detail' does not exist on type 'Event'.
|
|
../src/Miscellaneous/Fourchan.ts(50,20): error TS2339: Property 'MathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(51,25): error TS2339: Property 'MathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(51,62): error TS2339: Property 'MathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(54,20): error TS2339: Property 'loadMathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(55,20): error TS2339: Property 'loadMathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(58,25): error TS2339: Property 'classList' does not exist on type 'EventTarget'.
|
|
../src/Miscellaneous/Fourchan.ts(59,118): error TS2339: Property 'MathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(59,155): error TS2339: Property 'MathJax' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(80,14): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/Fourchan.ts(81,14): error TS2339: Property 'clickable_ids' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(82,26): error TS2488: Type 'NodeListOf<Element>' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
../src/Miscellaneous/Fourchan.ts(83,50): error TS2339: Property 'idClick' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Fourchan.ts(95,79): error TS2345: Argument of type 'Window & typeof globalThis' is not assignable to parameter of type 'Document'.
|
|
Type 'Window & typeof globalThis' is missing the following properties from type 'Document': alinkColor, all, anchors, applets, and 150 more.
|
|
../src/Miscellaneous/Fourchan.ts(111,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/IDColor.ts(39,25): error TS2339: Property 'uidColor' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Miscellaneous/IDColor.ts(39,43): error TS2339: Property 'uidColor' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Miscellaneous/IDColor.ts(49,14): error TS2345: Argument of type 'string' is not assignable to parameter of type 'number'.
|
|
Type 'string' is not assignable to type 'number'.
|
|
../src/Miscellaneous/Keybinds.ts(43,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/Keybinds.ts(79,18): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Miscellaneous/Keybinds.ts(86,18): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Miscellaneous/Keybinds.ts(93,39): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Keybinds.ts(101,30): error TS2339: Property 'lastEmbed' does not exist on type '{ init(): any; events(post: any): void; process(link: any, post: any): any; services(link: any): { key: string; uid: any; options: any; link: any; }; embed(data: any): any; ready(): any; ... 6 more ...; ordered_types: ({ ...; } | ... 4 more ... | { ...; })[]; }'.
|
|
../src/Miscellaneous/Keybinds.ts(151,32): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Miscellaneous/Keybinds.ts(163,28): error TS2339: Property 'enabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(167,28): error TS2339: Property 'enabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(171,28): error TS2339: Property 'enabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(175,29): error TS2339: Property 'ready' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Miscellaneous/Keybinds.ts(179,61): error TS2339: Property 'enabled' does not exist on type '{ lastReadPost: any; hr: any; markReadLink: any; init(): any; node(): Node; onIndexRefresh(e: any): any[]; onPostsInserted(e: any): void; sync(): void; update(thread: any): Node; markRead(): boolean | void; }'.
|
|
../src/Miscellaneous/Keybinds.ts(184,26): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(189,26): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): any; cb: { toggle(e: any): any; toggleAll(): void; playVideos(): void; setFitness(): void; }; toggle(post: any): void; contract(post: any): void; expand(post: any, src: any): any; ... 5 more ...; menu: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(193,22): error TS2339: Property 'enabled' does not exist on type '{ init(): any; node(): any[]; build(image: any): any; generateThumb(post: any, file: any): any; load(thumb: any, errorCB: any): HTMLElement; open(thumb: any): any; ... 7 more ...; menu: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(197,24): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any; catalogNode(): Node; set(type: any, enabled: any): void; toggle(type: any): any; }'. Did you mean 'node'?
|
|
../src/Miscellaneous/Keybinds.ts(201,24): error TS2551: Property 'nodes' does not exist on type '{ init(): any; node(): any; catalogNode(): Node; set(type: any, enabled: any): void; toggle(type: any): any; }'. Did you mean 'node'?
|
|
../src/Miscellaneous/Keybinds.ts(216,46): error TS2339: Property 'isOnePage' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Miscellaneous/Keybinds.ts(219,29): error TS2345: Argument of type '(pagelist: any, pagelist1: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/Keybinds.ts(219,45): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Keybinds.ts(221,41): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Keybinds.ts(225,46): error TS2339: Property 'isOnePage' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Miscellaneous/Keybinds.ts(228,29): error TS2345: Argument of type '(pagelist: any, pagelist1: any) => unknown' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/Keybinds.ts(228,45): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Keybinds.ts(230,41): error TS2339: Property 'click' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Keybinds.ts(237,30): error TS2339: Property 'searchBox' does not exist on type '{ boardFor: { index: string; catalog: string; thread: string; }; board: string; thread: string; threadDivider: string; summary: string; postContainer: string; opBottom: string; replyOriginal: string; ... 15 more ...; nav: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(238,32): error TS2339: Property 'searchBox' does not exist on type '{ boardFor: { index: string; catalog: string; thread: string; }; board: string; thread: string; threadDivider: string; summary: string; postContainer: string; opBottom: string; replyOriginal: string; ... 15 more ...; nav: { ...; }; }'.
|
|
../src/Miscellaneous/Keybinds.ts(242,16): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/Keybinds.ts(263,15): error TS2339: Property 'cycleSortType' does not exist on type 'Index'.
|
|
../src/Miscellaneous/Keybinds.ts(278,16): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Miscellaneous/Keybinds.ts(282,18): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/Keybinds.ts(302,38): error TS2339: Property 'db' does not exist on type '{ init(): any; catalogSet(board: any): any; catalogWatch(): any; catalogSave(): any; isHidden(boardID: any, threadID: any): any; node(): true | void; onIndexRefresh(): void; menu: { ...; }; ... 5 more ...; show(thread: any): boolean; }'.
|
|
../src/Miscellaneous/Keybinds.ts(303,16): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Miscellaneous/Keybinds.ts(308,9): error TS2740: Type 'Element' is missing the following properties from type 'Post': origin, root, thread, board, and 38 more.
|
|
../src/Miscellaneous/Nav.ts(41,17): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/Nav.ts(43,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/Nav.ts(70,38): error TS2339: Property 'stub' does not exist on type 'Thread'.
|
|
../src/Miscellaneous/Nav.ts(79,22): error TS2339: Property 'blur' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Nav.ts(97,12): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Miscellaneous/Nav.ts(99,29): error TS2339: Property 'haveExtra' does not exist on type '{ init(): any; prev(): any; next(): any; getThread(): any; scroll(delta: any): any; removeExtra(): string | ((e: Event) => void); }'.
|
|
../src/Miscellaneous/Nav.ts(100,11): error TS2339: Property 'haveExtra' does not exist on type '{ init(): any; prev(): any; next(): any; getThread(): any; scroll(delta: any): any; removeExtra(): string | ((e: Event) => void); }'.
|
|
../src/Miscellaneous/Nav.ts(111,18): error TS2339: Property 'haveExtra' does not exist on type '{ init(): any; prev(): any; next(): any; getThread(): any; scroll(delta: any): any; removeExtra(): string | ((e: Event) => void); }'.
|
|
../src/Miscellaneous/Nav.ts(112,20): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/PSA.ts(13,57): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/PSAHiding.ts(22,15): error TS2339: Property 'psa' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(23,15): error TS2339: Property 'text' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(24,26): error TS2339: Property 'psaTop' does not exist on type '{ boardFor: { index: string; catalog: string; thread: string; }; board: string; thread: string; threadDivider: string; summary: string; postContainer: string; opBottom: string; replyOriginal: string; ... 15 more ...; nav: { ...; }; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(24,61): error TS2339: Property 'psaTop' does not exist on type '{ boardFor: { index: string; catalog: string; thread: string; }; board: string; thread: string; threadDivider: string; summary: string; postContainer: string; opBottom: string; replyOriginal: string; ... 15 more ...; nav: { ...; }; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(25,17): error TS2339: Property 'hr' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(27,15): error TS2339: Property 'content' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(27,27): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Miscellaneous/PSAHiding.ts(39,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(42,15): error TS2339: Property 'btn' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(65,53): error TS2339: Property 'text' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(74,16): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Miscellaneous/PSAHiding.ts(79,13): error TS2339: Property 'psa' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(79,18): error TS2339: Property 'content' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(80,58): error TS2339: Property 'text' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(83,22): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/PSAHiding.ts(85,18): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/PSAHiding.ts(87,19): error TS2339: Property 'hr' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PSAHiding.ts(87,33): error TS2339: Property 'hr' does not exist on type '{ init(): any; setup(psa: any): any; toggle(): any; sync(hiddenPSAList: any): void; }'.
|
|
../src/Miscellaneous/PostJumper.ts(42,32): error TS2339: Property 'buttons' does not exist on type '{ init(): any; node(): any; addButtons(post: any, type: any): any; addListeners(buttons: any): any; buttonClick(): void; find(jumper: any, dir: any): any; makeButtons(): HTMLElement; scroll(fromJumper: any, toJumper: any): void; }'.
|
|
../src/Miscellaneous/PostJumper.ts(69,21): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/RelativeDates.ts(48,26): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Miscellaneous/RelativeDates.ts(60,28): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Miscellaneous/RelativeDates.ts(66,29): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Miscellaneous/RelativeDates.ts(114,32): error TS2339: Property 'timeout' does not exist on type '{ INTERVAL: number; init(): any; node(): Timeout; relative(diff: any, now: any, date: any, abbrev: any): string; stale: any[]; flush(): any; hover(post: any): string; update(data: any, now: any): Timeout; setOwnTimeout(diff: any, data: any): Timeout; markStale(data: any): number; }'.
|
|
../src/Miscellaneous/RelativeDates.ts(115,26): error TS2339: Property 'timeout' does not exist on type '{ INTERVAL: number; init(): any; node(): Timeout; relative(diff: any, now: any, date: any, abbrev: any): string; stale: any[]; flush(): any; hover(post: any): string; update(data: any, now: any): Timeout; setOwnTimeout(diff: any, data: any): Timeout; markStale(data: any): number; }'.
|
|
../src/Miscellaneous/RelativeDates.ts(123,18): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Miscellaneous/RelativeDates.ts(124,50): error TS2554: Expected 4 arguments, but got 3.
|
|
../src/Miscellaneous/RelativeDates.ts(145,46): error TS2769: No overload matches this call.
|
|
Overload 1 of 2, '(...items: ConcatArray<Post>[]): Post[]', gave the following error.
|
|
Argument of type 'unknown[]' is not assignable to parameter of type 'ConcatArray<Post>'.
|
|
The types returned by 'slice(...)' are incompatible between these types.
|
|
Type 'unknown[]' is not assignable to type 'Post[]'.
|
|
Type '{}' is missing the following properties from type 'Post': origin, root, thread, board, and 38 more.
|
|
Overload 2 of 2, '(...items: (Post | ConcatArray<Post>)[]): Post[]', gave the following error.
|
|
Argument of type 'unknown[]' is not assignable to parameter of type 'Post | ConcatArray<Post>'.
|
|
Type 'unknown[]' is not assignable to type 'ConcatArray<Post>'.
|
|
../src/Miscellaneous/RemoveSpoilers.ts(34,19): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
../src/Miscellaneous/Report.ts(18,13): error TS2551: Property 'replace' does not exist on type '{ cache: { init(): any; captchas: any[]; getCount(): any; neededRaw(): any; needed(): boolean; prerequest(): void; haveCookie(): boolean; getOne(): any; request(isReply: any): (cb: any) => any; ... 6 more ...; updateCount(): boolean; }; Replace: { ...; }; t: { ...; }; v2: { ...; }; }'. Did you mean 'Replace'?
|
|
../src/Miscellaneous/Report.ts(24,7): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Miscellaneous/Report.ts(66,21): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Report.ts(70,51): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Report.ts(78,41): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Report.ts(80,52): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Report.ts(89,23): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Report.ts(91,15): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Miscellaneous/Report.ts(92,69): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/Miscellaneous/Report.ts(105,19): error TS2339: Property 'postID' does not exist on type '{ init(): any; ready(): void; fit(selector: any): void; archive(): void; archiveSubmit(urls: any, reason: any, cb: any): void; archiveResults(results: any): void; }'.
|
|
../src/Miscellaneous/ThreadLinks.ts(10,7): error TS2322: Type '{ name: string; cb: any; }' is not assignable to type 'Post'.
|
|
Object literal may only specify known properties, and 'name' does not exist in type 'Post'.
|
|
../src/Miscellaneous/ThreadLinks.ts(14,7): error TS2322: Type '{ name: string; cb: any; }' is not assignable to type 'Post'.
|
|
Object literal may only specify known properties, and 'name' does not exist in type 'Post'.
|
|
../src/Miscellaneous/ThreadLinks.ts(18,25): error TS2345: Argument of type 'Post' is not assignable to parameter of type '{ name: any; cb: any; }'.
|
|
Type 'Post' is missing the following properties from type '{ name: any; cb: any; }': name, cb
|
|
../src/Miscellaneous/ThreadLinks.ts(19,34): error TS2345: Argument of type 'Post' is not assignable to parameter of type '{ name: any; cb: any; }'.
|
|
../src/Miscellaneous/Tinyboard.ts(20,16): error TS2339: Property '$' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Tinyboard.ts(27,41): error TS2339: Property 'tb_settings' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Tinyboard.ts(35,37): error TS2339: Property 'tb_settings' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Tinyboard.ts(36,18): error TS2339: Property 'tb_settings' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Tinyboard.ts(36,41): error TS2339: Property 'tb_settings' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Miscellaneous/Tinyboard.ts(36,76): error TS2339: Property 'tb_settings' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Monitoring/Favicon.ts(51,26): error TS2322: Type 'Element' is not assignable to type 'boolean'.
|
|
../src/Monitoring/Favicon.ts(51,45): error TS2339: Property 'el' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(55,13): error TS2339: Property 'status' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(56,17): error TS2339: Property 'el' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(57,15): error TS2339: Property 'el' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(59,36): error TS2339: Property 'el' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(64,13): error TS2339: Property 'el' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(65,30): error TS2339: Property 'el' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(66,13): error TS2551: Property 'isSFW' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'. Did you mean 'SFW'?
|
|
../src/Monitoring/Favicon.ts(67,13): error TS2339: Property 'default' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(69,17): error TS2339: Property 'status' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(70,34): error TS2339: Property 'status' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,8): error TS2339: Property 'unreadDead' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,22): error TS2339: Property 'unreadDeadY' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,37): error TS2339: Property 'unreadSFW' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,50): error TS2339: Property 'unreadSFWY' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,64): error TS2339: Property 'unreadNSFW' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,78): error TS2339: Property 'unreadNSFWY' does not exist on type '{ init(): any; set(status: any): any; initAsap(): any; switch(): any; update(): any; SFW: string; NSFW: string; dead: string; logo: string; }'.
|
|
../src/Monitoring/Favicon.ts(134,104): error TS2769: No overload matches this call.
|
|
Overload 1 of 4, '(iterable: ArrayLike<any> | Iterable<any>): any[]', gave the following error.
|
|
Argument of type '{ ferongr: string[]; 'xat-': string[]; Mayhem: string[]; '4chanJS': string[]; Original: string[]; Metro: string[]; }' is not assignable to parameter of type 'ArrayLike<any> | Iterable<any>'.
|
|
Overload 2 of 4, '(arrayLike: ArrayLike<any>): any[]', gave the following error.
|
|
Argument of type '{ ferongr: string[]; 'xat-': string[]; Mayhem: string[]; '4chanJS': string[]; Original: string[]; Metro: string[]; }' is not assignable to parameter of type 'ArrayLike<any>'.
|
|
Property 'length' is missing in type '{ ferongr: string[]; 'xat-': string[]; Mayhem: string[]; '4chanJS': string[]; Original: string[]; Metro: string[]; }' but required in type 'ArrayLike<any>'.
|
|
../src/Monitoring/MarkNewIPs.ts(15,16): error TS2339: Property 'ipCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(16,16): error TS2339: Property 'postCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(25,34): error TS2339: Property 'ipCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(26,36): error TS2339: Property 'postCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(27,28): error TS2339: Property 'ipCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(38,16): error TS2339: Property 'ipCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(39,23): error TS2339: Property 'postCount' does not exist on type '{ init(): any; node(): any; onUpdate(e: any): any; markNew(post: any, ipCount: any): void; markOld(post: any): void; }'.
|
|
../src/Monitoring/MarkNewIPs.ts(53,33): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/Monitoring/ReplyPruning.ts(45,46): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Monitoring/ReplyPruning.ts(47,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Monitoring/ReplyPruning.ts(65,34): error TS2339: Property 'input' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Monitoring/ReplyPruning.ts(70,25): error TS2339: Property 'active' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(74,22): error TS2339: Property 'container' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(74,60): error TS2339: Property 'container' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(75,20): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(76,51): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(82,18): error TS2339: Property 'thread' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(85,20): error TS2339: Property 'active' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(85,43): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(86,26): error TS2339: Property 'input' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Monitoring/ReplyPruning.ts(88,49): error TS2339: Property 'input' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Monitoring/ReplyPruning.ts(101,20): error TS2339: Property 'active' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(105,20): error TS2339: Property 'active' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(105,43): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(108,46): error TS2339: Property 'summary' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(110,23): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(111,23): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(129,34): error TS2339: Property 'active' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(137,36): error TS2339: Property 'thread' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(143,39): error TS2339: Property 'summary' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(143,112): error TS2339: Property 'container' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(144,30): error TS2339: Property 'container' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(155,39): error TS2339: Property 'container' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(155,103): error TS2345: Argument of type 'DocumentFragment' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'DocumentFragment' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 224 more.
|
|
../src/Monitoring/ReplyPruning.ts(156,21): error TS2345: Argument of type 'DocumentFragment' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Monitoring/ReplyPruning.ts(161,28): error TS2339: Property 'summary' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(161,37): error TS2345: Argument of type 'DocumentFragment' is not assignable to parameter of type 'Element'.
|
|
Type 'DocumentFragment' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 104 more.
|
|
../src/Monitoring/ReplyPruning.ts(162,51): error TS2339: Property 'summary' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(165,18): error TS2339: Property 'summary' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(165,53): error TS2339: Property 'active' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ReplyPruning.ts(166,20): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Monitoring/ReplyPruning.ts(168,20): error TS2339: Property 'summaryText' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Monitoring/ReplyPruning.ts(169,18): error TS2339: Property 'summary' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Monitoring/ThreadStats.ts(23,19): error TS2339: Property 'isPrunedByAge' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Monitoring/ThreadStats.ts(26,146): error TS2339: Property 'hasIPCount' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Monitoring/ThreadStats.ts(28,45): error TS2339: Property 'hasIPCount' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Monitoring/ThreadStats.ts(61,17): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(70,35): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(86,41): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(88,21): error TS2339: Property 'showPage' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(88,46): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(94,21): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(97,21): error TS2339: Property 'showPage' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(97,46): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(103,13): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(103,21): error TS2339: Property 'postCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(103,34): error TS2339: Property 'fileCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(103,47): error TS2339: Property 'ipCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(113,22): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(114,30): error TS2339: Property 'timeout' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(115,21): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(116,19): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(117,30): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(120,17): error TS2339: Property 'timeout' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(122,47): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(124,7): error TS2345: Argument of type '() => any' is not assignable to parameter of type 'Callbacks'.
|
|
../src/Monitoring/ThreadStats.ts(131,23): error TS2339: Property 'showPurgePos' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(135,41): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(140,21): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(141,28): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(151,43): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(152,27): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(153,27): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(154,27): error TS2339: Property 'lastPageUpdate' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(171,20): error TS2339: Property 'showPage' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(172,20): error TS2339: Property 'pageCountEl' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(174,20): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(174,49): error TS2339: Property 'thread' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(174,91): error TS2339: Property 'lastPageUpdate' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(176,30): error TS2339: Property 'timeout' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadStats.ts(177,24): error TS2339: Property 'timeout' does not exist on type '{ postCount: number; fileCount: number; postIndex: number; init(): any; node(): any; count(): any; onUpdate(e: any): any; onPostsInserted(): any; update(): any; fetchPage(): any; onThreadsLoad(): any; retry(): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(33,20): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadUpdater.ts(61,72): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/Monitoring/ThreadUpdater.ts(68,15): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadUpdater.ts(71,34): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Monitoring/ThreadUpdater.ts(88,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(103,19): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(104,19): error TS2339: Property 'root' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(105,19): error TS2339: Property 'outdateCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(110,19): error TS2339: Property 'postIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(111,19): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(113,21): error TS2339: Property 'postIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(114,45): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(132,13): error TS2339: Property 'audio' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(143,47): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(144,21): error TS2339: Property 'postID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(145,21): error TS2339: Property 'checkPostCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(146,21): error TS2339: Property 'outdateCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(153,21): error TS2339: Property 'outdateCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(154,25): error TS2339: Property 'seconds' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(154,49): error TS2339: Property 'interval' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(160,28): error TS2339: Property 'scrollBG' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(169,21): error TS2339: Property 'interval' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(170,28): error TS2339: Property 'value' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Monitoring/ThreadUpdater.ts(174,34): error TS2339: Property 'req' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(178,29): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(185,49): error TS2345: Argument of type '{ boardID: any; }' is not assignable to parameter of type '{ siteID: any; boardID: any; }'.
|
|
Property 'siteID' is missing in type '{ boardID: any; }' but required in type '{ siteID: any; boardID: any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(185,74): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(192,53): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(216,19): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(220,31): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(227,21): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadUpdater.ts(238,32): error TS2551: Property 'timeoutID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'. Did you mean 'timeout'?
|
|
../src/Monitoring/ThreadUpdater.ts(240,23): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(241,50): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(242,21): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadUpdater.ts(247,23): error TS2339: Property 'postID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(247,48): error TS2339: Property 'checkPostCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(249,21): error TS2551: Property 'timeoutID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'. Did you mean 'timeout'?
|
|
../src/Monitoring/ThreadUpdater.ts(249,82): error TS2339: Property 'checkPostCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(254,21): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadUpdater.ts(258,13): error TS2339: Property 'interval' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(262,40): error TS2339: Property 'outdateCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(266,21): error TS2339: Property 'seconds' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(268,21): error TS2339: Property 'seconds' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(277,48): error TS2339: Property 'focus' does not exist on type 'Element'.
|
|
../src/Monitoring/ThreadUpdater.ts(294,23): error TS2339: Property 'seconds' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(295,21): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadUpdater.ts(295,48): error TS2339: Property 'seconds' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(296,21): error TS2551: Property 'timeoutID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'. Did you mean 'timeout'?
|
|
../src/Monitoring/ThreadUpdater.ts(298,21): error TS2339: Property 'outdateCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(301,26): error TS2339: Property 'seconds' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(306,32): error TS2551: Property 'timeoutID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'. Did you mean 'timeout'?
|
|
../src/Monitoring/ThreadUpdater.ts(308,32): error TS2339: Property 'req' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(309,28): error TS2339: Property 'req' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(312,26): error TS2339: Property 'req' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(313,19): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Monitoring/ThreadUpdater.ts(313,55): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(313,96): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(315,7): error TS2345: Argument of type '() => any' is not assignable to parameter of type 'Callbacks'.
|
|
../src/Monitoring/ThreadUpdater.ts(322,38): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(323,19): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(324,46): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(342,13): error TS2339: Property 'thread' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(344,36): error TS2339: Property 'postIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(344,58): error TS2339: Property 'postIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(348,9): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Monitoring/ThreadUpdater.ts(350,18): error TS2339: Property 'spoilerRange' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(379,33): error TS2339: Property 'postFromObject' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(382,25): error TS2339: Property 'postID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(382,63): error TS2339: Property 'postID' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(387,30): error TS2339: Property 'postIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(393,19): error TS2339: Property 'postIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(397,30): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(403,19): error TS2339: Property 'fileIDs' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(406,21): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadUpdater.ts(409,21): error TS2339: Property 'outdateCount' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(425,59): error TS2339: Property 'scrollBG' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(426,25): error TS2339: Property 'root' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(432,31): error TS2339: Property 'root' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(435,52): error TS2339: Property 'root' does not exist on type '{ init(): any; node(): any; beep: string; playBeep(): any; cb: { checkpost(e: any): any; visibility(): any; scrollBG(): any; interval(e: any): any; load(): any; }; kill(): any; error(req: any): any; ... 6 more ...; parse(req: any): any; }'.
|
|
../src/Monitoring/ThreadUpdater.ts(441,35): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(54,46): error TS2339: Property 'db' does not exist on type '{ lastReadPost: any; hr: any; markReadLink: any; init(): any; node(): Node; onIndexRefresh(e: any): any[]; onPostsInserted(e: any): void; sync(): void; update(thread: any): Node; markRead(): boolean | void; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(54,52): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(78,32): error TS2339: Property 'shortcut' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(104,15): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(126,28): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(130,28): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(149,16): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Monitoring/ThreadWatcher.ts(154,32): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(177,44): error TS2339: Property 'dialog' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(181,33): error TS2339: Property 'shortcut' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(182,26): error TS2339: Property 'dialog' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(182,57): error TS2339: Property 'dialog' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(188,58): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(191,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(195,76): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(198,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(202,73): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(205,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(209,71): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Monitoring/ThreadWatcher.ts(211,25): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(215,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(218,71): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Monitoring/ThreadWatcher.ts(223,16): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(232,28): error TS2554: Expected 4 arguments, but got 3.
|
|
../src/Monitoring/ThreadWatcher.ts(246,15): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(254,48): error TS2365: Operator '>' cannot be applied to types 'number' and 'string'.
|
|
../src/Monitoring/ThreadWatcher.ts(269,28): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(278,21): error TS2339: Property 'status' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(279,32): error TS2339: Property 'refreshButton' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(288,23): error TS2339: Property 'status' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(299,7): error TS2345: Argument of type '() => any' is not assignable to parameter of type 'Callbacks'.
|
|
../src/Monitoring/ThreadWatcher.ts(308,19): error TS2339: Property 'status' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(309,36): error TS2339: Property 'refreshButton' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(313,26): error TS2339: Property 'syncing' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(325,40): error TS2339: Property 'dbLM' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(326,36): error TS2339: Property 'dbLM' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(329,27): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(335,25): error TS2339: Property 'dbLM' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(343,32): error TS2339: Property 'timeout' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(345,13): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(346,58): error TS2339: Property 'unreadEnabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(351,26): error TS2339: Property 'timeout' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(355,23): error TS2339: Property 'syncing' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(363,19): error TS2339: Property 'status' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(364,30): error TS2339: Property 'refreshButton' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(365,19): error TS2339: Property 'syncing' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(366,32): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(366,50): error TS2339: Property 'unreaddb' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(372,30): error TS2339: Property 'syncing' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(373,32): error TS2339: Property 'syncing' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(374,57): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(378,21): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(419,19): error TS2339: Property 'dbLM' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(452,44): error TS2339: Property 'isPrunedByAge' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(458,27): error TS2339: Property 'unreadEnabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(472,39): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(489,23): error TS2554: Expected 4 arguments, but got 3.
|
|
../src/Monitoring/ThreadWatcher.ts(495,42): error TS2339: Property 'unreaddb' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(498,23): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Monitoring/ThreadWatcher.ts(502,13): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Monitoring/ThreadWatcher.ts(512,17): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Monitoring/ThreadWatcher.ts(550,40): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(551,36): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(583,61): error TS2339: Property 'prefixes' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(601,23): error TS2339: Property 'unreadEnabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(617,19): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(627,23): error TS2339: Property 'unreadEnabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(632,16): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/Monitoring/ThreadWatcher.ts(658,26): error TS2339: Property 'prefixes' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(663,35): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Monitoring/ThreadWatcher.ts(669,23): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(673,13): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(674,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(675,17): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Monitoring/ThreadWatcher.ts(688,54): error TS2339: Property 'nodes' does not exist on type 'unknown'.
|
|
../src/Monitoring/ThreadWatcher.ts(703,21): error TS2339: Property 'shortcut' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(703,93): error TS2339: Property 'dialog' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(709,32): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(711,21): error TS2554: Expected 4 arguments, but got 3.
|
|
../src/Monitoring/ThreadWatcher.ts(727,19): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(728,122): error TS2339: Property 'dialog' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(739,32): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(741,21): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(745,26): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(752,23): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(753,28): error TS2554: Expected 4 arguments, but got 3.
|
|
../src/Monitoring/ThreadWatcher.ts(755,28): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(765,47): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(769,12): error TS2339: Property 'isDead' does not exist on type '{}'.
|
|
../src/Monitoring/ThreadWatcher.ts(771,27): error TS2339: Property 'excerpt' does not exist on type '{}'.
|
|
../src/Monitoring/ThreadWatcher.ts(776,35): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(780,19): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(784,28): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Monitoring/ThreadWatcher.ts(785,30): error TS2339: Property 'unreadEnabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(791,19): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(799,44): error TS2339: Property 'dialog' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(809,14): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(813,70): error TS2339: Property 'db' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(834,63): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(844,84): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(854,81): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(864,81): error TS2339: Property 'list' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(875,74): error TS2339: Property 'shortcut' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(890,15): error TS2339: Property 'open' does not exist on type '{ el: HTMLElement; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(905,16): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Monitoring/ThreadWatcher.ts(909,60): error TS2339: Property 'unreadEnabled' does not exist on type '{ init(): any; isWatched(thread: any): any; isWatchedRaw(boardID: any, threadID: any): any; setToggler(toggler: any, isWatched: any): string; node(): void; catalogNode(): any; ... 28 more ...; menu: { ...; }; }'.
|
|
../src/Monitoring/ThreadWatcher.ts(910,15): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/Monitoring/ThreadWatcher.ts(914,34): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Monitoring/Unread.ts(82,19): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Monitoring/Unread.ts(140,12): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Monitoring/Unread.ts(166,12): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Monitoring/Unread.ts(181,11): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Monitoring/Unread.ts(206,14): error TS2554: Expected 1 arguments, but got 0.
|
|
../src/Monitoring/UnreadIndex.ts(40,57): error TS2339: Property 'db' does not exist on type '{ lastReadPost: any; hr: any; markReadLink: any; init(): any; node(): Node; onIndexRefresh(e: any): any[]; onPostsInserted(e: any): void; sync(): void; update(thread: any): Node; markRead(): boolean | void; }'.
|
|
../src/Monitoring/UnreadIndex.ts(74,40): error TS2339: Property 'db' does not exist on type '{ lastReadPost: any; hr: any; markReadLink: any; init(): any; node(): Node; onIndexRefresh(e: any): any[]; onPostsInserted(e: any): void; sync(): void; update(thread: any): Node; markRead(): boolean | void; }'.
|
|
../src/Monitoring/UnreadIndex.ts(80,32): error TS2551: Property 'parentNode' does not exist on type 'Post'. Did you mean 'parseNodes'?
|
|
../src/Monitoring/UnreadIndex.ts(143,17): error TS2339: Property 'db' does not exist on type '{ lastReadPost: any; hr: any; markReadLink: any; init(): any; node(): Node; onIndexRefresh(e: any): any[]; onPostsInserted(e: any): void; sync(): void; update(thread: any): Node; markRead(): boolean | void; }'.
|
|
../src/Monitoring/UnreadIndex.ts(149,23): error TS2339: Property 'classList' does not exist on type 'Post'.
|
|
../src/Posting/Captcha.replace.ts(17,71): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Posting/Captcha.replace.ts(17,137): error TS2551: Property 'replace' does not exist on type '{ cache: { init(): any; captchas: any[]; getCount(): any; neededRaw(): any; needed(): boolean; prerequest(): void; haveCookie(): boolean; getOne(): any; request(isReply: any): (cb: any) => any; ... 6 more ...; updateCount(): boolean; }; Replace: { ...; }; t: { ...; }; v2: { ...; }; }'. Did you mean 'Replace'?
|
|
../src/Posting/Captcha.replace.ts(19,92): error TS2551: Property 'replace' does not exist on type '{ cache: { init(): any; captchas: any[]; getCount(): any; neededRaw(): any; needed(): boolean; prerequest(): void; haveCookie(): boolean; getOne(): any; request(isReply: any): (cb: any) => any; ... 6 more ...; updateCount(): boolean; }; Replace: { ...; }; t: { ...; }; v2: { ...; }; }'. Did you mean 'Replace'?
|
|
../src/Posting/Captcha.t.ts(42,16): error TS2339: Property 'TCaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.t.ts(43,23): error TS2339: Property 'TCaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.t.ts(55,27): error TS2339: Property 'focus' does not exist on type 'Element'.
|
|
../src/Posting/Captcha.t.ts(61,27): error TS2339: Property 'TCaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.t.ts(81,68): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/Posting/Captcha.t.ts(93,36): error TS2339: Property 'TCaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(33,21): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/Captcha.ts(38,36): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(48,14): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(51,46): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/Captcha.ts(95,11): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(115,14): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(281,21): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(282,26): error TS2554: Expected 2-3 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(284,42): error TS2345: Argument of type 'HTMLElement[]' is not assignable to parameter of type 'Element'.
|
|
Type 'HTMLElement[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/Posting/Captcha.ts(288,16): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(292,28): error TS2339: Property 'dataset' does not exist on type 'Element'.
|
|
../src/Posting/Captcha.ts(292,54): error TS2339: Property 'grecaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(301,20): error TS2339: Property 'grecaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(304,35): error TS2339: Property 'onRecaptchaLoaded' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(305,18): error TS2339: Property 'onRecaptchaLoaded' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(330,12): error TS2304: Cannot find name 'doc'.
|
|
../src/Posting/Captcha.ts(331,15): error TS2551: Property 'replace' does not exist on type '{ cache: { init(): any; captchas: any[]; getCount(): any; neededRaw(): any; needed(): boolean; prerequest(): void; haveCookie(): boolean; getOne(): any; request(isReply: any): (cb: any) => any; ... 6 more ...; updateCount(): boolean; }; Replace: { ...; }; t: { ...; }; v2: { ...; }; }'. Did you mean 'Replace'?
|
|
../src/Posting/Captcha.ts(343,56): error TS2304: Cannot find name 'doc'.
|
|
../src/Posting/Captcha.ts(358,11): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(360,25): error TS2339: Property 'grecaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(360,52): error TS2339: Property 'dataset' does not exist on type 'Element'.
|
|
../src/Posting/Captcha.ts(368,35): error TS2554: Expected 0 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(373,64): error TS2339: Property 'value' does not exist on type 'Element'.
|
|
../src/Posting/Captcha.ts(377,129): error TS2339: Property 'src' does not exist on type 'Element'.
|
|
../src/Posting/Captcha.ts(401,37): error TS2339: Property 'submitCB' does not exist on type '{ init(): any; captchas: any[]; getCount(): any; neededRaw(): any; needed(): boolean; prerequest(): void; haveCookie(): boolean; getOne(): any; request(isReply: any): (cb: any) => any; ... 6 more ...; updateCount(): boolean; }'.
|
|
../src/Posting/Captcha.ts(411,18): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Posting/Captcha.ts(413,25): error TS2339: Property 'grecaptcha' does not exist on type 'Window & typeof globalThis'.
|
|
../src/Posting/Captcha.ts(413,52): error TS2339: Property 'dataset' does not exist on type 'Element'.
|
|
../src/Posting/PassLink.ts(21,5): error TS2322: Type 'Node' is not assignable to type 'void'.
|
|
../src/Posting/PassLink.ts(21,52): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/PostSuccessful.ts(16,5): error TS2322: Type 'number' is not assignable to type 'string'.
|
|
../src/Posting/PostSuccessful.ts(17,5): error TS2322: Type 'string | number' is not assignable to type 'string'.
|
|
Type 'number' is not assignable to type 'string'.
|
|
../src/Posting/QR.ts(133,7): error TS2322: Type 'Element' is not assignable to type 'string'.
|
|
../src/Posting/QR.ts(220,33): error TS2339: Property 'splice' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(220,52): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(269,7): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Posting/QR.ts(303,14): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Posting/QR.ts(329,38): error TS2341: Property 'close' is private and only accessible within class 'Notice'.
|
|
../src/Posting/QR.ts(386,30): error TS2339: Property 'indexOf' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(421,27): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(422,23): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(425,27): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(426,23): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(429,27): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(432,58): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(436,27): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(487,30): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(490,15): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(558,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Posting/QR.ts(569,14): error TS2540: Cannot assign to 'name' because it is a read-only property.
|
|
../src/Posting/QR.ts(616,32): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(643,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Posting/QR.ts(644,17): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(765,18): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Posting/QR.ts(830,30): error TS2554: Expected 1 arguments, but got 2.
|
|
../src/Posting/QR.ts(891,33): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(917,15): error TS2339: Property 'onprogress' does not exist on type '{ responseType: string; withCredentials: boolean; onloadend: () => any; form: FormData; }'.
|
|
../src/Posting/QR.ts(996,18): error TS2339: Property 'target' does not exist on type 'Element'.
|
|
../src/Posting/QR.ts(1054,5): error TS2322: Type 'number' is not assignable to type 'string'.
|
|
../src/Posting/QR.ts(1055,5): error TS2322: Type 'string | number' is not assignable to type 'string'.
|
|
Type 'number' is not assignable to type 'string'.
|
|
../src/Posting/QR.ts(1068,33): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1071,72): error TS2339: Property 'slice' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1096,10): error TS2367: This comparison appears to be unintentional because the types 'string' and 'number' have no overlap.
|
|
../src/Posting/QR.ts(1221,16): error TS2339: Property 'delay' does not exist on type '{ type: string; threadID?: undefined; } | { type: string; threadID: number; }'.
|
|
Property 'delay' does not exist on type '{ type: string; threadID?: undefined; }'.
|
|
../src/Posting/QR.ts(1253,82): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Posting/QR.ts(1324,13): error TS2322: Type 'number' is not assignable to type 'string'.
|
|
../src/Posting/QR.ts(1325,47): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
|
../src/Posting/QR.ts(1445,32): error TS2339: Property 'videoWidth' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1446,33): error TS2339: Property 'videoHeight' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1449,24): error TS2339: Property 'getContext' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1450,31): error TS2339: Property 'toBlob' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1456,28): error TS2339: Property 'currentTime' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1459,26): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1481,56): error TS2339: Property 'hidden' does not exist on type 'Element'.
|
|
../src/Posting/QR.ts(1503,30): error TS2345: Argument of type 'HTMLElement[]' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(1546,61): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1655,19): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1675,34): error TS2345: Argument of type '{}' is not assignable to parameter of type 'string | JSON'.
|
|
../src/Posting/QR.ts(1679,34): error TS2345: Argument of type '{}' is not assignable to parameter of type 'string | JSON'.
|
|
../src/Posting/QR.ts(1684,18): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Posting/QR.ts(1717,9): error TS2322: Type 'ChildNode' is not assignable to type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1718,9): error TS2740: Type 'Element' is missing the following properties from type 'HTMLInputElement': accept, align, alt, autocomplete, and 173 more.
|
|
../src/Posting/QR.ts(1719,9): error TS2322: Type 'ChildNode' is not assignable to type 'HTMLElement'.
|
|
../src/Posting/QR.ts(1738,7): error TS2322: Type 'number | "new"' is not assignable to type 'Thread'.
|
|
Type 'number' is not assignable to type 'Thread'.
|
|
../src/Posting/QR.ts(1743,38): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1744,16): error TS2339: Property 'push' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1785,30): error TS2339: Property 'indexOf' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1786,20): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1792,16): error TS2339: Property 'splice' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1804,12): error TS2339: Property 'isLocked' does not exist on type 'post'.
|
|
../src/Posting/QR.ts(1827,22): error TS2339: Property 'isLocked' does not exist on type 'post'.
|
|
../src/Posting/QR.ts(1831,49): error TS2339: Property 'getBoundingClientRect' does not exist on type 'ParentNode'.
|
|
../src/Posting/QR.ts(1845,8): error TS2367: This comparison appears to be unintentional because the types 'Thread' and 'string' have no overlap.
|
|
../src/Posting/QR.ts(1862,12): error TS2367: This comparison appears to be unintentional because the types 'Thread' and 'string' have no overlap.
|
|
../src/Posting/QR.ts(1923,48): error TS2339: Property 'quotedText' does not exist on type 'post'.
|
|
../src/Posting/QR.ts(1928,29): error TS2339: Property 'length' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1948,13): error TS2551: Property 'errors' does not exist on type 'post'. Did you mean 'error'?
|
|
../src/Posting/QR.ts(1948,29): error TS2551: Property 'errors' does not exist on type 'post'. Did you mean 'error'?
|
|
../src/Posting/QR.ts(1951,22): error TS2339: Property 'includes' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1955,22): error TS2339: Property 'includes' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(1966,16): error TS2551: Property 'errors' does not exist on type 'post'. Did you mean 'error'?
|
|
../src/Posting/QR.ts(1967,34): error TS2551: Property 'errors' does not exist on type 'post'. Did you mean 'error'?
|
|
../src/Posting/QR.ts(1968,43): error TS2554: Expected 0 arguments, but got 1.
|
|
../src/Posting/QR.ts(2017,26): error TS2339: Property 'canPlayType' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2025,44): error TS2345: Argument of type 'HTMLElement' is not assignable to parameter of type 'Document'.
|
|
../src/Posting/QR.ts(2031,32): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2034,44): error TS2345: Argument of type 'HTMLElement' is not assignable to parameter of type 'Document'.
|
|
../src/Posting/QR.ts(2039,17): error TS2339: Property 'src' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2108,10): error TS2339: Property 'height' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2109,10): error TS2339: Property 'width' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2110,10): error TS2339: Property 'getContext' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2112,17): error TS2339: Property 'toBlob' does not exist on type 'HTMLElement'.
|
|
../src/Posting/QR.ts(2119,16): error TS2339: Property 'isLocked' does not exist on type 'post'.
|
|
../src/Posting/QR.ts(2130,26): error TS2345: Argument of type '(error: any) => boolean' is not assignable to parameter of type '() => boolean'.
|
|
../src/Posting/QR.ts(2142,17): error TS2339: Property 'newName' does not exist on type 'File'.
|
|
../src/Posting/QR.ts(2145,26): error TS2339: Property 'newName' does not exist on type 'File'.
|
|
../src/Posting/QR.ts(2166,22): error TS2339: Property 'source' does not exist on type 'File'.
|
|
../src/Posting/QR.ts(2167,56): error TS2339: Property 'source' does not exist on type 'File'.
|
|
../src/Posting/QR.ts(2187,34): error TS2339: Property 'getBoundingClientRect' does not exist on type 'post'.
|
|
../src/Posting/QR.ts(2189,25): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Element'.
|
|
Type 'post' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 162 more.
|
|
../src/Posting/QR.ts(2191,34): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(2192,37): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(2193,36): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(2201,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Element'.
|
|
../src/Posting/QR.ts(2208,50): error TS2345: Argument of type 'this' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'post' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 281 more.
|
|
../src/Posting/QR.ts(2209,29): error TS2339: Property 'splice' does not exist on type 'number'.
|
|
../src/Posting/QR.ts(2210,16): error TS2339: Property 'splice' does not exist on type 'number'.
|
|
../src/Quotelinks/QuoteBacklink.ts(45,26): error TS2339: Property 'postURL' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Quotelinks/QuoteBacklink.ts(50,40): error TS2339: Property 'mark' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteBacklink.ts(70,63): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteBacklink.ts(74,26): error TS2345: Argument of type 'Node[]' is not assignable to parameter of type 'Element'.
|
|
Type 'Node[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/Quotelinks/QuoteBacklink.ts(87,23): error TS2339: Property 'bottomBacklinks' does not exist on type '{ containers: any; init(): any; firstNode(): void; secondNode(): Node; getContainer(id: any): any; }'.
|
|
../src/Quotelinks/QuoteInline.ts(84,13): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Quotelinks/QuoteInline.ts(86,75): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
Type 'Node' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 113 more.
|
|
../src/Quotelinks/QuoteInline.ts(88,16): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteInline.ts(115,84): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteInline.ts(116,75): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteInline.ts(118,10): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteInline.ts(119,35): error TS2345: Argument of type 'ParentNode' is not assignable to parameter of type 'Document'.
|
|
Type 'ParentNode' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 191 more.
|
|
../src/Quotelinks/QuoteInline.ts(121,23): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/Quotelinks/QuoteInline.ts(122,17): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteInline.ts(126,21): error TS2339: Property 'firstElementChild' does not exist on type 'Node'.
|
|
../src/Quotelinks/QuoteInline.ts(136,15): error TS2339: Property 'forwarded' does not exist on type 'Post'.
|
|
../src/Quotelinks/QuoteInline.ts(137,19): error TS2339: Property 'forwarded' does not exist on type 'Post'.
|
|
../src/Quotelinks/QuotePreview.ts(48,53): error TS2304: Cannot find name 'doc'.
|
|
../src/Quotelinks/QuotePreview.ts(65,7): error TS2322: Type 'string' is not assignable to type 'string[]'.
|
|
../src/Quotelinks/QuotePreview.ts(66,7): error TS2322: Type '() => void' is not assignable to type 'Callbacks'.
|
|
../src/Quotelinks/QuotePreview.ts(84,35): error TS2345: Argument of type 'HTMLElement' is not assignable to parameter of type 'Document'.
|
|
../src/Quotelinks/QuotePreview.ts(87,22): error TS2339: Property 'origin' does not exist on type 'unknown'.
|
|
../src/Quotelinks/QuoteThreading.ts(37,12): error TS2339: Property 'menu' does not exist on type '{ init(): any; bar: HTMLElement; noticesRoot: HTMLElement; shortcuts: HTMLElement; hover: HTMLElement; toggle: HTMLElement; ... 35 more ...; enableDesktopNotifications(): Notice; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(70,9): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/Quotelinks/QuoteThreading.ts(71,34): error TS2339: Property 'inputs' does not exist on type '{ init(): any; position: number; hidden: number; hiddenFiles: number; total: number; totalFiles: number; setEnabled(): any; showIfHidden(id: any): any; node(): void; updateCount(e: any): void; update(): void; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(77,17): error TS2339: Property 'checked' does not exist on type '(cb: VoidCallback) => void'.
|
|
../src/Quotelinks/QuoteThreading.ts(81,20): error TS2551: Property 'thread' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'. Did you mean 'rethread'?
|
|
../src/Quotelinks/QuoteThreading.ts(82,26): error TS2322: Type 'true | Element' is not assignable to type 'boolean'.
|
|
Type 'Element' is not assignable to type 'boolean'.
|
|
../src/Quotelinks/QuoteThreading.ts(84,72): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteThreading.ts(84,99): error TS2339: Property 'threadNewLink' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(137,24): error TS2339: Property 'threadNewLink' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(154,33): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteThreading.ts(163,30): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteThreading.ts(178,25): error TS2339: Property 'ready' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(179,13): error TS2339: Property 'thread' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(182,20): error TS2339: Property 'threadNewLink' does not exist on type '{ init(): any; parent: any; children: any; inserted: any; toggleThreading(): any; setThreadingState(enabled: any): any; setEnabled(): any; setThread(): any; node(): any; descendants(post: any): any[]; insert(post: any): boolean; rethread(): any; }'.
|
|
../src/Quotelinks/QuoteThreading.ts(201,32): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/QuoteYou.ts(59,14): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Quotelinks/QuoteYou.ts(77,11): error TS1345: An expression of type 'void' cannot be tested for truthiness.
|
|
../src/Quotelinks/QuoteYou.ts(78,69): error TS2339: Property 'mark' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(97,25): error TS2339: Property 'post' does not exist on type '{ init(): any; toggle(): void; }'.
|
|
../src/Quotelinks/QuoteYou.ts(98,17): error TS2339: Property 'checked' does not exist on type 'Element'.
|
|
../src/Quotelinks/QuoteYou.ts(105,15): error TS2339: Property 'post' does not exist on type '{ init(): any; toggle(): void; }'.
|
|
../src/Quotelinks/QuoteYou.ts(108,21): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/Quotelinks/QuoteYou.ts(110,21): error TS2339: Property 'delete' does not exist on type 'typeof DataBoard'.
|
|
../src/Quotelinks/QuoteYou.ts(117,71): error TS2339: Property 'mark' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(137,21): error TS2339: Property 'lastRead' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(137,56): error TS2339: Property 'lastRead' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(137,90): error TS2339: Property 'lastRead' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(138,32): error TS2339: Property 'lastRead' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(144,25): error TS2339: Property 'lastRead' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(159,17): error TS2339: Property 'nodes' does not exist on type 'unknown'.
|
|
../src/Quotelinks/QuoteYou.ts(162,18): error TS2339: Property 'lastRead' does not exist on type '{ db: typeof DataBoard; init(): any; isYou(post: any): boolean; node(): void; menu: { init(): any; toggle(): void; }; cb: { seek(type: any): boolean; scroll(root: any): boolean; }; }'.
|
|
../src/Quotelinks/QuoteYou.ts(164,16): error TS2554: Expected 3 arguments, but got 1.
|
|
../src/Quotelinks/QuoteYou.ts(164,30): error TS2339: Property 'nodes' does not exist on type 'unknown'.
|
|
../src/Quotelinks/QuoteYou.ts(165,18): error TS2339: Property 'isReply' does not exist on type 'unknown'.
|
|
../src/Quotelinks/QuoteYou.ts(167,27): error TS2339: Property 'nodes' does not exist on type 'unknown'.
|
|
../src/Quotelinks/Quotify.ts(83,30): error TS2339: Property 'postURL' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Quotelinks/Quotify.ts(91,30): error TS2339: Property 'postURL' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/Quotelinks/Quotify.ts(96,18): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/Quotify.ts(111,18): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/Quotify.ts(123,23): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/Quotelinks/Quotify.ts(141,32): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
../src/classes/Board.ts(23,31): error TS2339: Property 'boards' does not exist on type '{ cbs: any[]; init(): any; load(): void; set(boards: any): void; ready(cb: any): any; sfwBoards(sfw: any): any[]; isSFW(board: any): boolean; domain(board: any): string; isArchived(board: any): any; noAudio(boardID: any): boolean; title(boardID: any): any; }'.
|
|
../src/classes/CatalogThread.ts(20,7): error TS2322: Type 'Element' is not assignable to type 'HTMLElement'.
|
|
../src/classes/CatalogThread.ts(22,7): error TS2322: Type 'Element' is not assignable to type 'number'.
|
|
../src/classes/CatalogThread.ts(23,7): error TS2322: Type 'Element' is not assignable to type 'number'.
|
|
../src/classes/CatalogThread.ts(24,7): error TS2322: Type 'Element' is not assignable to type 'number'.
|
|
../src/classes/CatalogThreadNative.ts(19,7): error TS2740: Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 116 more.
|
|
../src/classes/CatalogThreadNative.ts(22,48): error TS2339: Property 'pathname' does not exist on type 'ParentNode'.
|
|
../src/classes/CatalogThreadNative.ts(25,42): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
|
|
../src/classes/CatalogThreadNative.ts(25,74): error TS2345: Argument of type 'Board | Board' is not assignable to parameter of type 'Board'.
|
|
Type 'import("/home/victor/proj/4chan-XZ/src/globals/globals").Board' is not assignable to type 'import("/home/victor/proj/4chan-XZ/src/classes/Board").default'.
|
|
The types returned by 'cooldowns()' are incompatible between these types.
|
|
Type '{}' is missing the following properties from type '{ thread: any; reply: any; image: any; thread_global: number; }': thread, reply, image, thread_global
|
|
../src/classes/DataBoard.ts(41,13): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'Document' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, draggable, and 125 more.
|
|
../src/classes/DataBoard.ts(42,19): error TS2339: Property 'sync' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(63,30): error TS2345: Argument of type '{ boards: any; }' is not assignable to parameter of type 'string | JSON'.
|
|
Object literal may only specify known properties, and 'boards' does not exist in type 'JSON'.
|
|
../src/classes/DataBoard.ts(73,30): error TS2339: Property 'sync' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(80,30): error TS2345: Argument of type '{ boards: any; }' is not assignable to parameter of type 'string | JSON'.
|
|
Object literal may only specify known properties, and 'boards' does not exist in type 'JSON'.
|
|
../src/classes/DataBoard.ts(83,51): error TS2349: This expression is not callable.
|
|
Type 'String' has no call signatures.
|
|
../src/classes/DataBoard.ts(84,14): error TS2339: Property 'sync' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(161,19): error TS2339: Property 'sync' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(198,26): error TS2345: Argument of type '{ siteID: string; boardID: any; }' is not assignable to parameter of type '{ siteID: any; boardID: any; threadID: any; }'.
|
|
Property 'threadID' is missing in type '{ siteID: string; boardID: any; }' but required in type '{ siteID: any; boardID: any; threadID: any; }'.
|
|
../src/classes/DataBoard.ts(215,16): error TS2339: Property 'status' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(217,39): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/classes/DataBoard.ts(217,68): error TS2339: Property 'response' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(218,30): error TS2339: Property 'response' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(220,19): error TS2339: Property 'status' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(220,48): error TS2339: Property 'archivedBoardsKnown' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/classes/DataBoard.ts(220,77): error TS2339: Property 'status' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(221,61): error TS2339: Property 'response' does not exist on type 'DataBoard'.
|
|
../src/classes/DataBoard.ts(245,24): error TS2345: Argument of type '{ siteID: string; boardID: any; }' is not assignable to parameter of type '{ siteID: any; boardID: any; threadID: any; }'.
|
|
Property 'threadID' is missing in type '{ siteID: string; boardID: any; }' but required in type '{ siteID: any; boardID: any; threadID: any; }'.
|
|
../src/classes/DataBoard.ts(246,14): error TS2554: Expected 3 arguments, but got 2.
|
|
../src/classes/DataBoard.ts(252,17): error TS2339: Property 'sync' does not exist on type 'DataBoard'.
|
|
../src/classes/Fetcher.ts(64,36): error TS2339: Property 'postFromObject' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/classes/Fetcher.ts(73,27): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/classes/Fetcher.ts(90,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/classes/Fetcher.ts(104,64): error TS2339: Property 'href' does not exist on type 'Element'.
|
|
../src/classes/Fetcher.ts(113,7): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/classes/Fetcher.ts(115,43): error TS2345: Argument of type 'HTMLElement' is not assignable to parameter of type 'Document'.
|
|
Type 'HTMLElement' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 92 more.
|
|
../src/classes/Fetcher.ts(144,18): error TS2339: Property 'spoilerRange' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/classes/Fetcher.ts(152,44): error TS2345: Argument of type '{ boardID: string; threadID: number; }' is not assignable to parameter of type '{ siteID: any; boardID: any; threadID: any; }'.
|
|
Property 'siteID' is missing in type '{ boardID: string; threadID: number; }' but required in type '{ siteID: any; boardID: any; threadID: any; }'.
|
|
../src/classes/Fetcher.ts(173,34): error TS2339: Property 'postFromObject' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/classes/Fetcher.ts(234,31): error TS2339: Property 'archiveTags' does not exist on type 'typeof Fetcher'.
|
|
../src/classes/Fetcher.ts(255,7): error TS2339: Property 'info' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(279,11): error TS2339: Property 'info' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(279,36): error TS2339: Property 'info' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(281,9): error TS2339: Property 'fileDeleted' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(289,9): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(305,28): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(305,43): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(305,66): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(305,82): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(306,58): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(308,7): error TS2339: Property 'extra' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Fetcher.ts(314,34): error TS2339: Property 'post' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/classes/Fetcher.ts(316,45): error TS2339: Property 'file' does not exist on type '{ ID: number; threadID: number; boardID: string; isReply: boolean; }'.
|
|
../src/classes/Notice.ts(33,11): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/classes/Notice.ts(55,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/classes/Notice.ts(70,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/classes/Post.ts(79,5): error TS2322: Type 'string | number' is not assignable to type 'number'.
|
|
Type 'string' is not assignable to type 'number'.
|
|
../src/classes/Post.ts(107,5): error TS2741: Property 'comment' is missing in type '{ subject: string; name: string; email: string; tripcode: string; uniqueID: any; capcode: string; pass: string; flagCode: string; flagCodeTroll: string; flag: string; date: Date; nameBlock: string; }' but required in type '{ comment: string; subject: string; name: string; email: string; tripcode: string; uniqueID: string; capcode: string; pass: string; flagCode: string; flagCodeTroll: string; flag: string; date: Date; nameBlock: string; }'.
|
|
../src/classes/Post.ts(110,69): error TS2339: Property 'href' does not exist on type 'HTMLElement'.
|
|
../src/classes/Post.ts(139,48): error TS2339: Property 'origin' does not exist on type 'unknown'.
|
|
../src/classes/Post.ts(153,11): error TS2322: Type 'Element' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(153,35): error TS2339: Property 'post' does not exist on type '{ boardFor: { index: string; catalog: string; thread: string; }; board: string; thread: string; threadDivider: string; summary: string; postContainer: string; opBottom: string; replyOriginal: string; ... 15 more ...; nav: { ...; }; }'.
|
|
../src/classes/Post.ts(154,11): error TS2322: Type 'Element' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(172,7): error TS2322: Type 'Element' is not assignable to type 'false | HTMLElement'.
|
|
Type 'Element' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(175,7): error TS2322: Type 'Element' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(203,16): error TS2339: Property 'commentClean' does not exist on type 'Node & Record<"name" | "date" | "uniqueID" | "tripcode" | "capcode" | "pass" | "email" | "subject" | "comment" | "flag" | "flagCode" | "flagCodeTroll" | "nameBlock", HTMLElement>'.
|
|
../src/classes/Post.ts(204,12): error TS2339: Property 'cleanComment' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/classes/Post.ts(216,27): error TS2339: Property 'commentClean' does not exist on type 'Node & Record<"name" | "date" | "uniqueID" | "tripcode" | "capcode" | "pass" | "email" | "subject" | "comment" | "flag" | "flagCode" | "flagCodeTroll" | "nameBlock", HTMLElement>'.
|
|
../src/classes/Post.ts(218,12): error TS2339: Property 'cleanCommentDisplay' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/classes/Post.ts(224,27): error TS2339: Property 'commentClean' does not exist on type 'Node & Record<"name" | "date" | "uniqueID" | "tripcode" | "capcode" | "pass" | "email" | "subject" | "comment" | "flag" | "flagCode" | "flagCodeTroll" | "nameBlock", HTMLElement>'.
|
|
../src/classes/Post.ts(225,25): error TS2554: Expected 0 arguments, but got 1.
|
|
../src/classes/Post.ts(235,20): error TS2339: Property 'data' does not exist on type 'Node'.
|
|
../src/classes/Post.ts(243,23): error TS2345: Argument of type 'Text' is not assignable to parameter of type 'Element'.
|
|
../src/classes/Post.ts(341,15): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/classes/Post.ts(347,13): error TS2339: Property 'kill' does not exist on type 'unknown'.
|
|
../src/classes/Post.ts(355,26): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/classes/Post.ts(377,13): error TS2339: Property 'resurrect' does not exist on type 'unknown'.
|
|
../src/classes/Post.ts(390,26): error TS2345: Argument of type 'this' is not assignable to parameter of type 'string'.
|
|
Type 'Post' is not assignable to type 'string'.
|
|
../src/classes/Post.ts(391,25): error TS2345: Argument of type 'this' is not assignable to parameter of type 'string'.
|
|
../src/classes/Post.ts(403,13): error TS2339: Property 'nodes' does not exist on type 'unknown'.
|
|
../src/classes/Post.ts(435,45): error TS2345: Argument of type 'any[] | Node' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'any[]' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 283 more.
|
|
../src/classes/Post.ts(441,40): error TS2345: Argument of type 'any[] | Node' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'any[]' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(444,42): error TS2345: Argument of type 'any[] | Node' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'any[]' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(448,34): error TS2345: Argument of type 'any[] | Node' is not assignable to parameter of type 'HTMLElement'.
|
|
Type 'any[]' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Post.ts(450,10): error TS2339: Property 'hidden' does not exist on type 'any[] | Node'.
|
|
Property 'hidden' does not exist on type 'any[]'.
|
|
../src/classes/Post.ts(451,15): error TS2345: Argument of type 'any[] | Node' is not assignable to parameter of type 'Element'.
|
|
Type 'any[]' is not assignable to type 'Element'.
|
|
../src/classes/Post.ts(490,10): error TS2339: Property 'dataset' does not exist on type 'any[] | Node'.
|
|
Property 'dataset' does not exist on type 'any[]'.
|
|
../src/classes/Post.ts(499,27): error TS2488: Type 'NodeListOf<ChildNode>' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
../src/classes/Post.ts(499,52): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/classes/Thread.ts(61,19): error TS2339: Property 'reply' does not exist on type 'Node & Record<"name" | "date" | "uniqueID" | "tripcode" | "capcode" | "pass" | "email" | "subject" | "comment" | "flag" | "flagCode" | "flagCodeTroll" | "nameBlock", HTMLElement>'.
|
|
../src/classes/Thread.ts(62,11): error TS2322: Type 'Element' is not assignable to type 'HTMLElement'.
|
|
../src/classes/Thread.ts(64,51): error TS2345: Argument of type '(HTMLElement | Text)[]' is not assignable to parameter of type 'Element'.
|
|
../src/classes/Thread.ts(98,12): error TS2345: Argument of type 'ChildNode' is not assignable to parameter of type 'Element'.
|
|
Type 'ChildNode' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 109 more.
|
|
../src/classes/Thread.ts(104,28): error TS2339: Property 'staticPath' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/classes/Thread.ts(104,63): error TS2339: Property 'gifIcon' does not exist on type '{ parseJSON(data: any, board: any): any; parseComment(html: any): any; }'.
|
|
../src/classes/Thread.ts(110,12): error TS2339: Property 'style' does not exist on type 'Element'.
|
|
../src/classes/Thread.ts(116,59): error TS2339: Property 'quote' does not exist on type 'Node & Record<"name" | "date" | "uniqueID" | "tripcode" | "capcode" | "pass" | "email" | "subject" | "comment" | "flag" | "flagCode" | "flagCodeTroll" | "nameBlock", HTMLElement>'.
|
|
../src/classes/Thread.ts(117,19): error TS2345: Argument of type '(Element | Text)[]' is not assignable to parameter of type 'Element'.
|
|
Type '(Element | Text)[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/classes/Thread.ts(120,101): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/classes/Thread.ts(138,29): error TS2345: Argument of type 'this' is not assignable to parameter of type 'string'.
|
|
Type 'Thread' is not assignable to type 'string'.
|
|
../src/main/Main.ts(123,12): error TS2345: Argument of type '() => HTMLElement' is not assignable to parameter of type '() => boolean'.
|
|
../src/main/Main.ts(177,14): error TS2345: Argument of type '() => HTMLElement' is not assignable to parameter of type '() => boolean'.
|
|
../src/main/Main.ts(213,32): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/main/Main.ts(215,28): error TS2345: Argument of type '{ jsWhitelist: any; }' is not assignable to parameter of type 'string'.
|
|
../src/main/Main.ts(222,40): error TS2345: Argument of type '(items: any) => any' is not assignable to parameter of type 'string | JSON'.
|
|
../src/main/Main.ts(227,21): error TS2345: Argument of type '() => HTMLElement' is not assignable to parameter of type '() => boolean'.
|
|
Type 'HTMLElement' is not assignable to type 'boolean'.
|
|
../src/main/Main.ts(268,27): error TS2345: Argument of type '() => Notice' is not assignable to parameter of type 'string | JSON'.
|
|
../src/main/Main.ts(321,11): error TS2551: Property 'boardID' does not exist on type '{ VERSION: string; NAMESPACE: string; sites: { sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; ... 24 more ...; catalogPin(threadRoot: any): string; }[]; ... 6 more ...; VIEW?: string; }'. Did you mean 'BOARD'?
|
|
../src/main/Main.ts(321,22): error TS2741: Property 'forced_anon' is missing in type 'import("/home/victor/proj/4chan-XZ/src/classes/Board").default' but required in type 'import("/home/victor/proj/4chan-XZ/src/globals/globals").Board'.
|
|
../src/main/Main.ts(321,44): error TS2551: Property 'boardID' does not exist on type '{ VERSION: string; NAMESPACE: string; sites: { sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; ... 24 more ...; catalogPin(threadRoot: any): string; }[]; ... 6 more ...; VIEW?: string; }'. Did you mean 'BOARD'?
|
|
../src/main/Main.ts(384,32): error TS2339: Property 'disabled' does not exist on type 'Element'.
|
|
../src/main/Main.ts(388,72): error TS2345: Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/main/Main.ts(558,15): error TS2339: Property 'threadArchived' does not exist on type '{ VERSION: string; NAMESPACE: string; sites: { sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; ... 24 more ...; catalogPin(threadRoot: any): string; }[]; ... 6 more ...; VIEW?: string; }'.
|
|
../src/main/Main.ts(660,36): error TS2339: Property 'nodes' does not exist on type 'unknown'.
|
|
../src/main/Main.ts(797,27): error TS2345: Argument of type 'HTMLElement[]' is not assignable to parameter of type 'string | Node'.
|
|
../src/main/Main.ts(807,33): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'.
|
|
Type 'string' is not assignable to type 'boolean'.
|
|
../src/main/Main.ts(817,19): error TS2345: Argument of type 'HTMLElement[]' is not assignable to parameter of type 'Element'.
|
|
Type 'HTMLElement[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/main/Main.ts(820,32): error TS2345: Argument of type 'HTMLElement[]' is not assignable to parameter of type 'string | Node'.
|
|
../src/main/Main.ts(872,12): error TS2551: Property 'thisPageIsLegit' does not exist on type '{ expectInitFinished: boolean; init(): any; isFirstRun: boolean; bgColorStyle: any; upgrade(items: any): any; parseURL(site?: { sfwBoards(): any; insertTags(): void; ID: string; name: string; ... 28 more ...; catalogPin(threadRoot: any): string; }, url?: Location): any; ... 25 more ...; features: any[][]; }'. Did you mean 'isThisPageLegit'?
|
|
../src/main/Main.ts(872,37): error TS2339: Property 'isThisPageLegit' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/main/Main.ts(873,16): error TS2339: Property 'isThisPageLegit' does not exist on type '{ sfwBoards(): any; insertTags(): void; ID: string; name: string; software: string; isOPContainerThread: boolean; mayLackJSON: boolean; threadModTimeIgnoresSage: boolean; testNativeExtension(): boolean; ... 23 more ...; catalogPin(threadRoot: any): string; }'.
|
|
../src/main/Main.ts(877,17): error TS2551: Property 'thisPageIsLegit' does not exist on type '{ expectInitFinished: boolean; init(): any; isFirstRun: boolean; bgColorStyle: any; upgrade(items: any): any; parseURL(site?: { sfwBoards(): any; insertTags(): void; ID: string; name: string; ... 28 more ...; catalogPin(threadRoot: any): string; }, url?: Location): any; ... 25 more ...; features: any[][]; }'. Did you mean 'isThisPageLegit'?
|
|
../src/platform/$.ts(151,13): error TS2540: Cannot assign to 'response' because it is a read-only property.
|
|
../src/platform/$.ts(197,11): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/platform/$.ts(236,49): error TS2339: Property 'wrappedJSObject' does not exist on type '{ new (): XMLHttpRequest; prototype: XMLHttpRequest; readonly UNSENT: 0; readonly OPENED: 1; readonly HEADERS_RECEIVED: 2; readonly LOADING: 3; readonly DONE: 4; }'.
|
|
../src/platform/$.ts(237,15): error TS2304: Cannot find name 'XPCNativeWrapper'.
|
|
../src/platform/$.ts(247,116): error TS2339: Property 'entries' does not exist on type 'FormData'.
|
|
../src/platform/$.ts(295,23): error TS2740: Type 'Request' is missing the following properties from type 'XMLHttpRequest': onreadystatechange, readyState, responseText, responseType, and 24 more.
|
|
../src/platform/$.ts(297,11): error TS2540: Cannot assign to 'upload' because it is a read-only property.
|
|
../src/platform/$.ts(299,19): error TS2740: Type 'unknown[]' is missing the following properties from type 'Document': URL, alinkColor, all, anchors, and 250 more.
|
|
../src/platform/$.ts(299,42): error TS2339: Property 'entries' does not exist on type 'Document'.
|
|
../src/platform/$.ts(312,11): error TS2339: Property 'timeout' does not exist on type '{}'.
|
|
../src/platform/$.ts(312,20): error TS2339: Property 'ajax' does not exist on type '{}'.
|
|
../src/platform/$.ts(326,17): error TS2339: Property 'call' does not exist on type 'Callbacks'.
|
|
../src/platform/$.ts(337,11): error TS2339: Property 'ajax' does not exist on type '{}'.
|
|
../src/platform/$.ts(416,24): error TS2345: Argument of type 'Document' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/platform/$.ts(417,11): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'HTMLElement'.
|
|
../src/platform/$.ts(418,17): error TS2345: Argument of type 'Node' is not assignable to parameter of type 'Element'.
|
|
../src/platform/$.ts(524,30): error TS2339: Property 'Object' does not exist on type 'Window'.
|
|
../src/platform/$.ts(525,29): error TS2339: Property 'Array' does not exist on type 'Window'.
|
|
../src/platform/$.ts(545,5): error TS2300: Duplicate identifier 'open'.
|
|
../src/platform/$.ts(553,5): error TS2300: Duplicate identifier 'open'.
|
|
../src/platform/$.ts(595,35): error TS2304: Cannot find name 'execTask'.
|
|
../src/platform/$.ts(639,49): error TS2339: Property 'mozHasAudio' does not exist on type 'HTMLVideoElement'.
|
|
../src/platform/$.ts(639,72): error TS2339: Property 'webkitAudioDecodedByteCount' does not exist on type 'HTMLVideoElement'.
|
|
../src/platform/$.ts(778,5): error TS2322: Type '(keys: string | string[]) => Promise<void>' is not assignable to type '(keys: string | string[], cb: Callbacks) => Promise<Callbacks>'.
|
|
Type 'Promise<void>' is not assignable to type 'Promise<Callbacks>'.
|
|
Type 'void' is not assignable to type 'Callbacks'.
|
|
../src/platform/$.ts(826,60): error TS2304: Cannot find name 'cb'.
|
|
../src/platform/$.ts(835,12): error TS2322: Type '(cb: any) => void' is not assignable to type '(cb: any) => Promise<Callbacks>'.
|
|
Type 'void' is not assignable to type 'Promise<Callbacks>'.
|
|
../src/platform/$.ts(902,40): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
|
|
../src/platform/$.ts(983,62): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
|
|
../src/platform/$.ts(1011,16): error TS2322: Type '(key: string, cb: (newValue: any, key: string) => void) => any' is not assignable to type '(key: string) => void'.
|
|
../src/platform/$.ts(1021,5): error TS2322: Type '(keys: any) => void' is not assignable to type '(keys: string | string[], cb: Callbacks) => Promise<Callbacks>'.
|
|
Type 'void' is not assignable to type 'Promise<Callbacks>'.
|
|
../src/platform/CrossOrigin.ts(80,58): error TS2345: Argument of type '{ method: string; url: any; headers: any; responseType: string; overrideMimeType: string; onload(xhr: any): any; onerror(): any; onabort(): any; }' is not assignable to parameter of type 'VMScriptGMXHRDetails<unknown>'.
|
|
Types of property 'responseType' are incompatible.
|
|
Type 'string' is not assignable to type 'VMScriptResponseType'.
|
|
../src/platform/CrossOrigin.ts(105,12): error TS2540: Cannot assign to 'name' because it is a read-only property.
|
|
../src/platform/CrossOrigin.ts(159,11): error TS2339: Property 'onloadend' does not exist on type '{}'.
|
|
../src/platform/CrossOrigin.ts(159,22): error TS2339: Property 'timeout' does not exist on type '{}'.
|
|
../src/platform/CrossOrigin.ts(159,31): error TS2339: Property 'responseType' does not exist on type '{}'.
|
|
../src/platform/CrossOrigin.ts(159,45): error TS2339: Property 'headers' does not exist on type '{}'.
|
|
../src/platform/CrossOrigin.ts(162,17): error TS2339: Property 'GM' does not exist on type 'Window & typeof globalThis'.
|
|
../src/platform/CrossOrigin.ts(202,22): error TS2339: Property 'status' does not exist on type 'ProgressEvent<EventTarget>'.
|
|
../src/site/SW.tinyboard.ts(77,3): error TS1117: An object literal cannot have multiple properties with the same name.
|
|
../src/site/SW.tinyboard.ts(318,34): error TS2339: Property 'title' does not exist on type 'Element'.
|
|
../src/site/SW.yotsuba.tsx(188,19): error TS2551: Property 'replace' does not exist on type '{ cache: { init(): any; captchas: any[]; getCount(): any; neededRaw(): any; needed(): boolean; prerequest(): void; haveCookie(): boolean; getOne(): any; request(isReply: any): (cb: any) => any; ... 6 more ...; updateCount(): boolean; }; Replace: { ...; }; t: { ...; }; v2: { ...; }; }'. Did you mean 'Replace'?
|
|
../src/site/SW.yotsuba.tsx(310,23): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
Type 'unknown[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/site/SW.yotsuba.tsx(313,23): error TS2345: Argument of type 'unknown[]' is not assignable to parameter of type 'Element'.
|
|
../src/site/SW.yotsuba.tsx(340,18): error TS2339: Property 'Parser' does not exist on type 'Window & typeof globalThis'.
|
|
../src/site/SW.yotsuba.tsx(625,11): error TS2554: Expected 2 arguments, but got 1.
|
|
../src/site/SW.yotsuba.tsx(681,38): error TS2345: Argument of type 'ChildNode[]' is not assignable to parameter of type 'Element'.
|
|
Type 'ChildNode[]' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 163 more.
|
|
../src/site/SW.yotsuba.tsx(694,52): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
|