Skip to content

Commit

Permalink
Merge 99096f7 into c052ad3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenp committed Mar 11, 2016
2 parents c052ad3 + 99096f7 commit 79816c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/free-variables.js
Expand Up @@ -100,6 +100,7 @@ function freeVariablesInExpression(expression, variables) {
case 'Literal':
case 'StringLiteral':
case 'NumericLiteral':
case 'BooleanLiteral':
case 'JSXEmptyExpression':
// noop
break;
Expand Down

0 comments on commit 79816c0

Please sign in to comment.