@wordpress/babel-plugin-makepot 5.9.0 → 5.10.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.
- package/index.js +1 -1
- 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 {
|
|
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.
|
|
3
|
+
"version": "5.10.0",
|
|
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": "
|
|
40
|
+
"gitHead": "cab6ebe2b4c5dbacfd753dcae4a2406559c4813c"
|
|
41
41
|
}
|