Skip to content

Commit

Permalink
fix comments (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuckjet committed Mar 16, 2021
1 parent 51b785f commit 8fcc937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/js_parser/js_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ type parser struct {
relocatedTopLevelVars []js_ast.LocRef

// ArrowFunction is a special case in the grammar. Although it appears to be
// a PrimaryExpression, it's actually an AssigmentExpression. This means if
// a AssigmentExpression ends up producing an ArrowFunction then nothing can
// a PrimaryExpression, it's actually an AssignmentExpression. This means if
// a AssignmentExpression ends up producing an ArrowFunction then nothing can
// come after it other than the comma operator, since the comma operator is
// the only thing above AssignmentExpression under the Expression rule:
//
Expand Down

0 comments on commit 8fcc937

Please sign in to comment.