unplugin-ast
Version:
Manipulate the AST to transform your code.
19 lines (15 loc) • 340 B
TypeScript
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 Vite plugin.
*
* @module
*/
declare const _default: typeof AST.vite;
export { _default as default };