Closed
Bug 1685483
Opened 4 years ago
Closed 4 years ago
Disallow unparenthesised `await` expressions on the lhs of exponentiation expressions
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
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.
| Assignee | ||
Comment 1•4 years ago
|
||
We simply missed to classify await expressions as unary expressions.
Spec issue: https://github.com/tc39/ecma262/issues/2197
Depends on D101014
Updated•4 years ago
|
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
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•