rollup.js 455 B

123456789101112131415161718
  1. /*
  2. @license
  3. Rollup.js v4.24.2
  4. Sun, 27 Oct 2024 15:39:37 GMT - commit 32d0e7dae85121ac0850ec28576a10a6302f84a9
  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 './shared/parseAst.js';
  10. import '../native.js';
  11. import 'node:path';
  12. import 'path';
  13. import 'node:process';
  14. import 'node:perf_hooks';
  15. import 'node:fs/promises';
  16. import 'tty';