From 581e22e49cd2477a2e396d91cc90c1da33a42862 Mon Sep 17 00:00:00 2001
From: Leo Balter <leonardo.balter@gmail.com>
Date: Tue, 22 Aug 2017 16:52:32 -0400
Subject: [PATCH] Add Class Fields to the known features list

---
 features.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/features.txt b/features.txt
index 62201f2d47..913f7015ba 100644
--- a/features.txt
+++ b/features.txt
@@ -11,6 +11,10 @@
 # https://github.com/tc39/proposal-bigint
 BigInt
 
+# Class Fields
+# https://github.com/tc39/proposal-class-fields
+class-fields
+
 # Promise.prototype.finally
 # https://github.com/tc39/proposal-promise-finally
 Promise.prototype.finally
-- 
GitLab