From 3b6412ac1efbba2e627e114bbb63d2609e57c666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Sun, 24 May 2020 16:36:57 -0400 Subject: [PATCH] feat: add class features to shippedProposals (#2229) --- docs/preset-env.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/preset-env.md b/docs/preset-env.md index 4b3610ae81..47fdba8dc8 100644 --- a/docs/preset-env.md +++ b/docs/preset-env.md @@ -433,7 +433,9 @@ The following are currently supported: **Features** +- [class properties](https://github.com/tc39/proposal-class-fields) - [numeric separator](https://github.com/tc39/proposal-numeric-separator) +- [private methods](https://github.com/tc39/proposal-private-methods) > You can read more about configuring preset options [here](https://babeljs.io/docs/en/presets#preset-options)