2021-12-20 10:45:52 -06:00
|
|
|
const PARSED = [
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
query: 'R<P>',
|
2021-12-20 10:45:52 -06:00
|
|
|
elems: [{
|
2024-09-24 14:33:09 -05:00
|
|
|
name: "R",
|
2021-12-20 10:45:52 -06:00
|
|
|
fullPath: ["r"],
|
|
|
|
pathWithoutLast: [],
|
|
|
|
pathLast: "r",
|
|
|
|
generics: [
|
|
|
|
{
|
2024-09-24 14:33:09 -05:00
|
|
|
name: "P",
|
2021-12-20 10:45:52 -06:00
|
|
|
fullPath: ["p"],
|
|
|
|
pathWithoutLast: [],
|
|
|
|
pathLast: "p",
|
|
|
|
generics: [],
|
|
|
|
},
|
|
|
|
],
|
2023-02-28 19:17:59 -06:00
|
|
|
typeFilter: -1,
|
2021-12-20 10:45:52 -06:00
|
|
|
}],
|
|
|
|
foundElems: 1,
|
2024-09-24 14:33:09 -05:00
|
|
|
userQuery: "R<P>",
|
2021-12-20 10:45:52 -06:00
|
|
|
returned: [],
|
|
|
|
error: null,
|
|
|
|
}
|
|
|
|
];
|