12345678910111213141516 |
- /*
- @license
- Rollup.js v2.77.3
- Thu, 11 Aug 2022 05:48:58 GMT - commit 1165d46685ef3c70617b2f150ab245ff5de5e783
- 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';
|