On 6/25/2014 11:15 AM, Jason Orendorff wrote:
> We're considering building a JavaScript API for dynamic analysis of JS
> code.
> Here's the sort of thing you could do with it:
>
>   - Gather code coverage information (useful for testing/release mgmt?)
>
There have been several JS code coverage implementations that have
fallen by the wayside because of the difficulty of both making them work
across all our test suites and keeping them working. Something built on
a well-supported platform API would be a welcome change.

-Ted


_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to