uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
learnoid.codeskitter.site
/
node_modules
/
unplugin
/
dist
/
context-DywFw7u5.cjs
/
/
"use strict"; const require_context = require('./context-nfVPmEse.cjs'); const node_path = require_context.__toESM(require("node:path")); const node_buffer = require_context.__toESM(require("node:buffer")); const node_process = require_context.__toESM(require("node:process")); const node_module = require_context.__toESM(require("node:module")); //#region src/webpack/context.ts function contextOptionsFromCompilation(compilation) { return { addWatchFile(file) { (compilation.fileDependencies ?? compilation.compilationDependencies).add(file); }, getWatchFiles() { return Array.from(compilation.fileDependencies ?? compilation.compilationDependencies); } }; } const require$1 = (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href); function getSource(fileSource) { const webpack = require$1("webpack"); return new webpack.sources.RawSource(typeof fileSource === "string" ? fileSource : node_buffer.Buffer.from(fileSource.buffer)); } function createBuildContext(options, compiler, compilation, loaderContext) { return { parse: require_context.parse, addWatchFile(id) { options.addWatchFile((0, node_path.resolve)(node_process.default.cwd(), id)); }, emitFile(emittedFile) { const outFileName = emittedFile.fileName || emittedFile.name; if (emittedFile.source && outFileName) { if (!compilation) throw new Error("unplugin/webpack: emitFile outside supported hooks (buildStart, buildEnd, load, transform, watchChange)"); compilation.emitAsset(outFileName, getSource(emittedFile.source)); } }, getWatchFiles() { return options.getWatchFiles(); }, getNativeBuildContext() { return { framework: "webpack", compiler, compilation, loaderContext }; } }; } function createContext(loader) { return { error: (error) => loader.emitError(normalizeMessage(error)), warn: (message) => loader.emitWarning(normalizeMessage(message)) }; } function normalizeMessage(error) { const err = new Error(typeof error === "string" ? error : error.message); if (typeof error === "object") { err.stack = error.stack; err.cause = error.meta; } return err; } //#endregion Object.defineProperty(exports, 'contextOptionsFromCompilation', { enumerable: true, get: function () { return contextOptionsFromCompilation; } }); Object.defineProperty(exports, 'createBuildContext', { enumerable: true, get: function () { return createBuildContext; } }); Object.defineProperty(exports, 'createContext', { enumerable: true, get: function () { return createContext; } }); Object.defineProperty(exports, 'normalizeMessage', { enumerable: true, get: function () { return normalizeMessage; } });
/home/users/unlimited/www/learnoid.codeskitter.site/node_modules/unplugin/dist/context-DywFw7u5.cjs