You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
The ibrik project (https://github.com/Constellation/ibrik) has added some coffeescript support to istanbul, but is incomplete. It does, however, have a nice instrumenter.coffee. With minimal effort, this instrumenter could be compiled to js and used by istanbul so that istanbul's instrument command can instrument either js or coffee using the same command that presently only handles js. Operations that make use of "instrument" + "report" (for example, this: https://github.com/airportyh/testem/tree/master/examples/coverage_istanbul) would then have full coffeescript support.
The text was updated successfully, but these errors were encountered:
👎
I think istanbul should not support coffescript directly, there are a lot of other compile-to-js languages (e.g. typescript, jsx). The best thing would be if istanbul would support generic preprocessors.
The ibrik project (https://github.com/Constellation/ibrik) has added some coffeescript support to istanbul, but is incomplete. It does, however, have a nice instrumenter.coffee. With minimal effort, this instrumenter could be compiled to js and used by istanbul so that istanbul's instrument command can instrument either js or coffee using the same command that presently only handles js. Operations that make use of "instrument" + "report" (for example, this: https://github.com/airportyh/testem/tree/master/examples/coverage_istanbul) would then have full coffeescript support.
The text was updated successfully, but these errors were encountered: