rollup.js 321 B

123456789101112131415
  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. export { version as VERSION, rollup, watch } from './shared/rollup.js';
  9. import 'path';
  10. import 'crypto';
  11. import 'fs';
  12. import 'events';