Skip to content

Update dependency prettier to v3 - autoclosed #2117

Update dependency prettier to v3 - autoclosed

Update dependency prettier to v3 - autoclosed #2117

Triggered via pull request July 23, 2023 08:37
Status Failure
Total duration 3m 15s
Artifacts

ci.yml

on: pull_request
Lint: node-18, ubuntu-latest
18s
Lint: node-18, ubuntu-latest
Audit: node-18, ubuntu-latest
38s
Audit: node-18, ubuntu-latest
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

91 errors
Lint: node-18, ubuntu-latest
Process completed with exit code 1.
Build&Test: node-16, ubuntu-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-16, ubuntu-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-16, ubuntu-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-16, ubuntu-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-16, ubuntu-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-16, ubuntu-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, ubuntu-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-16, ubuntu-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, ubuntu-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, ubuntu-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, ubuntu-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-20, ubuntu-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-20, ubuntu-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-20, ubuntu-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-20, ubuntu-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-20, ubuntu-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, ubuntu-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-20, ubuntu-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, ubuntu-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, ubuntu-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, ubuntu-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-18, ubuntu-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-18, ubuntu-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-18, ubuntu-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-18, ubuntu-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-18, ubuntu-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, ubuntu-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-18, ubuntu-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, ubuntu-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, ubuntu-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, windows-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-20, windows-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-20, windows-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-20, windows-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-20, windows-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-20, windows-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, windows-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-20, windows-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, windows-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, windows-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, windows-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-16, windows-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-16, windows-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-16, windows-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-16, windows-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-16, windows-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, windows-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-16, windows-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, windows-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, windows-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, windows-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-18, windows-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-18, windows-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-18, windows-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-18, windows-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-18, windows-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, windows-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-18, windows-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, windows-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, windows-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, macos-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-16, macos-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-16, macos-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-16, macos-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-16, macos-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-16, macos-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, macos-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-16, macos-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, macos-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-16, macos-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, macos-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-18, macos-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-18, macos-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-18, macos-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-18, macos-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-18, macos-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, macos-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-18, macos-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, macos-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-18, macos-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, macos-latest: src/index.ts#L46
Type '(text: string, parsers: { [parserName: string]: Parser<any>; }, options: ParserOptions<any>) => AstPathStackEntry' is not assignable to type '(text: string, options: ParserOptions<any>) => any'.
Build&Test: node-20, macos-latest: src/index.ts#L110
Type '(path: AstPath<any>, print: (path: AstPath<any>) => Doc, textToDoc: (text: string, options: Options) => Doc, options: ParserOptions<any>) => Doc | null' is not assignable to type '(path: AstPath<any>, options: Options) => Doc | ((textToDoc: (text: string, options: Options) => Promise<Doc>, print: (selector?: string | number | (string | number)[] | AstPath<...> | undefined) => Doc, path: AstPath<...>, options: Options) => Doc | ... 1 more ... | undefined) | null'.
Build&Test: node-20, macos-latest: src/options/attribute-sorting/index.ts#L5
Type '{ since: string; category: string; type: "path"; array: true; default: { value: never[]; }[]; description: string; }' is not assignable to type 'PathArraySupportOption'.
Build&Test: node-20, macos-latest: src/options/attribute-sorting/index.ts#L30
Type '{ since: string; category: string; type: "choice"; default: "as-is"; description: string; choices: ({ value: "asc"; description: string; } | { value: "desc"; description: string; } | { value: "as-is"; description: string; })[]; }' is not assignable to type 'ChoiceSupportOption<PugSortAttributes>'.
Build&Test: node-20, macos-latest: src/options/common.ts#L6
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-20, macos-latest: src/options/common.ts#L18
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, macos-latest: src/options/common.ts#L46
Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { start: number; end: number; step: number; }; }' is not assignable to type 'IntSupportOption'.
Build&Test: node-20, macos-latest: src/options/common.ts#L57
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, macos-latest: src/options/common.ts#L87
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.
Build&Test: node-20, macos-latest: src/options/common.ts#L115
Type '{ since: string; category: string; type: "choice"; default: null; description: string; choices: ({ value: null; description: string; } | { value: true; description: string; } | { value: "true"; description: string; } | { ...; })[]; }' is not assignable to type 'ChoiceSupportOption<boolean | "true" | null>'.