Skip to content
# Interface: LexemePositionedComment

Defined in: packages/core/src/models/Lexeme.ts:34

Positioned comment information for lexemes

Properties

position

position: "before" | "after"

Defined in: packages/core/src/models/Lexeme.ts:35


comments

comments: string[]

Defined in: packages/core/src/models/Lexeme.ts:36

Released under the MIT License.