@wordpress/docgen 2.43.0 → 2.43.1-next.v.202604091042.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
|
|
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.43.1-next.v.202604091042.0+668146787",
|
|
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": "
|
|
51
|
+
"gitHead": "73606df74f1c38a084bfa5db97205259ef817593"
|
|
52
52
|
}
|