Closed
Bug 837314
(harmony-classes)
Opened 13 years ago
Closed 2 years ago
Implement ES6 classes
Categories
(Core :: JavaScript Engine, task)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, Whiteboard: [DocArea=JS])
As specified in 13.5 of the draft spec.
Comment 1•13 years ago
|
||
Sweet. This would make JS programming definitely more fun for me!
Updated•12 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 2•11 years ago
|
||
Class definitions meanwhile moved to 14.5 of the draft spec. I added the URL for reference.
Sebastian
Updated•11 years ago
|
Whiteboard: [DocArea=JS]
Comment 3•11 years ago
|
||
Sounds like everyone else will have classes real soon.
https://groups.google.com/a/chromium.org/d/msg/blink-dev/FQJqI7ThU_Y/3clnlEO7zoIJ
Comment 4•10 years ago
|
||
dev-doc-info |
Documentation for this is wip as things land. Feel free to improve and help out:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/static
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/class
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/class
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/super
Reporter | ||
Updated•10 years ago
|
Comment 5•6 years ago
|
||
Steven, I guess we can close this one?
Type: defect → task
Flags: needinfo?(sdetar)
Comment 6•6 years ago
|
||
Jason, can we close this bug?
Flags: needinfo?(sdetar) → needinfo?(jorendorff)
Reporter | ||
Comment 7•6 years ago
|
||
Sure.
It was open because there are still remaining dependencies. They are real (but low-priority) bugs in our implementation of classes.
Flags: needinfo?(jorendorff)
Updated•3 years ago
|
Severity: normal → S3
Comment 9•2 years ago
|
||
Let's close this. We've been shipping this for a long time.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•