13 lines
293 B
JavaScript
13 lines
293 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.30.1
|
|
Tue, 07 Jan 2025 10:35:22 GMT - commit 94917087deb9103fbf605c68670ceb3e71a67bf7
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
import '../native.js';
|
|
export { parseAst, parseAstAsync } from './shared/parseAst.js';
|
|
import 'node:path';
|