-
Notifications
You must be signed in to change notification settings - Fork 107
Proof of concept using ES6 Proxy
#95
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
Conversation
|
The remaining test failures are also the result of various |
|
What's the cost in terms of performance for Proxy? And especially the harmony-reflect? |
|
The reason why I asked a bit about performance is just because Also, do we need the npm package? Or is |
|
@neumino sorry, I've been out on vacation. The No idea what the performance impact is, I'll try to look into it. I think we could do feature detection and only proxy |
|
I've tried manipulating the
If we did it this way the syntax would instead look like this: r.row.$.foo.bar === r.row('foo')('bar') |
|
@neumino I spent some more time on this and made decent progress. I have all the tests passing with the exception of ones related to Also, I think the |
|
Closing in favor of #178. |
See #94