Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
#!/usr/bin/env node
/*
@license
Rollup.js v4.62.2
Fri, 19 Jun 2026 14:55:11 GMT - commit 8faa18777374582bb813d54ce3623f4acf1f9e0b
https://github.com/rollup/rollup
Released under the MIT License.
*/
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const process$1 = require('node:process');
const require$$2 = require('util');
const require$$0 = require('path');
const require$$0$1 = require('fs');
const rollup = require('../shared/rollup.js');
const parseAst_js = require('../shared/parseAst.js');
const fseventsImporter = require('../shared/fsevents-importer.js');
const promises = require('node:fs/promises');
const path = require('node:path');
const loadConfigFile_js = require('../shared/loadConfigFile.js');
require('../native.js');
require('node:perf_hooks');
require('node:url');
require('../getLogFilter.js');
const help = "rollup version 4.62.2\n=====================================\n\nUsage: rollup [options] \n\nOptions:\n\n-c, --config Use this config file (if argument is used but value\n is unspecified, Rollup will try to load configuration files in\n the following order:\n rollup.config.mjs -> rollup.config.cjs -> rollup.config.js)\n-d, --dir Directory for chunks (if absent, prints to stdout)\n-e, --external Comma-separate list of module IDs to exclude\n-f, --format Type of output (amd, cjs, es, iife, umd, system)\n-g, --globals Comma-separate list of `moduleID:Global` pairs\n-h, --help Show this help message\n-i, --input Input (alternative to )\n-m, --sourcemap Generate sourcemap (`-m inline` for inline map)\n-n, --name Name for UMD export\n-o, --file