We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3015f commit cb21310Copy full SHA for cb21310
1 file changed
packages/b2c-tooling-sdk/src/scaffold/engine.ts
@@ -91,8 +91,8 @@ export function renderTemplate(template: string, context: TemplateContext): stri
91
}
92
93
/**
94
- * Render a file path template (using {{variable}} syntax)
95
- * @param pathTemplate - The path template string (e.g., "{{cartridgeName}}/cartridge/{{kebabCase moduleName}}.js")
+ * Render a file path template (using double-brace variable syntax)
+ * @param pathTemplate - The path template string with double-brace placeholders
96
* @param context - Template context with variables and helpers
97
* @returns Rendered path string
98
*/
0 commit comments