jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                19,
            ),
            hi: BytePos(
                31,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    19,
                ),
                hi: BytePos(
                    20,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        19,
                    ),
                    hi: BytePos(
                        24,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            19,
                        ),
                        hi: BytePos(
                            24,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('alias' type=inline),
                },
                tag: Alias(
                    AliasTag {
                        span: Span {
                            lo: BytePos(
                                19,
                            ),
                            hi: BytePos(
                                24,
                            ),
                            ctxt: #0,
                        },
                        name_path: NamePath {
                            span: Span {
                                lo: BytePos(
                                    19,
                                ),
                                hi: BytePos(
                                    31,
                                ),
                                ctxt: #0,
                            },
                            components: [
                                Text {
                                    span: Span {
                                        lo: BytePos(
                                            19,
                                        ),
                                        hi: BytePos(
                                            19,
                                        ),
                                        ctxt: #0,
                                    },
                                    value: Atom('' type=static),
                                },
                            ],
                        },
                    },
                ),
            },
        ],
    },
]