123456789101112131415161718 |
- /*
- @license
- Rollup.js v3.18.0
- Wed, 01 Mar 2023 18:45:12 GMT - commit 25bdc129d21685b69a00ee55397d42ac6eff6449
- https://github.com/rollup/rollup
- Released under the MIT License.
- */
- export { version as VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
- import 'node:path';
- import 'path';
- import 'node:process';
- import 'node:perf_hooks';
- import 'node:crypto';
- import 'node:fs/promises';
- import 'node:events';
- import 'tty';
|