attain icon indicating copy to clipboard operation
attain copied to clipboard

error: TS2502 [ERROR]:

Open malaxmimdkm opened this issue 4 years ago • 2 comments

error: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation. bind<T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at asset:///lib.es5.d.ts:350:22

TS2577 [ERROR]: Return type annotation circularly references itself. bind<T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; ~~~~~~~~~~~~~~~~~~~~ at asset:///lib.es5.d.ts:350:54

TS2339 [ERROR]: Property 'transpileOnly' does not exist on type 'typeof Deno'. const result = await Deno.transpileOnly({ ~~~~~~~~~~~~~ at https://deno.land/x/[email protected]/viewEngine/ReactCompiler.ts:118:33

Found 3 errors.

malaxmimdkm avatar Aug 19 '21 10:08 malaxmimdkm

error: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation. bind<T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ at asset:///lib.es5.d.ts:350:22

dcj9 avatar Dec 16 '21 03:12 dcj9

@dcj9 which code makes you reach that error message?

aaronwlee avatar Dec 16 '21 13:12 aaronwlee