darklua 0.16.0

Transform Lua scripts
Documentation
1
2
3
4
5
6
7
8
mod match_require;
mod path_iterator;
mod path_locator;
mod path_require_mode;

pub(crate) use match_require::{is_require_call, match_path_require_call};
pub(crate) use path_locator::RequirePathLocator;
pub(crate) use path_require_mode::PathRequireMode;