19 lines
445 B
JavaScript
19 lines
445 B
JavaScript
|
/*
|
||
|
@license
|
||
|
Rollup.js v3.22.0
|
||
|
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
|
||
|
|
||
|
https://github.com/rollup/rollup
|
||
|
|
||
|
Released under the MIT License.
|
||
|
*/
|
||
|
export { version as VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
|
||
|
import 'node:path';
|
||
|
import 'path';
|
||
|
import 'node:process';
|
||
|
import 'node:perf_hooks';
|
||
|
import 'node:crypto';
|
||
|
import 'node:fs/promises';
|
||
|
import 'node:events';
|
||
|
import 'tty';
|