Skip to content

Commit 0415ac5

Browse files
authored
Merge pull request #3112 from github/koesie10/compare-sarif-view
Add interpreted results table to compare view
2 parents 598f2eb + 480f90a commit 0415ac5

7 files changed

Lines changed: 505 additions & 466 deletions

File tree

extensions/ql-vscode/src/common/interface-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type RawTableResultSet = {
3939
resultSet: RawResultSet;
4040
};
4141

42-
export type InterpretedResultSet<T> = {
42+
type InterpretedResultSet<T> = {
4343
t: "InterpretedResultSet";
4444
name: string;
4545
interpretation: InterpretationT<T>;

0 commit comments

Comments
 (0)