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-D_KPTgTH.js
/
/
import { parse } from "./context-D49cMElb.js"; import { resolve } from "node:path"; import { Buffer } from "node:buffer"; //#region src/rspack/context.ts function createBuildContext(compiler, compilation, loaderContext) { return { getNativeBuildContext() { return { framework: "rspack", compiler, compilation, loaderContext }; }, addWatchFile(file) { const cwd = process.cwd(); compilation.fileDependencies.add(resolve(cwd, file)); }, getWatchFiles() { return Array.from(compilation.fileDependencies); }, parse, emitFile(emittedFile) { const outFileName = emittedFile.fileName || emittedFile.name; if (emittedFile.source && outFileName) { const { sources } = compilation.compiler.webpack; compilation.emitAsset(outFileName, new sources.RawSource(typeof emittedFile.source === "string" ? emittedFile.source : Buffer.from(emittedFile.source))); } } }; } 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 export { createBuildContext, createContext, normalizeMessage };
/home/users/unlimited/www/learnoid.codeskitter.site/node_modules/unplugin/dist/context-D_KPTgTH.js