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
Updates closure dependencies to the latest. (#263)
Older versions were using eval in some JSON parsing. Newer versions use JSON.parse.
The issue was raising warnings and errors where eval was not allowed. In general we
should not use it.
0 commit comments