akashmugu
Results
1
comments of
akashmugu
yes. it makes more sense to just substitute passed variables and skip substituting unavailable variables [current code](https://github.com/Matt-Esch/string-template/blob/master/index.js#L21-L35) replaces [all substitution points](https://github.com/Matt-Esch/string-template/blob/master/index.js#L1) with variables available (like user, password, domain) and unavailable...