17 lines
423 B
JavaScript
17 lines
423 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v3.29.1
|
|
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8
|
|
|
|
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 'tty';
|