18 lines
441 B
JavaScript
18 lines
441 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.61.1
|
|
Thu, 04 Jun 2026 05:21:21 GMT - commit b77daf0a97cf96e61870cc02de584e923bc70fad
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
export { version as VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
|
|
import './shared/parseAst.js';
|
|
import '../native.js';
|
|
import 'node:path';
|
|
import 'path';
|
|
import 'node:process';
|
|
import 'node:perf_hooks';
|
|
import 'node:fs/promises';
|