Skip to content

Commit

Permalink
Add feature promise-with-resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Sep 12, 2023
1 parent 3669121 commit 1aada52
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 @@ -80,6 +80,10 @@ static FEATURE_EDITION: phf::Map<&'static str, SpecEdition> = phf::phf_map! {
// https://github.com/tc39/proposal-iterator-helpers
"iterator-helpers" => SpecEdition::ESNext,

// Promise.withResolvers
// https://github.com/tc39/proposal-promise-with-resolvers
"promise-with-resolvers" => SpecEdition::ESNext,

// Part of the next ES14 edition
"Atomics.waitAsync" => SpecEdition::ESNext,
"array-find-from-last" => SpecEdition::ESNext,
Expand Down

0 comments on commit 1aada52

Please sign in to comment.