12345678910111213141516 |
- /*
- @license
- Rollup.js v2.70.1
- Mon, 14 Mar 2022 05:50:08 GMT - commit b8315e03f9790d610a413316fbf6d565f9340cab
- 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';
|