12345678910111213141516 |
- /*
- @license
- Rollup.js v2.78.0
- Sun, 14 Aug 2022 04:30:34 GMT - commit 105b264847892c8f7966364d73f6900554178f58
- https://github.com/rollup/rollup
- Released under the MIT License.
- */
- export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
- import 'path';
- import 'process';
- import 'perf_hooks';
- import 'crypto';
- import 'fs';
- import 'events';
|