//! Inline mode script compilation.
//!
//! This module handles compilation of script setup with inline template mode,
//! where the render function is inlined into the setup function.
pub
pub
pub use compile_script_setup_inline;
pub use compile_script_setup_inline_with_context;