This is not a ponyfill, documentation (and code structure) is misleading
ChALkeR opened this issue · 0 comments
ChALkeR commented
It monkey-patches built-in Symbol
object here, right in ponyfill.js file:
symbol-observable/es/ponyfill.js
Lines 13 to 15 in 6b9ca7f
That goes against how ponyfill is defined:
A ponyfill, in contrast, doesn't monkey patch anything
Please update the documentation or remove monkey-patching built-ins to avoid confusion.
This is a classical polyfill and should be called accordingly.