-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make 'node-proxy' an optionalDependency #40
Comments
+1. Plus, requiring node-proxy breaks the build for those using browserify. |
I've actually got this in place on a somewhat-unstable "upcoming" branch ( It's tempting to move it even further to something like peerDependencies [although I think that's something different?] or just document it as an optional "install it yourself" — I'm guessing it won't be long before v8 provides Proxy object itself by default (if not already in io.js) and due to its still pending in-browser status I find I don't really use the dot syntax anyway so it's just extra time spent building every deploy… |
+1 |
This is done in |
That way users can decide whether to stick to parentheses, start their app with the right V8 flags, or require it themselves.
This would also facilitate use on certain platforms that offer the standard modules of node.js but are not actually powered by V8.
The text was updated successfully, but these errors were encountered: