|
|
|
|
@ -3744,7 +3744,7 @@ var ts;
|
|
|
|
|
// See https://github.com/microsoft/typescript-etw for more information
|
|
|
|
|
var etwModule;
|
|
|
|
|
try {
|
|
|
|
|
var etwModulePath = (_a = ({"NODE_ENV":"production","PUBLIC_PATH":"/react/build/"}).TS_ETW_MODULE_PATH) !== null && _a !== void 0 ? _a : "./node_modules/@microsoft/typescript-etw";
|
|
|
|
|
var etwModulePath = (_a = ({"NODE_ENV":"production","PUBLIC_PATH":"/VirtualCourse/course/c69a4f7ee237f1cea82b1321ad120c43/react/build/"}).TS_ETW_MODULE_PATH) !== null && _a !== void 0 ? _a : "./node_modules/@microsoft/typescript-etw";
|
|
|
|
|
// require() will throw an exception if the module is not found
|
|
|
|
|
// It may also return undefined if not installed properly
|
|
|
|
|
// MONACOCHANGE
|
|
|
|
|
@ -164437,8 +164437,8 @@ else if (typeof process_process !== 'undefined') {
|
|
|
|
|
safeProcess = {
|
|
|
|
|
get platform() { return process_process.platform; },
|
|
|
|
|
get arch() { return process_process.arch; },
|
|
|
|
|
get env() { return ({"NODE_ENV":"production","PUBLIC_PATH":"/react/build/"}); },
|
|
|
|
|
cwd() { return ({"NODE_ENV":"production","PUBLIC_PATH":"/react/build/"})['VSCODE_CWD'] || process_process.cwd(); },
|
|
|
|
|
get env() { return ({"NODE_ENV":"production","PUBLIC_PATH":"/VirtualCourse/course/c69a4f7ee237f1cea82b1321ad120c43/react/build/"}); },
|
|
|
|
|
cwd() { return ({"NODE_ENV":"production","PUBLIC_PATH":"/VirtualCourse/course/c69a4f7ee237f1cea82b1321ad120c43/react/build/"})['VSCODE_CWD'] || process_process.cwd(); },
|
|
|
|
|
nextTick(callback) { return process_process.nextTick(callback); }
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
@ -164656,7 +164656,7 @@ const win32 = {
|
|
|
|
|
// absolute path, get cwd for that drive, or the process cwd if
|
|
|
|
|
// the drive cwd is not available. We're sure the device is not
|
|
|
|
|
// a UNC path at this points, because UNC paths are always absolute.
|
|
|
|
|
path = ({"NODE_ENV":"production","PUBLIC_PATH":"/react/build/"})[`=${resolvedDevice}`] || cwd();
|
|
|
|
|
path = ({"NODE_ENV":"production","PUBLIC_PATH":"/VirtualCourse/course/c69a4f7ee237f1cea82b1321ad120c43/react/build/"})[`=${resolvedDevice}`] || cwd();
|
|
|
|
|
// Verify that a cwd was found and that it actually points
|
|
|
|
|
// to our drive. If not, default to the drive's root.
|
|
|
|
|
if (path === undefined ||
|
|
|
|
|
|