rollup.js 514 B

1234567891011121314151617181920212223242526
  1. /*
  2. @license
  3. Rollup.js v2.33.1
  4. Mon, 02 Nov 2020 06:50:50 GMT - commit d861c91c068bc4e64d84db3b84232d3fb7f1d073
  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('fs');
  12. require('path');
  13. require('crypto');
  14. require('events');
  15. exports.VERSION = rollup.version;
  16. exports.rollup = rollup.rollup;
  17. exports.watch = rollup.watch;
  18. //# sourceMappingURL=rollup.js.map