tests/rustdoc-js-std/parser-literal.js JAVASCRIPT 26 lines View on github.com → Search inside
1const PARSED = [2    {3        query: 'R<P>',4        elems: [{5            name: "R",6            fullPath: ["r"],7            pathWithoutLast: [],8            pathLast: "r",9            generics: [10                {11                    name: "P",12                    fullPath: ["p"],13                    pathWithoutLast: [],14                    pathLast: "p",15                    generics: [],16                },17            ],18            typeFilter: null,19        }],20        foundElems: 1,21        userQuery: "R<P>",22        returned: [],23        error: null,24    }25];

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.