rollup.js 423 B

1234567891011121314151617
  1. /*
  2. @license
  3. Rollup.js v3.29.4
  4. Thu, 28 Sep 2023 04:54:30 GMT - commit 4e92d60fa90cead39481e3703d26e5d812f43bd1
  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';