Magikcraft / product-board

Release Notes for Magikcraft - what's new and noteworthy. Also: open issues or feature requests here.
https://www.magikcraft.io
1 stars 0 forks source link

Add Array.from and String.padStart to magikcraft.io type definitions #54

Closed jwulf closed 6 years ago

jwulf commented 6 years ago

Array.from and String.padStart polyfills are available from 1.6.0 of the Magikcraft API.

However, TypeScript spells will not compile with these functions in them because they are not in the type definitions. Add them.

jwulf commented 6 years ago

Also, add String.repeat - polyfill is now deployed.

jwulf commented 6 years ago

Done: https://github.com/Magikcraft/magikcraft.io/blob/master/typings/index.d.ts#L7