Skip to content

[TypeScript] Implement oneOf type resolution without discriminator #676

[TypeScript] Implement oneOf type resolution without discriminator

[TypeScript] Implement oneOf type resolution without discriminator #676

Triggered via pull request April 3, 2026 09:49
Status Failure
Total duration 2m 3s
Artifacts
Matrix: Build projects
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Build projects (20.x, samples/client/petstore/typescript-fetch/tests/default/)
Process completed with exit code 1.
Build projects (20.x, samples/client/petstore/typescript-fetch/tests/default/)
The common source directory of 'tsconfig.json' is './src'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout.
Build projects (20.x, samples/client/petstore/typescript-fetch/tests/default/)
Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
Build projects (20.x, samples/client/petstore/typescript-fetch/tests/default/)
Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
Build projects (20.x, samples/openapi3/client/petstore/typescript/tests/one-of/)
Process completed with exit code 1.
Build projects (20.x, samples/openapi3/client/petstore/typescript/tests/one-of/)
Option 'module' must be set to 'Node16' when option 'moduleResolution' is set to 'Node16'.