rollup.js 674 B

123456789101112131415161718192021222324252627282930
  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. 'use strict';
  9. Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  10. const rollup = require('./shared/rollup.js');
  11. require('node:path');
  12. require('path');
  13. require('node:process');
  14. require('node:perf_hooks');
  15. require('node:crypto');
  16. require('node:fs');
  17. require('node:events');
  18. require('tty');
  19. exports.VERSION = rollup.version;
  20. exports.defineConfig = rollup.defineConfig;
  21. exports.rollup = rollup.rollup;
  22. exports.watch = rollup.watch;
  23. //# sourceMappingURL=rollup.js.map