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
Now if we load module inside MetaScript and pass require to it's context so module can load another module, this require will be executed in the global context of all application, not in internal MetaScript context. We need special require implementation to be executed inside MetaScript context.
The text was updated successfully, but these errors were encountered:
@AliusDieMorietur#58 landed but I'll close this issue after internal module nested require and commonjs cache implemented. Also need more tests for permissions. I hope will do that next week.
Now if we load module inside
MetaScript
and passrequire
to it's context so module can load another module, this require will be executed in the global context of all application, not in internalMetaScript
context. We need specialrequire
implementation to be executed insideMetaScript
context.The text was updated successfully, but these errors were encountered: