Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 4, 2015
1 parent 81bc69e commit 0047c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/shim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 0047c98

@Victorystick
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm very glad to see you implementing Reflect also. The reason I started to implement it for es6-shim was to get it into 6to5, which just recently switched to core.js. I'm surprised that it hasn't been shimmed earlier.

@zloirock
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Victorystick I'm not sure that it is really needed. Completely - only for playig with Proxy in FF. Without Proxy usefull only Reflect.ownKeys and Reflect.construct. Reflect.construct can help with spreading for constructors in 6to5, but for replace _applyConstructor it must be available in es6-shim too. Standalone shim with wrapper for old style V8 Proxy available in harmony-reflect.

Please sign in to comment.