luaur-require 0.1.0

Require-by-string module resolution for Luau (Rust).
Documentation
1
2
3
4
5
6
use crate::records::error_handler::ErrorHandler;

impl dyn ErrorHandler {
    #[allow(unused_variables)]
    pub fn report_error(&mut self, message: alloc::string::String) {}
}