source: frontend/node_modules/@bcoe/v8-coverage/src/lib/index.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 462 bytes
RevLine 
[9af201e]1export { emitForest, emitForestLines, parseFunctionRanges, parseOffsets } from "./ascii";
2export { cloneFunctionCov, cloneProcessCov, cloneScriptCov, cloneRangeCov } from "./clone";
3export { compareScriptCovs, compareFunctionCovs, compareRangeCovs } from "./compare";
4export { mergeFunctionCovs, mergeProcessCovs, mergeScriptCovs } from "./merge";
5export { RangeTree } from "./range-tree";
6export { ProcessCov, ScriptCov, FunctionCov, RangeCov } from "./types";
Note: See TracBrowser for help on using the repository browser.