Skip to content

Commit

Permalink
Removed unsupported pattern from fixture snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Apr 26, 2022
1 parent c5b818c commit ea3cf5f
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions test/fixtures/jsdoc-complex-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,42 +297,5 @@
"name": "variableParam",
"string": "variableParam()"
}
},
{
"tags": [
{
"type": "param",
"string": "{?...number=} a",
"name": "a",
"description": "",
"types": [
"number"
],
"typesDescription": "...<code>number</code>|<code>undefined</code>|<code>null</code>",
"optional": true,
"nullable": true,
"nonNullable": false,
"variable": true,
"html": "<p>{?...number=} a</p>"
}
],
"description": {
"full": "",
"summary": "",
"body": ""
},
"isPrivate": false,
"isConstructor": false,
"isClass": false,
"isEvent": false,
"ignore": false,
"line": 54,
"codeStart": 58,
"code": "function optionalVariableNullableParam(a) {\n\n}",
"ctx": {
"type": "function",
"name": "optionalVariableNullableParam",
"string": "optionalVariableNullableParam()"
}
}
]

0 comments on commit ea3cf5f

Please sign in to comment.