source: trip-planner-front/node_modules/@jsdevtools/coverage-istanbul-loader/lib/index.d.ts@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 387 bytes
Line 
1import { RawSourceMap } from "istanbul-lib-instrument";
2import { loader } from "webpack";
3/**
4 * Adds code coverage instrumentation using Istanbul.
5 *
6 * If the source code has an existing source map, then it is used to re-map the instrumented
7 * code back to the original source.
8 */
9export default function (this: loader.LoaderContext, source: string, sourceMap?: RawSourceMap): void;
Note: See TracBrowser for help on using the repository browser.