rollup.js 423 B

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