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
// Allow access to the module if the requester is in the allowlist
45
45
}else{
46
-
console.log({
47
-
message: `Blocked access to core module '${moduleName}' from ${srcRelativePath}`,
48
-
callStack,
49
-
methodAndFile,
50
-
match,
51
-
method,
52
-
sourceFileAndLineNumbers,
53
-
sourceFile,
54
-
srcRelativePath,
55
-
allowedRequesters
56
-
});
57
46
thrownewError(
58
-
`Access to core module '${moduleName}' from ${srcRelativePath} is restricted in this context (callStack: ${callStack}, sourceFile: ${sourceFile}, srcRelativePath: ${srcRelativePath})`
47
+
`Access to core module '${moduleName}' from ${sourceFileName} is restricted in this context`
0 commit comments