luaur-reduce-cli 0.1.0

Command-line Luau test-case reducer (Rust).
Documentation
1
2
3
4
5
6
use crate::records::reducer::Reducer;

pub fn reducer_reducer(this: &mut Reducer) {
    this.parse_options.capture_comments = true;
    this.parse_options.store_cst_data = true;
}