rollup
Version:
Next-generation ES module bundler
13 lines (10 loc) • 293 B
JavaScript
/*
@license
Rollup.js v4.62.0
Sat, 13 Jun 2026 08:30:18 GMT - commit 5e0066d92defee0097f10fb814e63f60b2a7b612
https://github.com/rollup/rollup
Released under the MIT License.
*/
import '../native.js';
export { parseAst, parseAstAsync } from './shared/parseAst.js';
import 'node:path';