wrangler-action/node_modules/rollup/dist/es/rollup.js
2023-08-07 15:11:15 -05:00

17 lines
423 B
JavaScript

/*
@license
Rollup.js v3.27.0
Fri, 28 Jul 2023 14:16:41 GMT - commit ac502f2dbdd2d96cb55547fd94942f170978fefd
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';