Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: TS2502 [ERROR]: #40

Open
malaxmimdkm opened this issue Aug 19, 2021 · 2 comments
Open

error: TS2502 [ERROR]: #40

malaxmimdkm opened this issue Aug 19, 2021 · 2 comments
Assignees
Labels
bug Something isn't working version up needed

Comments

@malaxmimdkm
Copy link

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

TS2577 [ERROR]: Return type annotation circularly references itself.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~
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/attain@1.1.1/viewEngine/ReactCompiler.ts:118:33

Found 3 errors.

@dcj9
Copy link

dcj9 commented Dec 16, 2021

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

@aaronwlee
Copy link
Owner

@dcj9 which code makes you reach that error message?

@aaronwlee aaronwlee reopened this Dec 16, 2021
@aaronwlee aaronwlee added the bug Something isn't working label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working version up needed
Projects
None yet
Development

No branches or pull requests

3 participants