kjelsrud.dev/node_modules/rollup/dist/es/rollup.js

18 lines
423 B
JavaScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/*
@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';