You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param [options.sort-by=[ 'scope', 'category', 'kind', 'order' ]] {string[]} - Sort by one of more fields, e.g. `--sort-by kind category`. Pass the special value `none` to remove the default sort order.
23
17
*/
24
18
functionparse(jsdocExplainOutput,options){
25
-
options=newParseOptions(options)
19
+
options=options||{}
26
20
letdata=transform(jsdocExplainOutput)
27
21
28
22
data=data.filter(function(doclet){
@@ -36,65 +30,5 @@ function parse (jsdocExplainOutput, options) {
0 commit comments