Apply suggestions:
* Forbid generics without a path (so "<p>" is forbidden). * Change `handleSingleArg` so that it takes `results_others`, `results_in_args` and `results_returned` as arguments instead of using the "global" variables. * Change `createQueryElement` so that it returns the newly created element instead of taking `elems` as argument. * Improve documentation
This commit is contained in:
parent
c7de1a16f8
commit
699ae365df
6 changed files with 121 additions and 67 deletions
|
@ -67,7 +67,6 @@ var ResultsTable;
|
|||
|
||||
/**
|
||||
* @typedef {{
|
||||
* crate: "std"
|
||||
* desc: string,
|
||||
* displayPath: string,
|
||||
* fullPath: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue