File tree Expand file tree Collapse file tree
databases/local-databases Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 ResolvableLocationValue ,
44 LineColumnLocation ,
55 WholeFileLocation ,
6- } from "../common /bqrs-cli-types" ;
7- import { createRemoteFileRef } from "./location-link-utils" ;
6+ } from "./bqrs-cli-types" ;
7+ import { createRemoteFileRef } from "../pure /location-link-utils" ;
88
99/**
1010 * The CodeQL filesystem libraries use this pattern in `getURL()` predicates
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
1818import {
1919 isLineColumnLoc ,
2020 tryGetResolvableLocation ,
21- } from "../../pure /bqrs-utils" ;
21+ } from "../../common /bqrs-utils" ;
2222import { getErrorMessage } from "../../pure/helpers-pure" ;
2323import { Logger } from "../../common" ;
2424import { DatabaseItem } from "./database-item" ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
2222 isStringLoc ,
2323 isWholeFileLoc ,
2424 isLineColumnLoc ,
25- } from "../../pure /bqrs-utils" ;
25+ } from "../../common /bqrs-utils" ;
2626import { DisposableObject } from "../../pure/disposable-object" ;
2727import { asError , getErrorMessage } from "../../pure/helpers-pure" ;
2828import { redactableError } from "../../pure/errors" ;
Original file line number Diff line number Diff line change 11import * as vscode from "vscode" ;
22
33import { UrlValue , LineColumnLocation } from "../../common/bqrs-cli-types" ;
4- import { isEmptyPath } from "../../pure /bqrs-utils" ;
4+ import { isEmptyPath } from "../../common /bqrs-utils" ;
55import { DatabaseItem } from "../../databases/local-databases" ;
66
77export function fileRangeFromURI (
Original file line number Diff line number Diff line change 11import { CellValue } from "../common/bqrs-cli-types" ;
2- import { tryGetRemoteLocation } from "../pure /bqrs-utils" ;
2+ import { tryGetRemoteLocation } from "../common /bqrs-utils" ;
33import { createRemoteFileRef } from "../pure/location-link-utils" ;
44import { parseHighlightedLine , shouldHighlightLine } from "../pure/sarif-utils" ;
55import { convertNonPrintableChars } from "../pure/text-utils" ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
2828 isNoLocation ,
2929} from "../../pure/sarif-utils" ;
3030import { vscode } from "../vscode-api" ;
31- import { isWholeFileLoc , isLineColumnLoc } from "../../pure /bqrs-utils" ;
31+ import { isWholeFileLoc , isLineColumnLoc } from "../../common /bqrs-utils" ;
3232import { ScrollIntoViewHelper } from "./scroll-into-view-helper" ;
3333import { sendTelemetry } from "../common/telemetry" ;
3434
Original file line number Diff line number Diff line change 66 GraphInterpretationData ,
77} from "../../pure/interface-types" ;
88import { graphviz , GraphvizOptions } from "d3-graphviz" ;
9- import { tryGetLocationFromString } from "../../pure /bqrs-utils" ;
9+ import { tryGetLocationFromString } from "../../common /bqrs-utils" ;
1010export type GraphProps = ResultTableProps & {
1111 resultSet : InterpretedResultSet < GraphInterpretationData > ;
1212} ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import RawTableHeader from "./RawTableHeader";
1616import RawTableRow from "./RawTableRow" ;
1717import { ResultRow } from "../../common/bqrs-cli-types" ;
1818import { onNavigation } from "./results" ;
19- import { tryGetResolvableLocation } from "../../pure /bqrs-utils" ;
19+ import { tryGetResolvableLocation } from "../../common /bqrs-utils" ;
2020import { ScrollIntoViewHelper } from "./scroll-into-view-helper" ;
2121import { sendTelemetry } from "../common/telemetry" ;
2222
Original file line number Diff line number Diff line change 11import * as React from "react" ;
22import { UrlValue , ResolvableLocationValue } from "../../common/bqrs-cli-types" ;
3- import { isStringLoc , tryGetResolvableLocation } from "../../pure /bqrs-utils" ;
3+ import { isStringLoc , tryGetResolvableLocation } from "../../common /bqrs-utils" ;
44import {
55 RawResultsSortState ,
66 QueryMetadata ,
Original file line number Diff line number Diff line change 77 RawResultSet ,
88 ResultSetSchema ,
99} from "../../common/bqrs-cli-types" ;
10- import { tryGetRemoteLocation } from "../../pure /bqrs-utils" ;
10+ import { tryGetRemoteLocation } from "../../common /bqrs-utils" ;
1111import TextButton from "../common/TextButton" ;
1212import { convertNonPrintableChars } from "../../pure/text-utils" ;
1313import { sendTelemetry , useTelemetryOnChange } from "../common/telemetry" ;
You can’t perform that action at this time.
0 commit comments