UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

19 lines (15 loc) 348 B
import { AST } from './index.js'; import 'unplugin'; import '@antfu/utils'; import './types.d-BFeedQsw.js'; import '@babel/types'; import 'magic-string-ast'; import '@babel/parser'; import 'unplugin-utils'; /** * This entry file is for Rolldown plugin. * * @module */ declare const _default: typeof AST.rolldown; export { _default as default };