Add Class Fields to the known features list

This commit is contained in:
Leo Balter 2017-08-22 16:52:32 -04:00
parent a7ccd3042b
commit 581e22e49c
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
1 changed files with 4 additions and 0 deletions

View File

@ -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