Skip to content

Commit

Permalink
docs(vscode): remove finished todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Oct 10, 2022
1 parent 6aa937e commit a02fb73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/typescript-explorer/src/view/typeTreeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TypeInfo, {kind: 'reference'}>
type TreeCache = Map<TypeId, ResolvedTypeInfo>
Expand Down

0 comments on commit a02fb73

Please sign in to comment.