Class fields and private class members are now stage 4, ready for ES2022

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • proposal-class-fields

    Discontinued Orthogonally-informed combination of public and private fields proposals

  • Shortcuts to the most relevant sections for this proposal are here https://github.com/tc39/proposal-class-fields#development-history (but I see the links are now broken so some manual mapping is needed)

  • proposals

    Tracking ECMAScript Proposals

  • All finished proposals (stage 4)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • proposal-decorators

    Decorators for ES6 classes

  • There's also no const because we're dealing with properties, not variables. Variable declarations can be const, but not properties - not exactly, at least. You can have control over whether or not a property is writable, which is basically the same as const, but you need to handle that through Object.defineProperty(). In the future, decorators could potentially give you an easy way to specify that directly with the field definition

  • notes

    TC39 meeting notes (by tc39)

  • This is a good question. I'm not sure I saw the notes of the meeting when this happened, but all the notes are public here: https://github.com/tc39/notes/tree/master/meetings

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Time, Space and Complexity

    2 projects | dev.to | 17 Apr 2024
  • Javascript doubt

    2 projects | /r/CodingHelp | 4 Jun 2023
  • Is this a javascript thing or a typescript thing?

    1 project | /r/learnjavascript | 4 Jan 2023
  • Novedades javascript 2022 📢

    1 project | dev.to | 12 Jul 2022
  • New JavaScript Features ECMAScript 2022 (with examples)

    1 project | dev.to | 27 Jun 2022