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
functionrequireFromString2(src,filename){varModule=module.constructor;filename=filename||uuid();// <<<< instead of defaulting to '', default to a uuidvarm=newModule();m._compile(src,filename);returnm;// return module not module.exports, so the user can get to the filename or whatnot}
The text was updated successfully, but these errors were encountered:
something like this:
The text was updated successfully, but these errors were encountered: