@rehearsal/reporter
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -47,12 +47,2 @@ export declare type ReportSummary = Record<string, unknown> & { | ||
}; | ||
export interface FixedFile { | ||
fileName: string; | ||
updatedText: string; | ||
code?: string; | ||
codeFixAction?: CodeFixAction; | ||
location: { | ||
line: number; | ||
character: number; | ||
}; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@rehearsal/reporter", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Rehearsal Reporter", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "432c58c5a08b39b53f8424eda3fffc4b9c3bee58" | ||
"gitHead": "661ff9d9fb100c40df19c02c150b471b99d0ca70" | ||
} |
@@ -51,12 +51,1 @@ export type ReportSummary = Record<string, unknown> & { | ||
}; | ||
export interface FixedFile { | ||
fileName: string; | ||
updatedText: string; | ||
code?: string; | ||
codeFixAction?: CodeFixAction; | ||
location: { | ||
line: number; | ||
character: number; | ||
}; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75929
873