23 lines
506 B
JavaScript
23 lines
506 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.63.0
|
|
Tue, 25 Aug 2026 13:03:35 GMT - commit 34b8b924c815ec9413d7821f6fd54cc615584a51
|
|
|
|
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
|