fix: review import templates #33
@@ -204,6 +204,7 @@ export function generateCleanArchitecture(
|
||||
operations: {
|
||||
classname: tag,
|
||||
classFilename: toCamelCase(tag),
|
||||
classVarName: toCamelCase(tag),
|
||||
constantName: tag.toUpperCase().replace(/[^A-Z0-9]/g, '_'),
|
||||
operation: tagsMap[tag],
|
||||
imports: imports
|
||||
|
||||
Reference in New Issue
Block a user