-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages matrix #824
Comments
Could generate that table as part of the benchmark runs and also add it it as filter checkboxes to the interactive graph. Any ideas on which features are relevant? I'd like to see "uses eval / new Function", "strict validation mode", "safe validation mode", "parsing / transforming". |
Yeah, that list is pretty much what I was thinking. Maps well to your solution with splitting the suites. I am also interested in "JSON Schema support", but this is not really a big deal, if it doesn't fit in the model described above. |
Yes that definitely fits in, should that be two checkboxes, "Creates JSON Schema from types" and "Creates types from JSON Schema"? In addition I'd like to add the number of dependencies (:thinking: that could be even scripted using the npm api via libnpm), maybe the time of its last release and typescript version too. |
Create a table / matrix for each package and features it supports.
The text was updated successfully, but these errors were encountered: