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

TypeScript generation does not handle function overloads correctly #118

Open
dunhor opened this issue Aug 20, 2021 · 0 comments
Open

TypeScript generation does not handle function overloads correctly #118

dunhor opened this issue Aug 20, 2021 · 0 comments
Labels
bug Something isn't working typescript Bugs/issues/feature asks for typescript generation

Comments

@dunhor
Copy link
Member

dunhor commented Aug 20, 2021

E.g. all three of the following function get generated on a single class even though only the second one should be there (it is the one marked [default_overload])

        public contractDefaultOverloadV1(str: string, val: boolean): string;
        public contractDefaultOverloadV1(str: string, repeat: number): string;
        public contractDefaultOverloadV1(str: string, val: number): string;
@dunhor dunhor added bug Something isn't working typescript Bugs/issues/feature asks for typescript generation labels Aug 20, 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 typescript Bugs/issues/feature asks for typescript generation
Projects
None yet
Development

No branches or pull requests

1 participant