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,