rollup.js 431 B

123456789101112131415161718
  1. /*
  2. @license
  3. Rollup.js v3.7.4
  4. Tue, 13 Dec 2022 05:29:18 GMT - commit bd3522b33f18001372638263aeb704b76edbf48c
  5. https://github.com/rollup/rollup
  6. Released under the MIT License.
  7. */
  8. export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.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';
  15. import 'node:events';
  16. import 'tty';