Skip to content

Commit 9ac6f25

Browse files
committed
MC-10833: Resolve TypeScript errors
- Resolve CR comments
1 parent 9f8fee2 commit 9ac6f25

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/PageBuilder/i18n/en_US.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ Add,Add
286286
"Add Content","Add Content"
287287
"No products were found matching your condition","No products were found matching your condition"
288288
"You must provide a valid <a href="%s">Google Maps API key</a> to use a map.","You must provide a valid <a href="%s">Google Maps API key</a> to use a map."
289+
"Close Full Screen","Close Full Screen"
290+
"Open in Full Screen","Open in Full Screen"

dev/dts-generator.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const copyrightComment = `/**
1515
/**
1616
* Resolve a file system path to the Magento module import path
1717
*
18-
* @param currentModuleId
19-
* @returns {*}
18+
* @param {string} currentModuleId
19+
* @returns {string}
2020
*/
2121
function resolveModuleIdToMagentoPath(currentModuleId) {
2222
return currentModuleId.replace(
@@ -45,6 +45,7 @@ require('dts-generator').default({
4545
)
4646
);
4747
}
48+
4849
return params.importedModuleId;
4950
}
5051
}).then(() => {

0 commit comments

Comments
 (0)