Skip to content

Commit 98b74cb

Browse files
committed
[INTERNAL] Solve JSDoc warnings for ResourceListGenerator and themeBuilder
1 parent 3e1b6ab commit 98b74cb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

lib/lbt/resources/ResourceInfoList.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ class ResourceInfoList {
2424

2525
// --- transient state ---
2626
/**
27-
* @type {string} name of the resource
27+
* The name of the resource
28+
*
29+
* @type {string}
2830
*/
2931
this.name = prefix;
3032
/**

lib/processors/themeBuilder.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,11 @@ export class ThemeBuilder {
114114
}
115115

116116
/**
117-
* Clears all cached build results
117+
* Clears all cached build results.
118118
*
119-
* @public
120119
* Use this method to prevent high memory consumption when building many themes within the same process.
120+
*
121+
* @public
121122
*/
122123
clearCache() {
123124
this.builder.clearCache();

0 commit comments

Comments
 (0)