harmony-reflect icon indicating copy to clipboard operation
harmony-reflect copied to clipboard

ES5 shim for ES6 Reflect and Proxy objects

Results 8 harmony-reflect issues
Sort by recently updated
recently updated
newest added

@tvcutsem, would you have a reference on the rationale for the behavior of Reflect.set? I can understand the specs, but it's nonetheless surprising. Thanks in advance! Reflect.set is quite intuitive....

What is the best to avoid including harmony-reflect by default. It's quite big and it would be nice if the library would not be loaded if the client already supports...

I'm not quite sure how to motivate this problem without describing 3 different phenomena at once so please bear with me: 1. JSON.stringify does not work on Proxy objects (it...

I fail to use the Proxy get handler with a ES6 Symbol as property name: ``` var Reflect = require('harmony-reflect'); var p = new Proxy(Object.create(null), { get: function(target, property) {...

Testing master on Chrome Version 35.0.1897.0 aura (257451) fails testProxies. Looks like PR #27

I'm not sure where this would best exist, if anywhere at all, but it seems like it's already been useful just pulling together notes on a few bugs and issues...

I've been exploring various concepts for trying to bring ES6 features to ES5 supporting engines (without source rewriting). One example is of bringing `Name`s to ES5 (http://bbenvie.com/articles/2012-06-06/ES6-Private-Names-Shim), and collections (https://github.com/Benvie/ES6-Harmony-Collections-Shim)...

I see there are errors for reflect.js in my console.