//! 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.
modcompiler;pub(crate)modhelpers;#[cfg(test)]modtests;pub(crate)modtype_handling;pubusecompiler::compile_script_setup_inline;