rollup.js 373 B

12345678910111213141516
  1. /*
  2. @license
  3. Rollup.js v2.78.0
  4. Sun, 14 Aug 2022 04:30:34 GMT - commit 105b264847892c8f7966364d73f6900554178f58
  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 'path';
  10. import 'process';
  11. import 'perf_hooks';
  12. import 'crypto';
  13. import 'fs';
  14. import 'events';