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(
                    4,
                ),
                ctxt: #0,
            },
            value: Atom('*
             *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        0,
                    ),
                    hi: BytePos(
                        11,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            11,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('constructor' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                11,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                52,
            ),
            hi: BytePos(
                52,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    52,
                ),
                hi: BytePos(
                    56,
                ),
                ctxt: #0,
            },
            value: Atom('*
             *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        52,
                    ),
                    hi: BytePos(
                        63,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            52,
                        ),
                        hi: BytePos(
                            63,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('constructor' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                52,
                            ),
                            hi: BytePos(
                                63,
                            ),
                            ctxt: #0,
                        },
                        ty: Some(
                            Text {
                                span: Span {
                                    lo: BytePos(
                                        52,
                                    ),
                                    hi: BytePos(
                                        66,
                                    ),
                                    ctxt: #0,
                                },
                                value: Atom('* @variation 2' type=dynamic),
                            },
                        ),
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                120,
            ),
            hi: BytePos(
                120,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    120,
                ),
                hi: BytePos(
                    124,
                ),
                ctxt: #0,
            },
            value: Atom('*
             *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        120,
                    ),
                    hi: BytePos(
                        131,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            120,
                        ),
                        hi: BytePos(
                            131,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('constructor' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                120,
                            ),
                            hi: BytePos(
                                131,
                            ),
                            ctxt: #0,
                        },
                        ty: Some(
                            Text {
                                span: Span {
                                    lo: BytePos(
                                        120,
                                    ),
                                    hi: BytePos(
                                        136,
                                    ),
                                    ctxt: #0,
                                },
                                value: Atom('* @variation (3)' type=dynamic),
                            },
                        ),
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                191,
            ),
            hi: BytePos(
                195,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    191,
                ),
                hi: BytePos(
                    195,
                ),
                ctxt: #0,
            },
            value: Atom('*
             *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        191,
                    ),
                    hi: BytePos(
                        199,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            191,
                        ),
                        hi: BytePos(
                            199,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('memberof' type=dynamic),
                },
                tag: MemberOf(
                    MemberOfTag {
                        span: Span {
                            lo: BytePos(
                                191,
                            ),
                            hi: BytePos(
                                199,
                            ),
                            ctxt: #0,
                        },
                        parent_name_path: NamePath {
                            span: Span {
                                lo: BytePos(
                                    191,
                                ),
                                hi: BytePos(
                                    195,
                                ),
                                ctxt: #0,
                            },
                            components: [
                                Text {
                                    span: Span {
                                        lo: BytePos(
                                            191,
                                        ),
                                        hi: BytePos(
                                            201,
                                        ),
                                        ctxt: #0,
                                    },
                                    value: Atom('someObject' type=dynamic),
                                },
                            ],
                        },
                    },
                ),
            },
        ],
    },
]