Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
toman-tom committed Oct 17, 2024
1 parent 1973746 commit 82f252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/func.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type (
FunctionLiteral struct {
Function Idx
Name *Identifier
ParameterList ParameterList
ParameterList ParameterList `optional:"true"`
Body *BlockStatement

Async, Generator bool
Expand Down

0 comments on commit 82f252e

Please sign in to comment.