Skip to content
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

Implements Istanbul coverage support and user-defined sourceTransformers #26

Merged
merged 5 commits into from Oct 20, 2013
Merged

Implements Istanbul coverage support and user-defined sourceTransformers #26

merged 5 commits into from Oct 20, 2013

Commits on Oct 19, 2013

  1. Configuration menu
    Copy the full SHA
    d926758 View commit details
    Browse the repository at this point in the history
  2. Adds support for istanbul code coverage.

    * For fear that glboal.$$cov... might be present w/o
    istanbul, I wrapped the istanbul interceptor in a big
    try catch
    
    * To prevent the finding coffeescript.compile and
    istanbul instrumentSync on every single file, I 
    cache them.
    searls committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    3d323ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb20691 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. Configuration menu
    Copy the full SHA
    432ef86 View commit details
    Browse the repository at this point in the history
  2. Makes 'istanbul' support opt-in.

    Presumably this will be appropriate for any future
    built-in source transformers added to the project.
    searls committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    0119915 View commit details
    Browse the repository at this point in the history