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
When i'm calling fastOptJS and fullOptJS, no error occurs, but it should.
When i'm running this code in browser, foo is undefined runtime exception occurs.
scala.js 0.6.3.
Normally, some like this must be thrown during compile:
[error] TestCase.scala:8: The argument to JSName must be a literal string
[error] @JSName(CONST_1)
[error] ^
[error] one error found