We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сейчас полифиллы для #Element.matches, #Element.closest, #Array.includes, #Array.find подключаются руками в polyfills.ts. Проблемы:
#Element.matches
#Element.closest
#Array.includes
#Array.find
import corejs
The text was updated successfully, but these errors were encountered:
FYI w3ctag/polyfills#6
Коротко: включать в либу глобальные полифиллы очень плохо, потому что они дублируются и могут конфликтовать с другими глобальными полифилами
Sorry, something went wrong.
Собираемся делать две версии: одна скомпиленная и с полифилами, а другая — нескомпиленная под es6 (es7?)
inomdzhon
Successfully merging a pull request may close this issue.
Сейчас полифиллы для
#Element.matches
,#Element.closest
,#Array.includes
,#Array.find
подключаются руками в polyfills.ts. Проблемы:import corejs
)The text was updated successfully, but these errors were encountered: