From cb773e643c54f7795b73b9d1fd131ae0da558481 Mon Sep 17 00:00:00 2001 From: Haled Odat Date: Mon, 3 Apr 2023 15:00:45 +0200 Subject: [PATCH 1/2] Add `json-parse-with-source` feature to boa_tester --- boa_tester/src/edition.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boa_tester/src/edition.rs b/boa_tester/src/edition.rs index 38cd0fd538a..4ed8558a0bc 100644 --- a/boa_tester/src/edition.rs +++ b/boa_tester/src/edition.rs @@ -47,6 +47,10 @@ static FEATURE_EDITION: phf::Map<&'static str, SpecEdition> = phf::phf_map! { // https://github.com/tc39/proposal-json-modules "json-modules" => SpecEdition::ESNext, + // JSON.parse with source + // https://github.com/tc39/proposal-json-parse-with-source + "json-parse-with-source" => SpecEdition::ESNext, + // Resizable Arraybuffer // https://github.com/tc39/proposal-resizablearraybuffer "resizable-arraybuffer" => SpecEdition::ESNext, From a0d88eeedd50703f0a4860e166306abc987418f4 Mon Sep 17 00:00:00 2001 From: Haled Odat Date: Mon, 3 Apr 2023 15:03:03 +0200 Subject: [PATCH 2/2] update test262 module --- test262 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test262 b/test262 index 4a6439e4a7a..be0abd93cd7 160000 --- a/test262 +++ b/test262 @@ -1 +1 @@ -Subproject commit 4a6439e4a7aba77e305afc30977b02a34ad11b33 +Subproject commit be0abd93cd799a758714b5707fa87c9048fc38ce