| 1234567891011121314151617 |
- /*
- @license
- Rollup.js v3.23.1
- Sun, 04 Jun 2023 18:41:19 GMT - commit d83684788ef0e8bf0fc4449680960c3783a37def
- 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 'tty';
|