Proof of concept using ES6 Proxy#95
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