We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bf445 commit 2ac07b5Copy full SHA for 2ac07b5
lib/utils.js
@@ -32,7 +32,6 @@ module.exports.parseData = function (data, file) {
32
33
if (type.match(/\?/g)) {
34
35
- tag.optional = true;
36
tag.types[index] = type.replace(/\?/g, '');
37
38
}
0 commit comments