Procházet zdrojové kódy

Changes to type only imports where possible

main
Eric Amodio před 3 roky
rodič
revize
0b8f151bd0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/git/gitUri.ts

+ 2
- 2
src/git/gitUri.ts Zobrazit soubor

@ -4,13 +4,13 @@ import { UriComparer } from '../comparers';
import { Schemes } from '../constants';
import { Container } from '../container';
import { Logger } from '../logger';
import { GitHubAuthorityMetadata } from '../premium/remotehub';
import type { GitHubAuthorityMetadata } from '../premium/remotehub';
import { debug } from '../system/decorators/log';
import { memoize } from '../system/decorators/memoize';
import { formatPath } from '../system/formatPath';
import { basename, getBestPath, normalizePath, relativeDir, splitPath } from '../system/path';
// import { CharCode } from '../system/string';
import { RevisionUriData } from './gitProvider';
import type { RevisionUriData } from './gitProvider';
import { GitFile, GitRevision } from './models';
const slash = 47; //CharCode.Slash;

Načítá se…
Zrušit
Uložit