提交 0986ab36 编写于 作者: M Matt Bierner

Move resource map to utils

上级 dc08cbdf
......@@ -12,7 +12,7 @@ import { Delayer } from '../utils/async';
import { disposeAll } from '../utils/dispose';
import * as languageModeIds from '../utils/languageModeIds';
import * as typeConverters from '../utils/typeConverters';
import { ResourceMap } from './resourceMap';
import { ResourceMap } from '../utils/resourceMap';
enum BufferKind {
TypeScript = 1,
......
......@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import * as vscode from 'vscode';
import { ResourceMap } from './resourceMap';
import { ResourceMap } from '../utils/resourceMap';
export class DiagnosticSet {
private _map = new ResourceMap<vscode.Diagnostic[]>();
......
......@@ -5,8 +5,8 @@
import * as fs from 'fs';
import { Uri } from 'vscode';
import { memoize } from '../utils/memoize';
import { getTempFile } from '../utils/temp';
import { memoize } from './memoize';
import { getTempFile } from './temp';
/**
* Maps of file resources
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册