@wordpress/babel-plugin-makepot 5.9.0 → 5.10.1

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -110,7 +110,7 @@ function getNodeAsString( node ) {
110
110
  * @param {number} _originalNodeLine Private: In recursion, line number of
111
111
  * the original node passed.
112
112
  *
113
- * @return {?string} Extracted comment.
113
+ * @return {string | undefined} Extracted comment.
114
114
  */
115
115
  function getExtractedComment( path, _originalNodeLine ) {
116
116
  const { node, parent, parentPath } = path;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-plugin-makepot",
3
- "version": "5.9.0",
3
+ "version": "5.10.1",
4
4
  "description": "WordPress Babel internationalization (i18n) plugin.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "204c880ff65295768e9695dfee6c7a9fee1fdd05"
40
+ "gitHead": "e9ff92d836928aba65dde94d9d193bc401a934d7"
41
41
  }