23 lines
506 B
JavaScript
23 lines
506 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v4.53.1
|
|
Fri, 07 Nov 2025 21:55:39 GMT - commit e3bdcdfe5633a6835dc4c61f8cf93a682406d965
|
|
|
|
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
|