rollup
Version:
Next-generation ES module bundler
13 lines (10 loc) • 293 B
JavaScript
/*
@license
Rollup.js v4.44.1
Thu, 26 Jun 2025 04:33:05 GMT - commit 5a7f9e215a11de165b85dafd64350474847ec6db
https://github.com/rollup/rollup
Released under the MIT License.
*/
import '../native.js';
export { parseAst, parseAstAsync } from './shared/parseAst.js';
import 'node:path';