jsdoc 0.5.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(
                    3,
                ),
                ctxt: #0,
            },
            value: Atom('*
            *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        0,
                    ),
                    hi: BytePos(
                        6,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            6,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('module' type=static),
                },
                tag: Module(
                    ModuleTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                6,
                            ),
                            ctxt: #0,
                        },
                        name: Text {
                            span: Span {
                                lo: BytePos(
                                    0,
                                ),
                                hi: BytePos(
                                    6,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('module' type=static),
                        },
                        ty: Text {
                            span: Span {
                                lo: BytePos(
                                    0,
                                ),
                                hi: BytePos(
                                    2,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('my' type=inline),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                42,
            ),
            hi: BytePos(
                42,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    42,
                ),
                hi: BytePos(
                    58,
                ),
                ctxt: #0,
            },
            value: Atom('* document fooIn' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                0,
            ),
            hi: BytePos(
                89,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    89,
                ),
                hi: BytePos(
                    90,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        89,
                    ),
                    hi: BytePos(
                        98,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            89,
                        ),
                        hi: BytePos(
                            98,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('namespace' type=static),
                },
                tag: Namespace(
                    NamespaceTag {
                        span: Span {
                            lo: BytePos(
                                89,
                            ),
                            hi: BytePos(
                                98,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                119,
            ),
            hi: BytePos(
                119,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    119,
                ),
                hi: BytePos(
                    137,
                ),
                ctxt: #0,
            },
            value: Atom('* document bar.Zop' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                174,
            ),
            hi: BytePos(
                174,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    174,
                ),
                hi: BytePos(
                    175,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        174,
                    ),
                    hi: BytePos(
                        185,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            174,
                        ),
                        hi: BytePos(
                            185,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('constructor' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                174,
                            ),
                            hi: BytePos(
                                185,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                227,
            ),
            hi: BytePos(
                227,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    227,
                ),
                hi: BytePos(
                    256,
                ),
                ctxt: #0,
            },
            value: Atom('* document exports.Frotz#quaz' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                292,
            ),
            hi: BytePos(
                292,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    292,
                ),
                hi: BytePos(
                    309,
                ),
                ctxt: #0,
            },
            value: Atom('* document fooOut' type=dynamic),
        },
        tags: [],
    },
]