renamed "functionsentexpr" to "function_sent_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:32 +02:00
parent 45e6797a27
commit 4b99d056d2
4 changed files with 4 additions and 4 deletions

View File

@@ -328,7 +328,7 @@ case @expr.kind of
| 90 = @jsx_qualified_name
| 91 = @jsx_empty_expr
| 92 = @await_expr
| 93 = @functionsentexpr
| 93 = @function_sent_expr
| 94 = @decorator
| 95 = @exportdefaultspecifier
| 96 = @exportnamespacespecifier