You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Information about status of tests, documentations and browser implementations of proposals can be found in this wiki page.
How to Contribute
Please see Contributing to ECMAScript for the most up-to-date information on contributing proposals to this standard.
ECMA-402 is developed by the ECMA-402 Task Group under TC39. The task group achieves consensus and brings recommendations to TC39. The task group has a monthly teleconference. Community members who have followed the procedures in CONTRIBUTING.md are welcome to join the monthly meeting. Please see the ECMA-402 Monthly Calendar for the schedule and for information on how to dial into the meeting. Please also apply for membership in the ecma402-delegates@chromium.org mailing list.
Developing the Specification
After cloning, do npm install to set up your environment. You can then do npm run build to build the spec or npm run watch to set up a continuous build. The results will appear in the out directory, which you can use npm run clean to delete.