forked from electron-userland/electron-compilers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typescript+babel and coverage improvements
See electron-userland#76 - Drop [email protected] dependency, add babel-plugin-istanbul - Add getEnv() helper to SimpleCompilerBase - Support an environment string in the `coverage` option for both typescript and babel compilers - Make babel compiler use compilerContext as compile options - Drop sorcery dependency, pass inputSourceMap to babel instead - Always use babel+babel-plugin-istanbul to instrument code for measuring coverage - In ts+babel, translate ts sourcemap options to babel. With a twist, for inline sourcemaps.
- Loading branch information
1 parent
7570ddf
commit a98839a
Showing
4 changed files
with
81 additions
and
50 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
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