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.
Now if we load module inside
MetaScriptand passrequireto it's context so module can load another module, this require will be executed in the global context of all application, not in internalMetaScriptcontext. We need specialrequireimplementation to be executed insideMetaScriptcontext.