rollup
Version:
Next-generation ES module bundler
13 lines (10 loc) • 292 B
JavaScript
/*
@license
Rollup.js v4.4.0
Sun, 12 Nov 2023 07:49:26 GMT - commit 53d636051ac60da9b302c4bd6b7eaaccb4871f4b
https://github.com/rollup/rollup
Released under the MIT License.
*/
import '../native.js';
export { parseAst, parseAstAsync } from './shared/parseAst.js';
import 'node:path';