travel/web/node_modules/rollup/dist/es/parseAst.js

13 lines
293 B
JavaScript
Raw Normal View History

2024-06-24 11:28:18 +08:00
/*
@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';