12345678910111213141516 |
- /*
- @license
- Rollup.js v2.72.1
- Sat, 07 May 2022 19:04:43 GMT - commit 8c6e0f319b792ea52fe979888593b6523315ae93
- 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';
|