/* @license Rollup.js v4.23.0 Tue, 01 Oct 2024 07:09:35 GMT - commit ed98e0821e6ad064839f0af46ceca061adbe3f14 https://github.com/rollup/rollup Released under the MIT License. */ 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); require('./native.js'); const parseAst_js = require('./shared/parseAst.js'); require('node:path'); exports.parseAst = parseAst_js.parseAst; exports.parseAstAsync = parseAst_js.parseAstAsync; //# sourceMappingURL=parseAst.js.map