You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried to generate a basic openapi3 yml spec from the README example, works well in a standalone environment, but fails when working in a monorepo (yarn workspace) with a very long list of errors, starting with:
Error: Type 'Request' is not generic.
Type 'Response' is not generic.
Type 'Request' is not generic.
Type 'Response' is not generic.
Type expected.
Cannot find name 'infer'.
'}' expected.
Cannot find name 'P'.
To Reproduce
Setup a workspace with two packages, one with only @airtasker/spot as a dependency, and the other with few other unrelated dependencies.
Expected behavior
Generation completes
Desktop (please complete the following information):
OS: macos ventura
Yarn version: 1.22.19
Node version: 18.0.0
Spot version: 1.9.0
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried to generate a basic openapi3 yml spec from the README example, works well in a standalone environment, but fails when working in a monorepo (yarn workspace) with a very long list of errors, starting with:
To Reproduce
Setup a workspace with two packages, one with only @airtasker/spot as a dependency, and the other with few other unrelated dependencies.
Expected behavior
Generation completes
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: