Open rwaldron opened 7 years ago
Heya thanks for the info - that's a rather large list you have there haha. I'll be happy to link to this issue from the Readme once I'm back behind my laptop (:
On Thu, Jan 19, 2017, 22:15 Rick Waldron notifications@github.com wrote:
Great project—I suspect you will all learn and build some excellent things. I just wanted to respond, in the most sincere way, with a few resources for everyone here to check out:
- http://github.com/tc39/agendas https://github.com/tc39/agendas is the repo where all meeting agendas are posted and created over the 2 months between each meeting. Here is the agenda for next week: https://github.com/tc39/agendas/blob/master/2017/01.md
- https://github.com/tc39/test262 is the open source repo containing all of the spec conformance tests—these are also written in JS. Contribution only requires signing a CLA (very much like most large open source projects)
- https://github.com/tc39/process-document is home to the source of the TC39 Process Document https://tc39.github.io/process-document/ which concretely defines the steps taken to bring features/fixes/changes etc from proposal to published specification. Here is a list of all proposals, both active and inactive:
- https://github.com/tc39/proposal-async-iteration
- https://github.com/tc39/proposal-bind-operator
- https://github.com/tc39/proposal-cancelable-promises
- https://github.com/tc39/proposal-class-public-fields
- https://github.com/tc39/proposal-decorators
- https://github.com/tc39/proposal-dynamic-import
- https://github.com/tc39/proposal-dynamic-modules
- https://github.com/tc39/proposal-global
- https://github.com/tc39/proposal-intl-plural-rules
- https://github.com/tc39/proposal-intl-segmenter
- https://github.com/tc39/proposal-module-get
- https://github.com/tc39/proposal-object-getownpropertydescriptors
- https://github.com/tc39/proposal-object-values-entries
- https://github.com/tc39/proposal-observable
- https://github.com/tc39/proposal-private-fields
- https://github.com/tc39/proposal-promise-finally
- https://github.com/tc39/proposal-ptc-syntax
- https://github.com/tc39/proposal-realms
- https://github.com/tc39/proposal-regexp-legacy-features
- https://github.com/tc39/proposal-regexp-lookbehind
- https://github.com/tc39/proposal-regexp-named-groups
- https://github.com/tc39/proposal-regexp-unicode-property-escapes
- https://github.com/tc39/proposal-string-pad-start-end
- https://github.com/tc39/proposal-template-literal-revision
- https://github.com/tc39/proposal-trailing-function-commas
- https://github.com/tc39/proposal-weakrefs
- https://github.com/tc39/proposals is where you'd look if you want to see the progress of the proposals "at a glance" (ie. stage, activity, etc).
- https://github.com/tc39/tc39-notes is sync-ed fork of my own meeting notes dating back to May 2012. This material is a bit dense, but I hope it accurately captures the discussions, motivations, reasons and rationales. It's also a good place to track the history of specific features as they evolved from proposal to specification. This is so open that it contains the Ecma legal stuff from every meeting, as well as the names of every person in attendance.
- https://github.com/tc39/ecma262 is the big one! That's the actual spec source itself, contributions are subject only to CLA signature.
Ok, that's all! I hope you find the resources helpful :)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yoshuawuyts/es2020/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWlejM7Fx9o2vGxMivIoSo_tlPOPctiks5rT9JcgaJpZM4LonOO .
Great project—I suspect you will all learn and build some excellent things. I just wanted to respond, in the most sincere way, with a few resources for everyone here to check out:
Ok, that's all! I hope you find the resources helpful :)