13 lines
293 B
JavaScript
13 lines
293 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.36.0
|
|
Mon, 17 Mar 2025 08:35:11 GMT - commit ab7bfa8fe9c25e41cc62058fa2dcde6b321fd51d
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
import '../native.js';
|
|
export { parseAst, parseAstAsync } from './shared/parseAst.js';
|
|
import 'node:path';
|