feat(serializer): add aot serializer

This commit is contained in:
2026-05-21 09:11:51 +00:00
parent 6f417ba514
commit f327e64a6a
30 changed files with 6720 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { transform, type TransformOptions, type TransformResult } from './transformer.ts';
export { serializerCodegen, type SerializerPluginOptions, type VitePlugin } from './vite.ts';