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

Supporting parameter after variable parameter #271

Open
shibukawa opened this issue Sep 29, 2013 · 1 comment
Open

Supporting parameter after variable parameter #271

shibukawa opened this issue Sep 29, 2013 · 1 comment

Comments

@shibukawa
Copy link
Contributor

I am writing node_redis (https://github.com/mranney/node_redis) wrapper. It has method with variable parameter and async callback. JSX doesn't support these native function now.

function bitop(operation : string, destkey : string, ...srckey : string, callback : (Error) -> void) : void;
@shibukawa
Copy link
Contributor Author

I found work around for my use case, so its priority is low.

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

No branches or pull requests

1 participant