1 2 3 4 5 6 7 8
/*! Constants for working with Luau module paths. */ pub const FILE_CHUNK_PREFIX: char = '@'; pub const FILE_NAME_INIT: &str = "init"; pub const FILE_NAME_CONFIG: &str = ".luaurc"; pub const FILE_EXTENSIONS: [&str; 2] = ["luau", "lua"];