UNPKG

rollup

Version:

Next-generation ES module bundler

33 lines (25 loc) 793 B
/* @license Rollup.js v4.4.0 Sun, 12 Nov 2023 07:49:26 GMT - commit 53d636051ac60da9b302c4bd6b7eaaccb4871f4b https://github.com/rollup/rollup Released under the MIT License. */ 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const rollup = require('./shared/rollup.js'); const watchProxy = require('./shared/watch-proxy.js'); require('./shared/parseAst.js'); require('./native.js'); require('node:path'); require('node:process'); require('tty'); require('path'); require('node:perf_hooks'); require('node:fs/promises'); require('./shared/fsevents-importer.js'); exports.VERSION = rollup.version; exports.defineConfig = rollup.defineConfig; exports.rollup = rollup.rollup; exports.watch = watchProxy.watch; //# sourceMappingURL=rollup.js.map