Skip to content

Commit

Permalink
Add tests for Promise.try (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Jul 24, 2024
1 parent 5dc9c2e commit 477d781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/js.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
}
},
"Promise": {
"__comment": "Remove when https://tc39.es/proposal-promise-with-resolvers/#sec-promise.withResolvers is merged into the main ECMAScript spec.",
"__comment": "Remove when https://tc39.es/proposal-promise-try and https://tc39.es/proposal-promise-with-resolvers/#sec-promise.withResolvers are merged into the main ECMAScript spec.",
"members": {
"static": ["withResolvers"]
"static": ["try", "withResolvers"]
}
},
"RegExp": {
Expand Down

0 comments on commit 477d781

Please sign in to comment.