From cae26802f3421e42fba02b69928db5e82bfc8e46 Mon Sep 17 00:00:00 2001 From: Ayman Safadi <875310+aymans@users.noreply.github.com> Date: Sat, 27 Nov 2021 23:48:04 -0800 Subject: [PATCH] Split "Class Fields and Static Properties" Split "Class Fields and Static Properties" into 2 separate features with links to their relative proposals. --- docusaurus/docs/supported-browsers-features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus/docs/supported-browsers-features.md b/docusaurus/docs/supported-browsers-features.md index d104c19a0c5..22ec95f4998 100644 --- a/docusaurus/docs/supported-browsers-features.md +++ b/docusaurus/docs/supported-browsers-features.md @@ -16,7 +16,8 @@ This project supports a superset of the latest JavaScript standard. In addition - [Async/await](https://github.com/tc39/ecmascript-asyncawait) (ES2017). - [Object Rest/Spread Properties](https://github.com/tc39/proposal-object-rest-spread) (ES2018). - [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 4 proposal) -- [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (part of stage 3 proposal). +- [Class Fields](https://github.com/tc39/proposal-class-fields) (part of stage 3 proposal). +- [Static Properties](https://github.com/tc39/proposal-static-class-features) (part of stage 3 proposal). - [JSX](https://facebook.github.io/react/docs/introducing-jsx.html), [Flow](./adding-flow) and [TypeScript](./adding-typescript). Learn more about [different proposal stages](https://tc39.github.io/process-document/).