Skip to content

Commit

Permalink
Add json-parse-with-source feature to boa_tester
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Apr 3, 2023
1 parent 08ed2a4 commit cb773e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boa_tester/src/edition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb773e6

Please sign in to comment.