Skip to content

Commit

Permalink
fix: while expression identifier missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Jun 4, 2019
1 parent 80b03e6 commit 68e709f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utilities/nodeTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const shouldAddDollerParentList = new Set([
SyntaxKind.PropertyDeclaration,
SyntaxKind.EnumDeclaration,
SyntaxKind.ArrowFunction,
SyntaxKind.BindingElement
SyntaxKind.BindingElement,
SyntaxKind.WhileStatement
]);

/**
Expand Down

0 comments on commit 68e709f

Please sign in to comment.