| 123456789101112131415161718 |
- /*
- @license
- Rollup.js v3.7.4
- Tue, 13 Dec 2022 05:29:18 GMT - commit bd3522b33f18001372638263aeb704b76edbf48c
- https://github.com/rollup/rollup
- Released under the MIT License.
- */
- export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
- import 'node:path';
- import 'path';
- import 'node:process';
- import 'node:perf_hooks';
- import 'node:crypto';
- import 'node:fs';
- import 'node:events';
- import 'tty';
|