Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.5 KB

tc39.md

File metadata and controls

32 lines (19 loc) · 2.5 KB

TC39

ECMAScript proposals

Quoting Tan's "Closing" section at Creating custom JavaScript syntax with Babel

The steps we've gone through above is similar to part of the TC39 proposal process when defining a new JavaScript specification. When proposing a new specification, the champion1 of the proposal usually write polyfills or forked out babel to write proof-of-concept demos. As you've seen, forking a parser or writing polyfills is not the hardest part of the process, but to define the problem space, plan and think through the use cases and edge cases, and gather opinions and suggestions from the community. To this end, I am grateful to the proposal champions, for their effort in pushing the JavaScript language forward.

Proposals in Babel

Idea: Add Complex Numbers tp Babel

Here is a challenge for you:

References

Footnotes

  1. The person who is responsible for the ES proposal. Either the champion or a co-champion must be a member of TC39. See https://www.proposals.es/stages/stage1