jsdoc 0.22.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                0,
            ),
            hi: BytePos(
                0,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    0,
                ),
                hi: BytePos(
                    13,
                ),
                ctxt: #0,
            },
            value: Atom('Sample class.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                35,
            ),
            hi: BytePos(
                35,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    35,
                ),
                hi: BytePos(
                    51,
                ),
                ctxt: #0,
            },
            value: Atom('Public property.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                75,
            ),
            hi: BytePos(
                75,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    75,
                ),
                hi: BytePos(
                    92,
                ),
                ctxt: #0,
            },
            value: Atom('Private property.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                117,
            ),
            hi: BytePos(
                117,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    117,
                ),
                hi: BytePos(
                    155,
                ),
                ctxt: #0,
            },
            value: Atom('Property with no value assigned to it.' type=dynamic),
        },
        tags: [],
    },
]