From 05fa5969d0d64750aec339808e0d9c5deb9bb470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Fri, 13 Dec 2024 22:53:55 +0800 Subject: [PATCH] feat: re-export ast-kit --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 5032225..e261964 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,3 +27,5 @@ export const AST: UnpluginInstance = createUnplugin( export * from './core/options' export * from './core/transform' export * from './core/types' + +export * from 'ast-kit'