18 lines
423 B
JavaScript
18 lines
423 B
JavaScript
![]() |
/*
|
||
|
@license
|
||
|
Rollup.js v3.26.3
|
||
|
Mon, 17 Jul 2023 10:32:34 GMT - commit ce6f05843f6af9545fb2321c7ec99387ac1e2df0
|
||
|
|
||
|
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';
|