|
|
|
|
|
by pluma
3270 days ago
|
|
Libraries don't implement ES, JavaScript engines do. And JavaScript engines don't implement ES editions, they implement ES features. These features now have a five stage process ending with their inclusion in the next edition of the language spec. Most engine vendors want to be on the bleeding edge, so they start implementing features long before they are fully stable. The reason the editions are symbolic at this point is that they are just snapshots of the collection of features that have reached stage 4 by the time they are published. |
|