mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
133 lines
35 KiB
Text
133 lines
35 KiB
Text
__mocks__/obsidian.ts(98,28): error TS2304: Cannot find name 'jest'.
|
|
src/features/export-pdf/modal.ts(68,3): error TS2564: Property 'callback' has no initializer and is not definitely assigned in the constructor.
|
|
src/features/export-pdf/modal.ts(72,3): error TS2564: Property 'previewDiv' has no initializer and is not definitely assigned in the constructor.
|
|
src/features/export-pdf/modal.ts(75,3): error TS2564: Property 'title' has no initializer and is not definitely assigned in the constructor.
|
|
src/features/export-pdf/modal.ts(76,3): error TS2564: Property 'frontMatter' has no initializer and is not definitely assigned in the constructor.
|
|
src/features/export-pdf/modal.ts(258,55): error TS2345: Argument of type '(sizeEl: HTMLDivElement) => void' is not assignable to parameter of type '(value: Element, key: number, parent: NodeListOf<Element>) => void'.
|
|
Types of parameters 'sizeEl' and 'value' are incompatible.
|
|
Type 'Element' is missing the following properties from type 'HTMLDivElement': align, accessKey, accessKeyLabel, autocapitalize, and 147 more.
|
|
src/features/export-pdf/render.ts(261,46): error TS2345: Argument of type '(el: HTMLAnchorElement) => void' is not assignable to parameter of type '(value: HTMLElement, index: number, array: HTMLElement[]) => void'.
|
|
Types of parameters 'el' and 'value' are incompatible.
|
|
Type 'HTMLElement' is missing the following properties from type 'HTMLAnchorElement': charset, coords, download, hreflang, and 21 more.
|
|
src/features/export-pdf/render.ts(299,17): error TS2345: Argument of type '(span: HTMLElement) => string' is not assignable to parameter of type '(value: Element, index: number, array: Element[]) => void'.
|
|
Types of parameters 'span' and 'value' are incompatible.
|
|
Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, autocorrect, and 146 more.
|
|
src/features/export-pdf/utils.ts(9,3): error TS2564: Property 'parent' has no initializer and is not definitely assigned in the constructor.
|
|
src/features/export-pdf/utils.ts(32,20): error TS2345: Argument of type '(heading: HTMLElement) => void' is not assignable to parameter of type '(value: Element, key: number, parent: NodeListOf<Element>) => void'.
|
|
Types of parameters 'heading' and 'value' are incompatible.
|
|
Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, autocorrect, and 146 more.
|
|
src/features/export-pdf/utils.ts(60,58): error TS2345: Argument of type '(heading: HTMLElement, i: number) => void' is not assignable to parameter of type '(value: Element, key: number, parent: NodeListOf<Element>) => void'.
|
|
Types of parameters 'heading' and 'value' are incompatible.
|
|
Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, autocorrect, and 146 more.
|
|
src/features/export-pdf/utils.ts(79,51): error TS2345: Argument of type '(el: HTMLAnchorElement, i: number) => void' is not assignable to parameter of type '(value: Element, key: number, parent: NodeListOf<Element>) => void'.
|
|
Types of parameters 'el' and 'value' are incompatible.
|
|
Type 'Element' is missing the following properties from type 'HTMLAnchorElement': charset, coords, download, hreflang, and 171 more.
|
|
src/features/linker/live-preview-link-renderer.ts(111,7): error TS2564: Property 'decorations' has no initializer and is not definitely assigned in the constructor.
|
|
src/features/tikz/row-layout.ts(177,45): error TS2345: Argument of type '(el: HTMLElement) => void' is not assignable to parameter of type '(value: Element, key: number, parent: NodeListOf<Element>) => void'.
|
|
Types of parameters 'el' and 'value' are incompatible.
|
|
Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, autocorrect, and 146 more.
|
|
src/main.ts(52,3): error TS2564: Property 'editorExtensions' has no initializer and is not definitely assigned in the constructor.
|
|
src/main.ts(54,3): error TS2564: Property 'snippetManager' has no initializer and is not definitely assigned in the constructor.
|
|
src/main.ts(55,3): error TS2564: Property 'customNoteManager' has no initializer and is not definitely assigned in the constructor.
|
|
src/main.ts(56,3): error TS2564: Property 'tikzRenderer' has no initializer and is not definitely assigned in the constructor.
|
|
src/main.ts(81,7): error TS2322: Type '(editor: Editor, view: MarkdownView) => void' is not assignable to type '(editor: Editor, ctx: MarkdownView | MarkdownFileInfo) => any'.
|
|
Types of parameters 'view' and 'ctx' are incompatible.
|
|
Type 'MarkdownView | MarkdownFileInfo' is not assignable to type 'MarkdownView'.
|
|
Type 'MarkdownFileInfo' is missing the following properties from type 'MarkdownView': previewMode, currentMode, getViewType, getMode, and 39 more.
|
|
src/main.ts(89,7): error TS2322: Type '(editor: Editor, view: MarkdownView) => void' is not assignable to type '(editor: Editor, ctx: MarkdownView | MarkdownFileInfo) => any'.
|
|
Types of parameters 'view' and 'ctx' are incompatible.
|
|
Type 'MarkdownView | MarkdownFileInfo' is not assignable to type 'MarkdownView'.
|
|
Type 'MarkdownFileInfo' is missing the following properties from type 'MarkdownView': previewMode, currentMode, getViewType, getMode, and 39 more.
|
|
src/main.ts(135,29): error TS2769: No overload matches this call.
|
|
The last overload gave the following error.
|
|
Argument of type '"file-menu"' is not assignable to parameter of type '"quit"'.
|
|
src/main.ts(154,29): error TS2769: No overload matches this call.
|
|
The last overload gave the following error.
|
|
Argument of type '"file-menu"' is not assignable to parameter of type '"quit"'.
|
|
src/main.ts(201,42): error TS2345: Argument of type 'typeof LinkAutocomplete' is not assignable to parameter of type 'new (...args: unknown[]) => Suggester<EquationBlock>'.
|
|
Types of construct signatures are incompatible.
|
|
Type 'new (plugin: LatexReferencer) => LinkAutocomplete' is not assignable to type 'new (...args: unknown[]) => Suggester<EquationBlock>'.
|
|
Types of parameters 'plugin' and 'args' are incompatible.
|
|
Type 'unknown' is not assignable to type 'LatexReferencer'.
|
|
src/main.ts(202,42): error TS2345: Argument of type 'typeof MathSearchModal' is not assignable to parameter of type 'new (...args: unknown[]) => Suggester<EquationBlock>'.
|
|
Types of construct signatures are incompatible.
|
|
Type 'new (plugin: LatexReferencer) => MathSearchModal' is not assignable to type 'new (...args: unknown[]) => Suggester<EquationBlock>'.
|
|
Types of parameters 'plugin' and 'args' are incompatible.
|
|
Type 'unknown' is not assignable to type 'LatexReferencer'.
|
|
src/main.ts(284,33): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
|
|
src/main.ts(294,33): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
|
|
src/main.ts(301,27): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
|
|
test_helpers/AppBuilder.test.ts(32,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/AppBuilder.test.ts(34,3): error TS2593: Cannot find name 'beforeEach'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/AppBuilder.test.ts(37,3): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/AppBuilder.test.ts(48,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(64,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(66,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(82,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(92,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(148,3): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/AppBuilder.test.ts(155,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(162,7): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(164,7): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(165,7): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(166,7): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(169,3): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/AppBuilder.test.ts(178,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(181,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(182,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(211,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(212,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(240,3): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/AppBuilder.test.ts(252,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(264,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/AppBuilder.test.ts(265,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(19,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(20,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(24,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(31,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(41,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(49,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(57,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(69,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(73,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(79,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(89,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(95,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(103,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(115,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(116,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(120,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(124,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(137,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(143,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(149,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(178,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(189,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(200,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(270,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(271,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(275,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(279,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(281,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(287,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(293,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(296,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(297,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(301,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(305,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(317,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(322,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(327,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(346,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(351,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(357,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(376,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(382,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(389,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(408,5): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(418,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(425,9): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(462,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
test_helpers/FileBuilder.test.ts(483,5): error TS2304: Cannot find name 'expect'.
|
|
test_helpers/FileBuilder.test.ts(500,5): error TS2304: Cannot find name 'expect'.
|
|
[ELIFECYCLE] Command failed with exit code 2.
|