Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
/ JSCover2 Public archive

Experiment for ES6 Harmony Support in JSCover - Deprecated

Notifications You must be signed in to change notification settings

tntim96/JSCover2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSCover2 - Deprecated

This repository will probably not be maintained:

  1. Nashorn has been deprecated
  2. NodeJS now has native coverage support

A JavaScript code-coverage tool

Build Status codecov Dependency Status

Motivations

  • Swap (NB: JSCover has swapped too) from Rhino to the excellent Closure-Compiler for several reasons:
    • ES6 Harmony support
    • Designed specifically for AST manipulation and JavaScript code generation
    • Superior code position data for reports
  • Modify the instrumentation to better support non-browser environments like Nashorn (NB: test suite uses Nashorn)
  • Make build more modular for different environments: API, CLI, browser

About

Experiment for ES6 Harmony Support in JSCover - Deprecated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages