Skip to content

Commit

Permalink
Add map keyword inside reservedWords
Browse files Browse the repository at this point in the history
  • Loading branch information
gualtierim committed May 8, 2019
1 parent 84a7f98 commit 85d5101
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public TypeScriptInversifyClientCodegen() {
apiPackage = "api";
modelPackage = "model";

this.reservedWords.add("map");

this.cliOptions.add(new CliOption(NPM_NAME, "The name under which you want to publish generated npm package"));
this.cliOptions.add(new CliOption(NPM_VERSION, "The version of your npm package"));
this.cliOptions.add(new CliOption(NPM_REPOSITORY,
Expand Down

0 comments on commit 85d5101

Please sign in to comment.