feat: update document-model version #27
Annotations
10 errors and 11 warnings
Lint:
src/codegen/hygen.ts#L59
Unsafe assignment of an `any` value
|
Lint:
src/codegen/hygen.ts#L86
Unsafe assignment of an `any` value
|
Lint:
src/codegen/hygen.ts#L87
Unsafe member access .specifications on an `any` value
|
Lint:
src/codegen/hygen.ts#L87
Unsafe member access .specifications on an `any` value
|
Lint:
src/codegen/hygen.ts#L88
Unsafe member access .modules on an `any` value
|
Lint:
src/codegen/hygen.ts#L90
Unsafe argument of type `any[]` assigned to a parameter of type `string[]`
|
Lint:
src/codegen/hygen.ts#L98
Unsafe member access .name on an `any` value
|
Lint:
src/codegen/index.ts#L16
Unsafe assignment of an `any` value
|
Lint:
src/codegen/index.ts#L17
Unsafe member access .specifications on an `any` value
|
Lint:
src/codegen/index.ts#L17
Unsafe member access .specifications on an `any` value
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/cli.ts#L5
Async function 'parseCommand' has no 'await' expression
|
Lint:
src/cli.ts#L33
Forbidden non-null assertion
|
Lint:
src/cli.ts#L44
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint:
src/codegen/hygen.ts#L10
'watch' is assigned a value but never used
|
Lint:
src/codegen/index.ts#L2
'utils' is defined but never used
|
Lint:
src/codegen/index.ts#L2
'z' is defined but never used
|
Lint:
src/codegen/utils.ts#L1
'z' is defined but never used
|
Lint:
src/codegen/utils.ts#L24
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Lint:
src/create-lib/index.ts#L27
Unexpected any. Specify a different type
|
Lint:
src/create-lib/index.ts#L50
Unexpected any. Specify a different type
|