diff --git a/packages/typescript-explorer/src/view/typeTreeView.ts b/packages/typescript-explorer/src/view/typeTreeView.ts index 908bbb2..bbd8b2c 100644 --- a/packages/typescript-explorer/src/view/typeTreeView.ts +++ b/packages/typescript-explorer/src/view/typeTreeView.ts @@ -5,8 +5,7 @@ import * as ts from 'typescript' import { getKindText, getPrimitiveKindText } from '../localization'; import { StateManager } from '../state/stateManager'; -// TODO: array types -// TODO: mapped types, function types +// TODO: mapped types type ResolvedTypeInfo = Exclude type TreeCache = Map