rollup.js 321 B

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