rollup.js 514 B

1234567891011121314151617181920212223242526
  1. /*
  2. @license
  3. Rollup.js v2.40.0
  4. Fri, 26 Feb 2021 14:39:44 GMT - commit 0a0958ff926554abe9916178f56762ba71301ddd
  5. https://github.com/rollup/rollup
  6. Released under the MIT License.
  7. */
  8. 'use strict';
  9. Object.defineProperty(exports, '__esModule', { value: true });
  10. var rollup = require('./shared/rollup.js');
  11. require('path');
  12. require('crypto');
  13. require('fs');
  14. require('events');
  15. exports.VERSION = rollup.version;
  16. exports.rollup = rollup.rollup;
  17. exports.watch = rollup.watch;
  18. //# sourceMappingURL=rollup.js.map