Codegen: Create internal folders

This commit is contained in:
Tom Hvitved
2024-09-17 08:49:56 +02:00
parent c7e3682597
commit 1433363523
3 changed files with 31 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
// generated by {{generator}}, do not edit
/**
* This module provides the public class `{{name}}`.
* This module provides the {{^internal}}public {{/internal}}class `{{name}}`.
*/
private import {{name}}Impl
private import {{^internal}}internal.{{/internal}}{{name}}Impl
{{#imports}}
import {{.}}
{{/imports}}