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
It seems that I can't create types that have members which are also custom types, when I am compiling with the nools executable. For example, the following code compiles correctly in Javascript with nools.compile(__dirname + "/test.nools"). However, when I run nools compile test.nools I get the error "ReferenceError: Message is not defined".
It seems that I can't create types that have members which are also custom types, when I am compiling with the
nools
executable. For example, the following code compiles correctly in Javascript withnools.compile(__dirname + "/test.nools")
. However, when I runnools compile test.nools
I get the error "ReferenceError: Message is not defined".The text was updated successfully, but these errors were encountered: