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

Support for multiple signature (find a sponsor?) #713

Open
angelozerr opened this issue Jan 28, 2016 · 2 comments
Open

Support for multiple signature (find a sponsor?) #713

angelozerr opened this issue Jan 28, 2016 · 2 comments

Comments

@angelozerr
Copy link
Contributor

Hi @marijnh,

Today ternjs is very great, but the only thing is missing is the support for multiple signature. For example for node server.listen, there are 3 signatures:

https://nodejs.org/api/http.html#http_server_listen_handle_callback
server.listen(handle[, callback])

https://nodejs.org/api/http.html#http_server_listen_path_callback
server.listen(path[, callback])

https://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback
server.listen(port[, hostname][, backlog][, callback])

I know that you wish not to support it, but :

I have more and more issues about this problem of multiple signature, so I tell me if we could find a sponsor in order to that you implement multiple signature. It should be really fantastic.

Regard's Angelo

@angelozerr
Copy link
Contributor Author

Same issue than #574

@yGuy
Copy link

yGuy commented Oct 24, 2016

We're in the same situation and would like to see this improved. I can see that the current architecture does not easily support this in all cases (having only one aval per parameter based on parameter index and no way easy way to distinguish multiple different functions with the same name), so I would also like to hear your estimate on how much work this would be. Sponsoring is an option for us, but of course this depends on the estimate and thus price.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants