@wordpress/docgen 2.43.0 → 2.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -598,7 +598,7 @@ function getVariableTypeAnnotation( declarationToken ) {
598
598
 
599
599
  try {
600
600
  return getTypeAnnotation( resolvedToken.typeAnnotation.typeAnnotation );
601
- } catch ( e ) {
601
+ } catch {
602
602
  // Assume it's a fully undocumented variable, there's nothing we can do about that but fail silently.
603
603
  }
604
604
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/docgen",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
4
4
  "description": "Autogenerate public API documentation from exports and JSDoc comments.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
51
+ "gitHead": "b862d8c84121a47bbeff882f6c87e61681ce2e0d"
52
52
  }