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, diff --git a/test262 b/test262 index 4a6439e4a7a..be0abd93cd7 160000 --- a/test262 +++ b/test262 @@ -1 +1 @@ -Subproject commit 4a6439e4a7aba77e305afc30977b02a34ad11b33 +Subproject commit be0abd93cd799a758714b5707fa87c9048fc38ce