File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import * as Table from "cli-table3" ;
2
- import { IStatistic } from "../../dist/src/ lib/statistics" ;
2
+ import { IStatistic } from "../lib/statistics/statistic " ;
3
3
import { Options } from "../lib/types" ;
4
4
5
5
import { buildDebugger , withDuration } from "../utils" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as NodePath from "node:path";
2
2
3
3
import { Path } from "../types" ;
4
4
5
- interface IStatistic {
5
+ export interface IStatistic {
6
6
path : string ;
7
7
churn : number ;
8
8
complexity : number ;
Original file line number Diff line number Diff line change 1
- import { IStatistic } from "../../../dist/src/lib/statistics " ;
1
+ import { IStatistic } from "./statistic " ;
2
2
import { buildDebugger } from "../../utils" ;
3
3
import Churns from "../churn/churns" ;
4
4
import Complexities from "../complexity/complexities" ;
You can’t perform that action at this time.
0 commit comments