Skip to content

Commit

Permalink
docs(api): todo for supporting classes with generics
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Oct 12, 2022
1 parent 192efe0 commit 835bfd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import ts from "typescript"

// TODO: support class instances with generics, like Map<string, number>

export type SymbolInfo = {
name: string,
flags: number,
Expand Down

0 comments on commit 835bfd5

Please sign in to comment.