Skip to content
Snippets Groups Projects
Commit c72926a1 authored by Rick Waldron's avatar Rick Waldron Committed by Leo Balter
Browse files

Features: add class-static-* feature names

parent 90e8859c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment