Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

help solve this error on microsoft azure #3170

Closed
jchigu opened this issue Sep 15, 2022 · 1 comment
Closed

help solve this error on microsoft azure #3170

jchigu opened this issue Sep 15, 2022 · 1 comment

Comments

@jchigu
Copy link

jchigu commented Sep 15, 2022

  • Executing task in folder api: npm install

api@1.0.0 build
tsc

node_modules/@azure/core-tracing/types/core-tracing.d.ts:81:21 - error TS2456: Type alias 'Resolved' circularly references itself.

81 export declare type Resolved = T extends {
~~~~~~~~

node_modules/@azure/core-tracing/types/core-tracing.d.ts:83:41 - error TS2315: Type 'Resolved' is not generic.

83 } ? F extends (value: infer V) => any ? Resolved : never : T;
~~~~~~~~~~~

node_modules/@azure/core-tracing/types/core-tracing.d.ts:131:212 - error TS2315: Type 'Resolved' is not generic.

131 }, Callback extends (updatedOptions: Options, span: Omit<TracingSpan, "end">) => ReturnType>(name: string, operationOptions: Options, callback: Callback, spanOptions?: TracingSpanOptions): Promise<Resolved<ReturnType>>;

@jt-nti
Copy link
Contributor

jt-nti commented Dec 13, 2022

Unfortunately this project is no longer active- see #3183

@jt-nti jt-nti closed this as completed Dec 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants