Skip to content

Commit

Permalink
Expose equal from util.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser committed May 19, 2017
1 parent bd1af60 commit d01a0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compile/util.js
Expand Up @@ -9,6 +9,7 @@ module.exports = {
toHash: toHash,
getProperty: getProperty,
escapeQuotes: escapeQuotes,
equal: require('./equal'),
ucs2length: require('./ucs2length'),
varOccurences: varOccurences,
varReplace: varReplace,
Expand Down

0 comments on commit d01a0b8

Please sign in to comment.