break #24
Annotations
10 errors and 1 warning
lint-and-build:
src/generate.ts#L11
Module '"./plugins/shadowdog-rake"' has no exported member 'middleware'. Did you mean to use 'import middleware from "./plugins/shadowdog-rake"' instead?
|
lint-and-build:
src/generate.ts#L130
Element implicitly has an 'any' type because expression of type '"shadowdog-rake" | "shadowdog-local-cache" | { options: {}; name: "shadowdog-rake" | "shadowdog-local-cache"; }' can't be used to index type '{ readonly 'shadowdog-rake': any; }'.
|
lint-and-build:
src/generate.ts#L130
Type '{ options: {}; name: "shadowdog-rake" | "shadowdog-local-cache"; }' cannot be used as an index type.
|
lint-and-build:
src/plugins/shadowdog-local-cache.ts#L167
Cannot find name 'currentCache'.
|
lint-and-build:
src/plugins/shadowdog-remote-aws-s3-cache.ts#L3
Cannot find module './global-cache' or its corresponding type declarations.
|
lint-and-build:
src/plugins/shadowdog-remote-aws-s3-cache.ts#L7
Cannot find name 'client'.
|
lint-and-build:
src/plugins/shadowdog-remote-aws-s3-cache.ts#L7
Cannot find name 'config'.
|
lint-and-build:
src/plugins/shadowdog-remote-aws-s3-cache.ts#L8
'await' expressions are only allowed within async functions and at the top levels of modules.
|
lint-and-build:
src/plugins/shadowdog-remote-aws-s3-cache.ts#L9
Cannot find name 'client'.
|
lint-and-build:
src/plugins/shadowdog-remote-aws-s3-cache.ts#L10
Cannot find name 'config'.
|
lint-and-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|