rollup.js 445 B

123456789101112131415161718
  1. /*
  2. @license
  3. Rollup.js v3.18.0
  4. Wed, 01 Mar 2023 18:45:12 GMT - commit 25bdc129d21685b69a00ee55397d42ac6eff6449
  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 'node:events';
  16. import 'tty';