AA

Results 133 comments of AA

Can you provide an example why you need that?

It would be great to have the following bundles Math String Number Promise RegExp Array Object Reflect Collection Symbol

+1 it would be great to use the custom builds in the [autopolyfiller](https://github.com/azproduction/autopolyfiller) ps: https://github.com/azproduction/autopolyfiller-stable/issues/1

Are there any plans?

I see the following problems: https://github.com/Financial-Times/polyfill-service/issues/331 https://github.com/Financial-Times/polyfill-service/issues/341 https://github.com/Financial-Times/polyfill-service/issues/340 https://github.com/Financial-Times/polyfill-service/issues/339 https://github.com/Financial-Times/polyfill-service/issues/352 There is no no guarantee for backward compatibility of new versions For example, my grunt [plugin](https://www.npmjs.com/package/grunt-polyfill-service) is broken, by reason...

Maybe you'd pay attention to [Polyfiller](https://github.com/Polyfiller/polyfiller) :)

У меня была задача собрать полифилы, которые теоретически совместимы с IE9 (очень трудоемко поддерживать более ранние версии, поэтому я добавил возможность указать директорию для пользовательских полифилов). Есть планы подключить [core-js](https://github.com/zloirock/core-js),...

@zloirock, хм. похоже я пропустил это. Отлично! Меня интересует как собрать модуль без зависимостей, т.е. когда я запрашиваю `Array.from`, то мне не нужно включать в сборку `Symbols` или что-то из...

@zloirock, > к сожалению, на данный момент это API только для сборки по модулям, а не по фичам. Если на уровне директории `modules`, то ок, там вроде только `Math` одним...