1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| /*
| @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';
|
|