List what polyfills are included
Closed this issue · 3 comments
gheoan commented
I'm submitting a feature request
Current behavior:
Source code must be checked to find what polyfills are included in this library.
Expected/desired behavior:
- What is the expected behavior?
There should be a list of what polyfills are included in this library. - What is the motivation / use case for changing the behavior?
Only loading missing polyfills when using other polyfills libraries besides this one.
EisenbergEffect commented
@gheoan Sounds like a great contribution opportunity to send a PR to the readme file :)
gheoan commented
Array.from
Array.prototype.find
Array.prototype.findIndex
Array.prototype.includes
WeakMap
Map
Set
WeakSet
Number.isNaN
Number.isFinite
Object.assign
Reflect.getOwnMetadata
Reflect.defineMetadata
Reflect.metadata
Reflect.defineProperty
Reflect.construct
Reflect.ownKeys
String.prototype.endsWith
String.prototype.startsWith
Object.getOwnPropertySymbols
Symbol