source: frontend/node_modules/rollup/dist/rollup.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 649 bytes
RevLine 
[9af201e]1/*
2 @license
3 Rollup.js v2.80.0
4 Sun, 22 Feb 2026 06:16:40 GMT - commit d17ae15336a45c3c59b2a4aacac2b14186035d28
5
6 https://github.com/rollup/rollup
7
8 Released under the MIT License.
9*/
10'use strict';
11
12Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
13
14const rollup = require('./shared/rollup.js');
15require('path');
16require('process');
17require('perf_hooks');
18require('crypto');
19require('fs');
20require('events');
21
22
23
24exports.VERSION = rollup.version;
25exports.defineConfig = rollup.defineConfig;
26exports.rollup = rollup.rollup;
27exports.watch = rollup.watch;
28//# sourceMappingURL=rollup.js.map
Note: See TracBrowser for help on using the repository browser.