Files
med-notes/.pnpm-store/v10/files/8c/16c85d523acc8ebe9180e9b340c54ee472e2360821169bdc02e6d5d656a2c83eefc7fd12083633ef77a34f9a2ef90f966a1ecc1a99906a33c4d2391e337397
2025-05-09 05:30:08 +02:00

18 lines
441 B
Plaintext

/*
@license
Rollup.js v4.39.0
Wed, 02 Apr 2025 04:49:00 GMT - commit 5c001245779063abac3899aa9d25294ab003581b
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';