forked from loafle/openapi-generator-original
JS ES6 enhancements
This commit is contained in:
@@ -195,7 +195,7 @@ public class JavascriptClientCodegen extends DefaultCodegen implements CodegenCo
|
||||
cliOptions.add(new CliOption(CodegenConstants.HIDE_GENERATION_TIMESTAMP, "hides the timestamp when files were generated")
|
||||
.defaultValue(Boolean.TRUE.toString()));
|
||||
cliOptions.add(new CliOption(USE_ES6,
|
||||
"use USE_ES6")
|
||||
"use JavaScript ES6 (ECMAScript 6)")
|
||||
.defaultValue(Boolean.TRUE.toString()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user