es-shims/es7-shim

Need a browser test HTML file

Opened this issue · 2 comments

This package is very modular, and on the command line, it runs tests from all its deps. However, there's no nice "index.html" or "native.html" file that can be used to quickly display the status of the es7-shim as a whole (like es5-shim and es6-shim have).

It is fine to add to the es-shim API's requirements if that applies, and to make any needed changes to this package's dependencies.

This is a blocker for using this package's approach on es-shims/es5-shim#175 and paulmillr/es6-shim#297.

Hi! Is there anything I can do to help move this forward? I am interested in unblocking the modularization of (and in particular global-patching being optional in) es5 and es6.

If you can come up with a way to run all these tests in a single .html file, that would do it.