Pre-calculate and compress profiles and plumes #409
quality.yml
on: pull_request
quality
18s
typecheck
26s
Annotations
14 errors
|
quality
Process completed with exit code 1.
|
|
lint/correctness/noUnusedImports:
./packages/class/src/cli.ts#L10
This import is unused.
|
|
lint/style/useImportType:
./apps/class-solid/src/lib/store.ts#L22
All these imports are only used as types.
|
|
lint/correctness/noUnusedImports:
./apps/class-solid/src/lib/store.ts#L5
This import is unused.
|
|
typecheck
Argument of type 'ClassData' is not assignable to parameter of type 'ClassOutput'.
|
|
typecheck
Argument of type 'ClassData' is not assignable to parameter of type 'ClassOutput'.
|
|
typecheck
Element implicitly has an 'any' type because expression of type 'number' can't be used to index type 'Number'.
|
|
typecheck
class-solid#typecheck: command (/home/runner/work/class-web/class-web/apps/class-solid) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
|
typecheck
Property 'length' does not exist on type 'number'.
|
|
typecheck
Parameter 'i' implicitly has an 'any' type.
|
|
typecheck
Parameter 'p' implicitly has an 'any' type.
|
|
typecheck
Cannot find name 'NoProfile'.
|
|
typecheck
Cannot find name 'getOutputAtTime'. Did you mean 'outputAtTime'?
|
|
typecheck
Property 'utcTime' does not exist on type 'ClassData'.
|