Skip to content

Commit

Permalink
Remove @(expr)(), add @this.#private
Browse files Browse the repository at this point in the history
  • Loading branch information
pzuraq committed Apr 24, 2022
1 parent 87c267d commit 5c4e9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -24328,14 +24328,14 @@ <h2>Syntax</h2>

DecoratorMemberExpression[Yield, Await] :
IdentifierReference[?Yield, ?Await]
PrivateIdentifier
DecoratorMemberExpression[?Yield, ?Await] `.` IdentifierName

DecoratorParenthesizedExpression[Yield, Await] :
`(` Expression[+In, ?Yield, ?Await] `)`

DecoratorCallExpression[Yield, Await] :
DecoratorMemberExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
DecoratorParenthesizedExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
</emu-grammar>

<emu-clause id="sec-decoratorevaluation" type="sdo">
Expand Down

0 comments on commit 5c4e9a6

Please sign in to comment.