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 a8db72c commit ae2bdf3Copy full SHA for ae2bdf3
__tests__/fixture/html/nested.input.js
@@ -26,6 +26,15 @@ Klass.prototype.getFoo = function() {
26
*/
27
Klass.prototype.withOptions = function(options, otherOptions) {};
28
29
+/**
30
+ * A function with a deep options parameter
31
+ * @param {Object} options
32
+ * @param {string} options.foo
33
+ * @param {Object} options.bar
34
+ * @param {string} options.bar.buz
35
+ */
36
+Klass.prototype.withDeepOptions = function(options) {};
37
+
38
/**
39
* @typedef CustomError
40
* @name CustomError
0 commit comments