rollup.js 423 B

1234567891011121314151617
  1. /*
  2. @license
  3. Rollup.js v3.30.0
  4. Sun, 22 Feb 2026 06:50:42 GMT - commit 967740910dc90f3c928c91642f2b80c1ed40d60b
  5. https://github.com/rollup/rollup
  6. Released under the MIT License.
  7. */
  8. export { version as VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
  9. import 'node:path';
  10. import 'path';
  11. import 'node:process';
  12. import 'node:perf_hooks';
  13. import 'node:crypto';
  14. import 'node:fs/promises';
  15. import 'tty';