13 lines
293 B
JavaScript
13 lines
293 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.18.0
|
|
Wed, 22 May 2024 05:03:09 GMT - commit bb6f069ea3623b0297ef3895f2dcb98a2ca5ef58
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
import '../native.js';
|
|
export { parseAst, parseAstAsync } from './shared/parseAst.js';
|
|
import 'node:path';
|