* Greatly improve the rustdoc search parser source code
* Move all functions outside parseQuery
This commit is contained in:
parent
99c5394ecc
commit
264064df36
16 changed files with 563 additions and 510 deletions
|
@ -3,11 +3,8 @@ const QUERY = ['-> <P>', '-> P'];
|
|||
const PARSED = [
|
||||
{
|
||||
args: [],
|
||||
elemName: null,
|
||||
elems: [],
|
||||
foundElems: 1,
|
||||
id: "-> <P>",
|
||||
nameSplit: null,
|
||||
original: "-> <P>",
|
||||
returned: [{
|
||||
name: "",
|
||||
|
@ -30,11 +27,8 @@ const PARSED = [
|
|||
},
|
||||
{
|
||||
args: [],
|
||||
elemName: null,
|
||||
elems: [],
|
||||
foundElems: 1,
|
||||
id: "-> P",
|
||||
nameSplit: null,
|
||||
original: "-> P",
|
||||
returned: [{
|
||||
name: "p",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue