Is there a JavaScript project somewhere that focuses on the natural normalization of ECMAScript 5 in common browsers?
For reference, normalizing the table as follows: http://kangax.github.com/es5-compat-table/
I know about wrappers that add some of the features of ES5, and dipped on their own implementations, if they exist. But I have not seen a project that focuses solely on its own implementation and normalization. Any thoughts?
I would highly recommend ES5 Shim:
https://github.com/kriskowal/es5-shim
ES5, , , , , . YAGNI FTW. , ES5 "" .
See http://www.mascaraengine.com/ for a different approach.