jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                17,
            ),
            hi: BytePos(
                33,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    17,
                ),
                hi: BytePos(
                    55,
                ),
                ctxt: #0,
            },
            value: Atom('*
             * A module representing a shirt.
             *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        17,
                    ),
                    hi: BytePos(
                        24,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            17,
                        ),
                        hi: BytePos(
                            24,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('exports' type=inline),
                },
                tag: Exports(
                    ExportsTag {
                        span: Span {
                            lo: BytePos(
                                17,
                            ),
                            hi: BytePos(
                                24,
                            ),
                            ctxt: #0,
                        },
                        module_name: Text {
                            span: Span {
                                lo: BytePos(
                                    17,
                                ),
                                hi: BytePos(
                                    25,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('my/shirt' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                115,
            ),
            hi: BytePos(
                115,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    115,
                ),
                hi: BytePos(
                    142,
                ),
                ctxt: #0,
            },
            value: Atom('* A property of the module.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                186,
            ),
            hi: BytePos(
                186,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    186,
                ),
                hi: BytePos(
                    187,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        186,
                    ),
                    hi: BytePos(
                        197,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            186,
                        ),
                        hi: BytePos(
                            197,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('constructor' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                186,
                            ),
                            hi: BytePos(
                                197,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                260,
            ),
            hi: BytePos(
                260,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    260,
                ),
                hi: BytePos(
                    286,
                ),
                ctxt: #0,
            },
            value: Atom('* A property of the class.' type=dynamic),
        },
        tags: [],
    },
]