Publish runnable tests & browser data to npm
See previous discussion at https://twitter.com/kangax/status/678916594089795584.
It would be useful to be able to npm install compat-table and run tests locally in given Node.js engine or bundle into browser. Also, it would be great to have always-fresh officially maintained feature support data (which requires just setting automatic npm-publish on compat-table release).
If you want to run tests in node though, you'd want to run the test262 tests since those are the official metric, and are much more thorough than what the compat-table has.
It would be great to have the tests browserifiable tho.
@ljharb Well test262 as you said is much more thorough and what I want is just quick-and-dirty checks that wouldn't slow down initialization.
Closing this in favour of #785 to keep all discussions in a single place
@chicoxyzzy Usually it's the duplicate (that is, newest) issue that gets closed in favor of previous discussion :P
@RReverser sorry for that. I'll reopen this issue
Babel team started to implement their babel-preset-env and they want to use data from compat-table https://github.com/babel/babel-preset-env/issues/7. I want to help them. Next week I'll create PR with merging browsers definitions data into one module. That can help us to split test results and test runner easier.
+1 to a separate npm package for data! My use case is that I'm interested in building a list of features available in a given set of browsers and Node versions.
This would definitely be helpful. I'm currently manually building a JSON file with the info I need from compat-table in my app, which is prone to breaking when certain changes are made to compat-table. A separate npm package for the data, or even just a single JSON file with all the data in this repo, would be great.
@jgardella we are currently moving in that direction