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
I am struggling with finding the exact code change that caused Firefox to complain.
I followed the instructions for eclipse https://github.com/opensourceBIM/BIMserver/wiki/Eclipse
And rolled back changes to may 2018 for:
bimvie.ws
BIMserver-JavaScript-API
BIMserver
But still Firefox is complaining as follows:
SyntaxError: import declarations may only appear at top level of a module
At the moment we only develop/test on Google Chrome. So that's also the only platform supported. Any fixes that make BIMvie.ws work on other platforms are always welcome.
The problem here is that we don't know in advance where the API is coming from (it's dynamic), but Firefox does not like this, I think they will change this in the future as this is not a unique problem. Also when dynamic loading of modules has been standardized, we can switch to that.
Hi
Made an attempt at Version: 1.5.103-SNAPSHOT in eclipse:
This commit on Jun 12 seems to break the index/login-page when using Firefox
9a0fb16
Firefox version 61.0.1
Regards
The text was updated successfully, but these errors were encountered: