From e2bf6f63dc2a1a6dfaf4445d6418111e412156de Mon Sep 17 00:00:00 2001 From: jbhoosreddy Date: Wed, 29 Aug 2018 21:15:52 -0400 Subject: [PATCH] update features.txt --- features.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features.txt b/features.txt index 36ef5360ff..1cf8f2ac43 100644 --- a/features.txt +++ b/features.txt @@ -20,12 +20,16 @@ BigInt class-fields-public class-fields-private -# Static Class Fields & Methods: +# Static Class Fields & Methods: # https://github.com/tc39/proposal-static-class-features/ class-static-fields-public class-static-fields-private class-static-methods-private +# Private methods and getter/setters +# https://github.com/tc39/proposal-private-methods +class-methods-private + # Promise.prototype.finally # https://github.com/tc39/proposal-promise-finally Promise.prototype.finally