parseAst.js 293 B

123456789101112
  1. /*
  2. @license
  3. Rollup.js v4.55.2
  4. Mon, 19 Jan 2026 10:12:51 GMT - commit bd293ba3739e20b00a520e2a77acbb2377c76732
  5. https://github.com/rollup/rollup
  6. Released under the MIT License.
  7. */
  8. import '../native.js';
  9. export { parseAst, parseAstAsync } from './shared/parseAst.js';
  10. import 'node:path';