Skip to content

Commit

Permalink
feat: Add @ungap/promise-all-settled to future option
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Jun 13, 2019
1 parent 11547ca commit baeb9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Module|Target|Declares variable
-|-|-
[@ungap/from-entries](https://github.com/ungap/from-entries)|Object.fromEntries|Yes
[@ungap/global-this](https://github.com/ungap/global-this)|globalThis
[@ungap/promise-all-settled](https://github.com/ungap/promise-all-settled)|Promise.allSettled|Yes
[@ungap/promise-any](https://github.com/ungap/promise-any)|Promise.any|Yes
[@ungap/template-tag-arguments](https://github.com/ungap/template-tag-arguments)|(...args) => args|Yes

Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const replacements = {
const futureReplacements = {
'@ungap/from-entries': 'Object.fromEntries',
'@ungap/global-this': 'globalThis',
'@ungap/promise-all-settled': 'Promise.allSettled',
'@ungap/promise-any': 'Promise.any',
'@ungap/template-tag-arguments': '(...args) => args'
};
Expand Down

0 comments on commit baeb9a4

Please sign in to comment.