| /* | |
| @license | |
| Rollup.js v4.52.1 | |
| Tue, 23 Sep 2025 04:29:13 GMT - commit 69b5dd3e3edc03ab02cf948ea5278226fc9e60c8 | |
| 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 |