Interface: IParseOptions

IParseOptions

Options modifying the behavior of parse.

Properties:
keepCase boolean <optional>
false

Keeps field casing instead of converting to camel case

alternateCommentMode boolean <optional>
false

Recognize double-slash comments in addition to doc-block comments.

preferTrailingComment boolean <optional>
false

Use trailing comment when both leading comment and trailing comment exist.