usecrate::records::bytecode_builder::BytecodeBuilder;useluaur_common::macros::luau_assert::LUAU_ASSERT;implBytecodeBuilder{pubfnget_bytecode(&self)->&alloc::string::String{LUAU_ASSERT!(!self.bytecode.is_empty());// did you forget to call finalize?
&self.bytecode
}}