V2 ts first refactor #445
Annotations
20 errors and 2 warnings
Build & Test (18)
Argument of type '{ exported: null; assertions: never[]; exportKind: string; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<Omit<ExportAllDeclaration, "exported"> & Pick<Partial<ExportAllDeclaration>, "exported"> & { type: any; }>'.
|
Build & Test (18)
Argument of type '{ exported: StringableASTNode<Identifier>; exportKind: string; assertions: never[]; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<Omit<ExportAllDeclaration, "exported"> & Pick<Partial<ExportAllDeclaration>, "exported"> & { type: any; }>'.
|
Build & Test (18)
Argument of type '{ specifiers: never[]; assertions: never[]; importKind: "value"; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Build & Test (18)
Argument of type '{ importKind: "value"; assertions: never[]; specifiers: StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }>[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Build & Test (18)
Argument of type '{ specifiers: StringableASTNode<ImportDefaultSpecifier>[]; assertions: never[]; importKind: "value"; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Build & Test (18)
Argument of type '{ assertions: never[]; importKind: "value"; specifiers: (StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }> | StringableASTNode<...>)[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Build & Test (18)
Argument of type '{ assertions: never[]; importKind: "value"; specifiers: StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }>[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Build & Test (18)
Argument of type '{ importKind: "value"; assertions: never[]; specifiers: StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }>[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Build & Test (18)
Argument of type '{ name: StringableASTNode<JSXIdentifier>; }' is not assignable to parameter of type 'WithoutType<JSXClosingElement>'.
|
Build & Test (18)
Argument of type '{ name: string; }' is not assignable to parameter of type 'string | WithoutType<JSXIdentifier>'.
|
Lint
Argument of type '{ exported: null; assertions: never[]; exportKind: string; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<Omit<ExportAllDeclaration, "exported"> & Pick<Partial<ExportAllDeclaration>, "exported"> & { type: any; }>'.
|
Lint
Argument of type '{ exported: StringableASTNode<Identifier>; exportKind: string; assertions: never[]; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<Omit<ExportAllDeclaration, "exported"> & Pick<Partial<ExportAllDeclaration>, "exported"> & { type: any; }>'.
|
Lint
Argument of type '{ specifiers: never[]; assertions: never[]; importKind: "value"; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Lint
Argument of type '{ importKind: "value"; assertions: never[]; specifiers: StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }>[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Lint
Argument of type '{ specifiers: StringableASTNode<ImportDefaultSpecifier>[]; assertions: never[]; importKind: "value"; source: StringableASTNode<Literal>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Lint
Argument of type '{ assertions: never[]; importKind: "value"; specifiers: (StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }> | StringableASTNode<...>)[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Lint
Argument of type '{ assertions: never[]; importKind: "value"; specifiers: StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }>[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Lint
Argument of type '{ importKind: "value"; assertions: never[]; specifiers: StringableASTNode<ImportSpecifier & { importKind?: ExportAndImportKind | undefined; }>[]; source: StringableASTNode<...>; }' is not assignable to parameter of type 'WithoutType<ImportDeclaration & { importKind?: ExportAndImportKind | undefined; }>'.
|
Lint
Argument of type '{ name: StringableASTNode<JSXIdentifier>; }' is not assignable to parameter of type 'WithoutType<JSXClosingElement>'.
|
Lint
Argument of type '{ name: string; }' is not assignable to parameter of type 'string | WithoutType<JSXIdentifier>'.
|
Build & Test (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|