mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Codegen: Create internal folders
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user