Warp/node_modules/rollup/dist/es/parseAst.js

13 lines
292 B
JavaScript
Raw Permalink Normal View History

2024-01-05 12:14:38 +00:00
/*
@license
2024-01-31 06:33:19 +00:00
Rollup.js v4.9.6
Sun, 21 Jan 2024 05:51:51 GMT - commit ecb6b0a430098052781aa6ee04ec92ee70960321
2024-01-05 12:14:38 +00:00
https://github.com/rollup/rollup
Released under the MIT License.
*/
import '../native.js';
export { parseAst, parseAstAsync } from './shared/parseAst.js';
import 'node:path';