es-shims / es7-shim

ECMAScript 7 compatibility shims for legacy JavaScript engines
MIT License
173 stars 32 forks source link

Need a browser test HTML file #8

Open ljharb opened 8 years ago

ljharb commented 8 years ago

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 https://github.com/es-shims/es5-shim/issues/175 and https://github.com/paulmillr/es6-shim/issues/297.

ScottFreeCode commented 8 years ago

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.

ljharb commented 8 years ago

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