From e0d4ca0577a68ec7c54908f296d939ff101cd504 Mon Sep 17 00:00:00 2001 From: Shu-yu Guo Date: Mon, 27 Mar 2023 13:22:04 -0700 Subject: [PATCH] Add JSON.parse with source feature tag --- features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.txt b/features.txt index a398ae2e15..de9b10f44b 100644 --- a/features.txt +++ b/features.txt @@ -100,6 +100,10 @@ Array.fromAsync String.prototype.isWellFormed String.prototype.toWellFormed +# JSON.parse with source +# https://github.com/tc39/proposal-json-parse-with-source +json-parse-with-source + ## Standard language features # # Language features that have been included in a published version of the