From 991a38932aefeac2300b4c52b573597107467406 Mon Sep 17 00:00:00 2001 From: rwaldron Date: Fri, 16 Jul 2021 10:02:41 -0400 Subject: [PATCH] Fix features.txt order --- features.txt | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/features.txt b/features.txt index 66d09e854a..53981773e8 100644 --- a/features.txt +++ b/features.txt @@ -221,6 +221,30 @@ Object.hasOwn # https://github.com/tc39/proposal-class-static-block class-static-block +# Ergonomic brand checks for Private Fields +# https://github.com/tc39/proposal-private-fields-in-in +class-fields-private-in + +# Error cause +# https://github.com/tc39/proposal-error-cause +error-cause + +# Import Assertions +# https://github.com/tc39/proposal-import-assertions/ +import-assertions + +# JSON modules +# https://github.com/tc39/proposal-json-modules +json-modules + +# Resizable Arraybuffer +# https://github.com/tc39/proposal-resizablearraybuffer +resizable-arraybuffer + +# Temporal +# https://github.com/tc39/proposal-temporal +Temporal + ## Standard language features # # Language features that have been included in a published version of the @@ -319,27 +343,3 @@ __setter__ IsHTMLDDA host-gc-required - -# Ergonomic brand checks for Private Fields -# https://github.com/tc39/proposal-private-fields-in-in -class-fields-private-in - -# Error cause -# https://github.com/tc39/proposal-error-cause -error-cause - -# Import Assertions -# https://github.com/tc39/proposal-import-assertions/ -import-assertions - -# JSON modules -# https://github.com/tc39/proposal-json-modules -json-modules - -# Resizable Arraybuffer -# https://github.com/tc39/proposal-resizablearraybuffer -resizable-arraybuffer - -# Temporal -# https://github.com/tc39/proposal-temporal -Temporal