add support for the when polyfill, and expand the defition of ES2015PromiseDefinition

This commit is contained in:
Erik Krogh Kristensen
2021-06-20 18:49:06 +02:00
parent e467ea2ea6
commit bb1c971348
5 changed files with 19 additions and 4 deletions

View File

@@ -6,4 +6,5 @@ lgtm,codescanning
[promise-polyfill](https://npmjs.com/package/promise-polyfill),
[rsvp](https://npmjs.com/package/rsvp),
[es6-promise](https://npmjs.com/package/es6-promise),
[native-promise-only](https://npmjs.com/package/native-promise-only)
[native-promise-only](https://npmjs.com/package/native-promise-only),
[when](https://npmjs.com/package/when)