Changes behavior for relative (only hover and context) and absolute links (internal vs external)

This commit is contained in:
Florian Scholdei
2020-10-05 15:30:30 +02:00
parent 4874966305
commit 1e410a71a7
7 changed files with 56 additions and 29 deletions

View File

@@ -24,7 +24,6 @@
import { Links } from "./hal";
// TODO ?? check ?? links
export type SubRepository = {
repositoryUrl: string;
browserUrl: string;
@@ -39,7 +38,7 @@ export type File = {
revision: string;
length?: number;
commitDate?: string;
subRepository?: SubRepository; // TODO
subRepository?: SubRepository;
partialResult?: boolean;
computationAborted?: boolean;
truncated?: boolean;