rollup
Version:
Next-generation ES module bundler
13 lines (10 loc) • 293 B
JavaScript
/*
@license
Rollup.js v4.44.2
Fri, 04 Jul 2025 12:55:10 GMT - commit d6dd1e7c6ee3f8fcfd77e5b8082cc62387a8ac4f
https://github.com/rollup/rollup
Released under the MIT License.
*/
import '../native.js';
export { parseAst, parseAstAsync } from './shared/parseAst.js';
import 'node:path';