19 lines
445 B
JavaScript
Executable File
19 lines
445 B
JavaScript
Executable File
/*
|
|
@license
|
|
Rollup.js v3.20.2
|
|
Fri, 24 Mar 2023 06:17:57 GMT - commit 1517d0360d66893d5cacdbaf7bc9d841c1c38069
|
|
|
|
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';
|