Use Builder pattern from burr #77
Annotations
10 errors and 7 warnings
lint:
src/sharedSchema.ts#L145
Unsafe assignment of an `any` value
|
lint:
src/sharedSchema.ts#L152
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint
Invalid type "any" of template literal expression
|
lint
Unsafe member access .code on an `any` value
|
lint
Unsafe member access [0] on an `any` value
|
lint
Unsafe assignment of an `any` value
|
lint
Unsafe member access .node on an `any` value
|
lint
Unsafe argument of type `any` assigned to a parameter of type `Node | null | undefined`
|
lint
Unsafe assignment of an `any` value
|
lint
Unsafe member access .quasis on an `any` value
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/tsBuilder.ts#L6
'Node' is defined but never used
|
lint:
src/tsBuilder.ts#L6
'TSTypeAliasDeclaration' is defined but never used
|
lint:
src/tsBuilder.ts#L6
'TypeAlias' is defined but never used
|
lint:
src/tsBuilder.ts#L8
'opts' is defined but never used
|
lint
Unexpected any. Specify a different type
|
lint:
src/utils.ts#L60
void is not valid as a constituent in a union type
|