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 00d11c4 commit a084162Copy full SHA for a084162
src/generators/legacy-json/utils/parseSignature.mjs
@@ -2,7 +2,7 @@
2
3
import { PARAM_EXPRESSION } from '../constants.mjs';
4
5
-const OPTIONAL_LEVEL_CHANGES = { '[': 1, ']': -1, ' ': 0 };
+const OPTIONAL_LEVEL_CHANGES = { '[': 1, ']': -1 };
6
7
/**
8
* @param {Number} depth
0 commit comments