1 min readFeb 6, 2018
That’s right. The operator is not exported as — nor called using — a symbol, so the bundler cannot reliably determine whether or where it’s called. For example, it could be called like this someObservable[someVariable](value => value)
where someVariable
just happens to be "map"
.