jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                0,
            ),
            hi: BytePos(
                6,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    0,
                ),
                hi: BytePos(
                    1,
                ),
                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(
                                    0,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('' type=static),
                        },
                        ty: Text {
                            span: Span {
                                lo: BytePos(
                                    0,
                                ),
                                hi: BytePos(
                                    5,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('color' type=inline),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                28,
            ),
            hi: BytePos(
                28,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    28,
                ),
                hi: BytePos(
                    53,
                ),
                ctxt: #0,
            },
            value: Atom('* The name of the module.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                89,
            ),
            hi: BytePos(
                89,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    89,
                ),
                hi: BytePos(
                    121,
                ),
                ctxt: #0,
            },
            value: Atom('* The most recent blended color.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                157,
            ),
            hi: BytePos(
                157,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    157,
                ),
                hi: BytePos(
                    185,
                ),
                ctxt: #0,
            },
            value: Atom('* Blend two colors together.' type=dynamic),
        },
        tags: [],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                321,
            ),
            hi: BytePos(
                321,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    321,
                ),
                hi: BytePos(
                    384,
                ),
                ctxt: #0,
            },
            value: Atom('*
                 * Get the red, green, and blue values of a color.
                 *' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        321,
                    ),
                    hi: BytePos(
                        329,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            321,
                        ),
                        hi: BytePos(
                            329,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('function' type=static),
                },
                tag: Function(
                    FunctionTag {
                        span: Span {
                            lo: BytePos(
                                321,
                            ),
                            hi: BytePos(
                                329,
                            ),
                            ctxt: #0,
                        },
                        name: None,
                    },
                ),
            },
        ],
    },
]