We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1b6ab commit 98b74cbCopy full SHA for 98b74cb
lib/lbt/resources/ResourceInfoList.js
@@ -24,7 +24,9 @@ class ResourceInfoList {
24
25
// --- transient state ---
26
/**
27
- * @type {string} name of the resource
+ * The name of the resource
28
+ *
29
+ * @type {string}
30
*/
31
this.name = prefix;
32
lib/processors/themeBuilder.js
@@ -114,10 +114,11 @@ export class ThemeBuilder {
114
}
115
116
117
- * Clears all cached build results
+ * Clears all cached build results.
118
*
119
- * @public
120
* Use this method to prevent high memory consumption when building many themes within the same process.
121
+ * @public
122
123
clearCache() {
124
this.builder.clearCache();
0 commit comments