Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
src\utils"
Browse files Browse the repository at this point in the history
  • Loading branch information
atwalg2 committed Apr 20, 2018
1 parent d614d76 commit 94fd973
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export function findBestMatchExpression(
symbols: Symbols,
tokenPos: ColumnPosition
) {
if (
!(symbols.memberExpressions && symbols.identifiers && symbols.identifiers)
) {
if (symbols.loading) {
return null;
}

Expand Down

0 comments on commit 94fd973

Please sign in to comment.