API Overview
This directory is intended for developers who "directly invoke the programming interfaces of @vureact/compiler-core".
Layering
- Stable High-level APIs:
defineConfig,VuReact, and capabilities corresponding to CLI configurations. - Advanced APIs:
BaseCompiler,FileCompiler, and plugin phased hooks. - Low-level Pipeline APIs:
parse*,transform,generate*.
Stability Conventions
Stable: Recommended for direct use.Advanced: Usable, but requires understanding of the compilation chain.Low-level: Suitable for framework/tool developers.
