13 lines
293 B
JavaScript
13 lines
293 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.22.4
|
|
Sat, 21 Sep 2024 06:10:53 GMT - commit 79c0aba353ca84c0e22c3cfe9eee433ba83f3670
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
import '../native.js';
|
|
export { parseAst, parseAstAsync } from './shared/parseAst.js';
|
|
import 'node:path';
|