UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

19 lines (15 loc) 371 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 esbuild plugin. Requires esbuild >= 0.15 * * @module */ declare const _default: typeof AST.esbuild; export { _default as default };