jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                25,
            ),
            hi: BytePos(
                48,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    25,
                ),
                hi: BytePos(
                    33,
                ),
                ctxt: #0,
            },
            value: Atom('*
                 *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        25,
                    ),
                    hi: BytePos(
                        32,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            25,
                        ),
                        hi: BytePos(
                            32,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('exports' type=inline),
                },
                tag: Exports(
                    ExportsTag {
                        span: Span {
                            lo: BytePos(
                                25,
                            ),
                            hi: BytePos(
                                32,
                            ),
                            ctxt: #0,
                        },
                        module_name: Text {
                            span: Span {
                                lo: BytePos(
                                    25,
                                ),
                                hi: BytePos(
                                    33,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('mymodule' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
]