support for registry merging and factories #25
Annotations
11 warnings
Lint Back-end code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, 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 Back-end code:
packages/core/__tests__/src/attachment-registry.spec.ts#L2
'AttachmentKey' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/__tests__/src/openapi-router.spec.mts#L699
'request' is defined but never used. Allowed unused args must match /^_/u
|
Lint Back-end code:
packages/rest/__tests__/src/routing.spec.mts#L77
'TestController' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/src/runtime/decorators.mts#L42
'Test' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/src/runtime/utils.mts#L82
'test' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/src/transform/project.ts#L7
'ReferenceType' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/src/transform/transform.ts#L4
'createParser' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/src/transform/transform.ts#L7
'StringType' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Back-end code:
packages/rest/src/transform/transform.ts#L8
'SubNodeParser' is defined but never used. Allowed unused vars must match /^_/u
|
|