Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
387 bytes
|
Line | |
---|
1 | import { RawSourceMap } from "istanbul-lib-instrument";
|
---|
2 | import { 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 | */
|
---|
9 | export default function (this: loader.LoaderContext, source: string, sourceMap?: RawSourceMap): void;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.