bashor
04/06/2018, 8:26 AMgildor
04/06/2018, 8:35 AMmodule.exports = someFirebaseFunction
.
Or js-externals must contain only external declarations and do not try to add helpers/wrappers/etc?bashor
04/06/2018, 1:26 PMjs-externals must contain only external declarations and do not try to add helpers/wrappers/etc?Would be nice to avoid adding non-external declarations to libraries in
js-externals
repo.
But for some cases right now it’s impossible, e.g. for “plugins” that extends existing library by adding new members. In this case we have to use inline extension declarations. So this case is treated as exception.
Maybe your example could be treated as exception too, at least until we provide a better solution. We’ll think about it.