diff options
| author | Christian Cleberg <[email protected]> | 2026-04-18 22:32:53 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-18 22:32:53 -0500 |
| commit | 580e798e16346eb894eb899edac82d2efdf40adc (patch) | |
| tree | 6dec3b7db678f781138b40d34da37d21ac8fbe7d /node_modules/rollup/dist/es/rollup.js | |
| download | brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.tar.gz brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.tar.bz2 brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.zip | |
initial commit
Diffstat (limited to 'node_modules/rollup/dist/es/rollup.js')
| -rw-r--r-- | node_modules/rollup/dist/es/rollup.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/rollup/dist/es/rollup.js b/node_modules/rollup/dist/es/rollup.js new file mode 100644 index 0000000..8d30417 --- /dev/null +++ b/node_modules/rollup/dist/es/rollup.js @@ -0,0 +1,17 @@ +/* + @license + Rollup.js v4.60.1 + Mon, 30 Mar 2026 04:32:12 GMT - commit ae871d762f6bbeb4320d28fe179211168f27a434 + + 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'; |
