Features: add class-static-* feature names

This commit is contained in:
Rick Waldron 2018-07-30 17:20:37 -04:00 committed by Leo Balter
parent 90e8859cdd
commit c72926a107
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ BigInt
class-fields-public
class-fields-private
# Static Class Fields & Methods:
# https://github.com/tc39/proposal-static-class-features/
class-static-fields-public
class-static-fields-private
class-static-methods-private
# Promise.prototype.finally
# https://github.com/tc39/proposal-promise-finally
Promise.prototype.finally