-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(preprocessor): free instrumenter
Allow any Istanbul instrumenter to be used in the karma-coverage. Will help #120 Closes #101 #49 BREAKING CHANGE: Karma-coverage does not ship with additional instrumenter. You need to explicitly install the instrumenter you need. Removed **Ibrik** instrumenter that need to be installed explicitly. Quick list of known community instrumenters : - [Ibrik](https://github.com/Constellation/ibrik) (CoffeeScript files instrumenter). - [Ismailia](https://github.com/Spote/ismailia) (ES6 files instrumenter using Traceur). - [Isparta](https://github.com/douglasduteil/isparta) (ES6 files instrumenter using 6to5).
- Loading branch information
1 parent
0c99f75
commit 626e7b0
Showing
4 changed files
with
76 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
"author": "SATO taichi <[email protected]>", | ||
"dependencies": { | ||
"istanbul": "~0.3.0", | ||
"ibrik": "~2.0.0", | ||
"dateformat": "~1.0.6", | ||
"minimatch": "~0.3.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters