Closed Bug 1685483 Opened 3 years ago Closed 3 years ago

Disallow unparenthesised `await` expressions on the lhs of exponentiation expressions

Categories

(Core :: JavaScript Engine, defect, P1)

defect

Tracking

()

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: anba, Assigned: anba)

Details

Attachments

(1 file)

Disallow unparenthesised await expressions on the left-hand side of exponentiation expressions per https://github.com/tc39/ecma262/issues/2197.

We simply missed to classify await expressions as unary expressions.

Spec issue: https://github.com/tc39/ecma262/issues/2197

Depends on D101014

Severity: -- → S4
Priority: -- → P1
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63f1d59a1cef
Disallow unparenthesised await-expressions on the left-hand side of an exponentiation expression. r=yulia
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: