mirror of https://github.com/tc39/test262.git
Features: add class-static-* feature names
This commit is contained in:
parent
90e8859cdd
commit
c72926a107
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue