13 lines
293 B
JavaScript
13 lines
293 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.45.3
|
|
Sat, 26 Jul 2025 13:41:14 GMT - commit d6908c90c26220f490ff43b226e61288c864d06a
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
import '../native.js';
|
|
export { parseAst, parseAstAsync } from './shared/parseAst.js';
|
|
import 'node:path';
|