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