jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                73,
            ),
            hi: BytePos(
                73,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    73,
                ),
                hi: BytePos(
                    74,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        73,
                    ),
                    hi: BytePos(
                        78,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            73,
                        ),
                        hi: BytePos(
                            78,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('class' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                73,
                            ),
                            hi: BytePos(
                                78,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                106,
            ),
            hi: BytePos(
                106,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    106,
                ),
                hi: BytePos(
                    117,
                ),
                ctxt: #0,
            },
            value: Atom('* A method.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                164,
            ),
            hi: BytePos(
                164,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    164,
                ),
                hi: BytePos(
                    165,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        164,
                    ),
                    hi: BytePos(
                        169,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            164,
                        ),
                        hi: BytePos(
                            169,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('class' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                164,
                            ),
                            hi: BytePos(
                                169,
                            ),
                            ctxt: #0,
                        },
                        ty: None,
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                197,
            ),
            hi: BytePos(
                197,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    197,
                ),
                hi: BytePos(
                    214,
                ),
                ctxt: #0,
            },
            value: Atom('* Another method.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                260,
            ),
            hi: BytePos(
                276,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    260,
                ),
                hi: BytePos(
                    261,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        260,
                    ),
                    hi: BytePos(
                        265,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            260,
                        ),
                        hi: BytePos(
                            265,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('class' type=static),
                },
                tag: Class(
                    ClassTag {
                        span: Span {
                            lo: BytePos(
                                260,
                            ),
                            hi: BytePos(
                                265,
                            ),
                            ctxt: #0,
                        },
                        ty: Some(
                            Text {
                                span: Span {
                                    lo: BytePos(
                                        260,
                                    ),
                                    hi: BytePos(
                                        275,
                                    ),
                                    ctxt: #0,
                                },
                                value: Atom('* @augments Foo' type=dynamic),
                            },
                        ),
                        name: None,
                    },
                ),
            },
        ],
    },
]