From 584294d7233520faf300af9fc283373566db73cb Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 16:31:44 +0000 Subject: [PATCH 1/6] docs: align `_tools/pkgs/addons` with namespace conventions Added missing `@returns {void}` JSDoc tag on the primary function (present in 88% of siblings in `_tools/pkgs/`). --- lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js index c99ab8afe660..9d4e5bcc123a 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js @@ -45,6 +45,7 @@ var inspect = require( './inspect.js' ); * @throws {TypeError} options argument must be an object * @throws {TypeError} must provide valid options * @throws {Error} `pattern` option must end with `package.json` +* @returns {void} * * @example * findAddons( clbk ); From 6a051cc9098affa5af6f4d29e25444a8b81feb49 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 16:32:03 +0000 Subject: [PATCH 2/6] docs: align `_tools/pkgs/browser-deps` with namespace conventions Added missing `@returns {void}` JSDoc tag on the primary function (present in 88% of siblings in `_tools/pkgs/`). --- lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js index a0582bc8e2b4..7783240a68cb 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js @@ -56,6 +56,7 @@ var debug = logger( 'browser-pkg-deps:async' ); * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object * @throws {TypeError} must provide valid options +* @returns {void} * * @example * var pkgs = [ '/foo/bar/baz' ]; From 6d4b374866b44c930073d0b8f1883f2d5dc926d2 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 16:32:20 +0000 Subject: [PATCH 3/6] docs: align `_tools/pkgs/deps` with namespace conventions Added missing `@returns {void}` JSDoc tag on the primary function (present in 88% of siblings in `_tools/pkgs/`). --- lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js index 1386800c256e..b1cbb18eb7a0 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js @@ -54,6 +54,7 @@ var debug = logger( 'pkg-deps:async' ); * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object * @throws {TypeError} must provide valid options +* @returns {void} * * @example * var pkgs = [ '/foo/bar/baz' ]; From 222ba26f92a32f3861407f05014873616ebc6c35 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 16:41:04 +0000 Subject: [PATCH 4/6] Revert "docs: align `_tools/pkgs/deps` with namespace conventions" This reverts commit 6d4b374866b44c930073d0b8f1883f2d5dc926d2. --- lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js index b1cbb18eb7a0..1386800c256e 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/deps/lib/async.js @@ -54,7 +54,6 @@ var debug = logger( 'pkg-deps:async' ); * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object * @throws {TypeError} must provide valid options -* @returns {void} * * @example * var pkgs = [ '/foo/bar/baz' ]; From 9b9ec40a9ef0d79f03267222170fe72672dc53f7 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 16:41:04 +0000 Subject: [PATCH 5/6] Revert "docs: align `_tools/pkgs/browser-deps` with namespace conventions" This reverts commit 6a051cc9098affa5af6f4d29e25444a8b81feb49. --- lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js index 7783240a68cb..a0582bc8e2b4 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/browser-deps/lib/async.js @@ -56,7 +56,6 @@ var debug = logger( 'browser-pkg-deps:async' ); * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object * @throws {TypeError} must provide valid options -* @returns {void} * * @example * var pkgs = [ '/foo/bar/baz' ]; From b0326b9b44629ba45ece25e47f602198d3c69a5a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 16:41:05 +0000 Subject: [PATCH 6/6] Revert "docs: align `_tools/pkgs/addons` with namespace conventions" This reverts commit 584294d7233520faf300af9fc283373566db73cb. --- lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js index 9d4e5bcc123a..c99ab8afe660 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js @@ -45,7 +45,6 @@ var inspect = require( './inspect.js' ); * @throws {TypeError} options argument must be an object * @throws {TypeError} must provide valid options * @throws {Error} `pattern` option must end with `package.json` -* @returns {void} * * @example * findAddons( clbk );