You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed. It's a bug in Buble: bublejs/buble#258
I wonder why we never saw this error in testing and on live maps — the affected code is Match expression serialize.
Looks like the offending code (introduced in #6469) is never used at runtime, that's why we never noticed the issue. It's only reproducible when you process the bundle with Google Closure.
mapbox-gl-js version:
1.10.1
browser:
(fails on build-time)
Steps to Trigger Behavior
Link to Demonstration
I think some of the javascript bundlers are incorrectly configured.
On lines 8185-8198 in the file dist/mapbox-gl-unminified.js you should see
where the token
outputIndex$1
is undeclared, this breaks builds with for example google closure compiler, not sure how this affects other compilers.The text was updated successfully, but these errors were encountered: