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
For it to compile. Or error due to competing values of log
Possible Solution
Unsure
$ nim -v
Nim Compiler Version 1.4.0 [Linux: amd64]
Compiled at 2020-10-16
Copyright (c) 2006-2020 by Andreas Rumpf
git hash: 018ae963ba83934a68d815c3c1c44c06e8ec6178
active boot switches: -d:release
The text was updated successfully, but these errors were encountered:
the example code will leading to unknown behaviour, js call takes function, context, ...args,
your example d3 is object which is not callable, and if there is call proc in nim d3 will be first param, this will cause log into context position which will also leading to unexpected behaviour, issue here should separate to serveral issues.
Example
nim js test
Another example
Current Output
Expected Output
For it to compile. Or error due to competing values of log
Possible Solution
Unsure
The text was updated successfully, but these errors were encountered: