12345678910111213141516171819202122232425262728 |
- /*
- @license
- Rollup.js v2.70.1
- Mon, 14 Mar 2022 05:50:08 GMT - commit b8315e03f9790d610a413316fbf6d565f9340cab
- https://github.com/rollup/rollup
- Released under the MIT License.
- */
- 'use strict';
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
- const rollup = require('./shared/rollup.js');
- require('path');
- require('process');
- require('perf_hooks');
- require('crypto');
- require('fs');
- require('events');
- exports.VERSION = rollup.version;
- exports.defineConfig = rollup.defineConfig;
- exports.rollup = rollup.rollup;
- exports.watch = rollup.watch;
- //# sourceMappingURL=rollup.js.map
|