Skip to content

Commit

Permalink
refactor: remove members from comment context
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Nov 19, 2022
1 parent c7a0222 commit 7bbd227
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ is a [*leaf*][20].
interface Context {
identifier: string
kind: string
members: [string]
parent: string?
position: UnistPosition
}
Expand Down
5 changes: 0 additions & 5 deletions src/interfaces/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ interface Context {
*/
kind: string

/**
* Segment members.
*/
members: string[]

/**
* Segment parent.
*/
Expand Down

0 comments on commit 7bbd227

Please sign in to comment.