You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
649 B
29 lines
649 B
2 years ago
|
/*
|
||
|
@license
|
||
|
Rollup.js v2.75.7
|
||
|
Mon, 20 Jun 2022 07:24:02 GMT - commit 057171c2d3bc2092b7f543fc05ead01f12595f12
|
||
|
|
||
|
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
|