-
Notifications
You must be signed in to change notification settings - Fork 248
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
Sourcemaps support #109
Comments
This will need gotwarlost/istanbul#212 first. |
👍 |
👍 It would be nice to see where in my coffee script source errors are occurring. |
👍 same thing for typescript code after tsify/browserify. |
Adds sourcemap support to the preprocessor. If the file being processed has a sourcemap property, it is merged with the output from the coverage instrumentation. This enables better debugging on instrumented code. Closes karma-runner#109
Adds sourcemap support to the preprocessor. If the file being processed has a sourcemap property, it is merged with the output from the coverage instrumentation. This enables better debugging on instrumented code. Closes karma-runner#109
Adds sourcemap support to the preprocessor. If the file being processed has a sourcemap property, it is merged with the output from the coverage instrumentation. This enables better debugging on instrumented code. Closes karma-runner#109
Adds sourcemap support to the preprocessor. If the file being processed has a sourcemap property, it is merged with the output from the coverage instrumentation. This enables better debugging on instrumented code. Closes karma-runner#109
How is this supposed to work? I'm having problem with typescript, coverage preprocessor strips away every sourceMappingURL comment from my js files |
I am having problems to with karma-coverage and sourcemaps used in grunt-karma. Any idea's?? |
Pass the intermediate source map to the instrumenter that can be used to remap the coverage report to the original source. Requires istanbuljs-archived-repos/istanbul-lib-instrument#23. Fixes webpack-contrib#22, webpack-contrib#7, karma-runner/karma-coverage#109,
* Upgrade to istanbul-lib-instrument * Pass intermediate source map to instrumenter Pass the intermediate source map to the instrumenter that can be used to remap the coverage report to the original source. Requires istanbuljs-archived-repos/istanbul-lib-instrument#23. Fixes #22, #7, karma-runner/karma-coverage#109,
Can you add support for sourcemaps ?
The text was updated successfully, but these errors were encountered: