Last change
on this file since 57e58a3 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
441 bytes
|
Line | |
---|
1 | /*
|
---|
2 | @license
|
---|
3 | Rollup.js v4.34.4
|
---|
4 | Wed, 05 Feb 2025 21:30:40 GMT - commit 19312a762c3cda56a0f6dc80a0887a4499db2257
|
---|
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';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.