Closed
Bug 50002
Opened 25 years ago
Closed 25 years ago
Strict warning for trailing comma in JS object initializer
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: taras.tielkes, Assigned: brendan)
Details
(Keywords: js1.5)
Attachments
(1 file)
Brendan, per your request in the jseng news group:
Initializer lists that have a trailing comma shoud cause a warning in strict
mode. (What the heck is strict mode in this context? Strict ECMAScript?).
| Reporter | ||
Comment 1•25 years ago
|
||
Reassigning to Brendan Eich.(at his request)
Assignee: rogerl → brendan
| Reporter | ||
Comment 2•25 years ago
|
||
Changed assinged-to email adress to "@mozilla.org"
Assignee: brendan → brendan
| Assignee | ||
Comment 3•25 years ago
|
||
Compressing Summary to fit in query pages better, adding js1.5 keyword.
/be
Status: NEW → ASSIGNED
Keywords: js1.5
Summary: Strict mode warning should be emitted for trailing comma in initializer list → Strict warning for trailing comma in JS object initializer
Target Milestone: --- → M18
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
Looking for r= today, this one's easy.
/be
Comment 6•25 years ago
|
||
r=shaver, get in the tree.
| Assignee | ||
Comment 7•25 years ago
|
||
Fix checked in.
/be
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•