You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This updates with all of the changes recommended. To summarize:
* Using a string-replace grunt plugin to insert polyfills where needed for the various Object.* methods being used by esnext. Verified to work in IE9 (don't have an IE8 VM on this machine).
* Constructor now calls `super(options || {})`
* Removed unnecessary `System.constructor =` assignment
* Replaced tests and Node references to use `dist/es6-module-loader.js`
* instead. Part of #209
0 commit comments