twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

Fix hulk duplicated argument name #247

Closed rtfpessoa closed 5 years ago

rtfpessoa commented 8 years ago

The variable renaming was using the same short string v as the version which was blocking the usage of -v for the variable name.

To fix this, v was replaced with -vn (variable name).