From 3ca772675463ac43cf0373c2d811e1030fcbe9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 18 Dec 2024 10:10:42 +0100 Subject: [PATCH] Add feature tag for async-iterator-helpers --- features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.txt b/features.txt index cba84fb484..cb4ed6454c 100644 --- a/features.txt +++ b/features.txt @@ -92,6 +92,10 @@ import-defer # https://github.com/tc39/proposal-iterator-sequencing iterator-sequencing +# Async Iterator Helpers +# https://github.com/tc39/proposal-async-iterator-helpers +async-iterator-helpers + ## Standard language features # # Language features that have been included in a published version of the