paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 389 forks source link

Make `RegExp.prototype.flags` more spec-compliant #310

Closed mathiasbynens closed 9 years ago

mathiasbynens commented 9 years ago

Note that this still isn’t fully spec-compliant, since it shouldn’t be configurable.