main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
455 bytes
|
Rev | Line | |
---|
[d565449] | 1 | /*
|
---|
| 2 | @license
|
---|
[79a0317] | 3 | Rollup.js v4.28.1
|
---|
| 4 | Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba
|
---|
[d565449] | 5 |
|
---|
| 6 | https://github.com/rollup/rollup
|
---|
| 7 |
|
---|
| 8 | Released under the MIT License.
|
---|
| 9 | */
|
---|
| 10 | export { version as VERSION, defineConfig, rollup, watch } from './shared/node-entry.js';
|
---|
| 11 | import './shared/parseAst.js';
|
---|
| 12 | import '../native.js';
|
---|
| 13 | import 'node:path';
|
---|
| 14 | import 'path';
|
---|
| 15 | import 'node:process';
|
---|
| 16 | import 'node:perf_hooks';
|
---|
| 17 | import 'node:fs/promises';
|
---|
| 18 | import 'tty';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.