Skip to content

Commit

Permalink
refactor: remove modifiers 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 13, 2022
1 parent 742ca15 commit 5bbe9f3
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 @@ -173,7 +173,6 @@ interface Context {
identifier: string
kind: string
members: [string]
modifiers: [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 @@ -27,11 +27,6 @@ interface Context {
*/
members: string[]

/**
* Modifier keywords.
*/
modifiers: string[]

/**
* Segment parent.
*/
Expand Down

0 comments on commit 5bbe9f3

Please sign in to comment.