   Compiling ts-native v0.5.1 (E:\Administrator\Documents\codebuddy-projects\ts-native)
error[E0425]: cannot find value `var` in this scope
    --> src\codegen.rs:1656:33
     |
1656 |                 builder.def_var(var, result_val);
     |                                 ^^^
     |
help: the binding `var` is available in a different scope in the same function
    --> src\codegen.rs:1635:25
     |
1635 |                     let var = Variable::from_u32(next_var_idx);
     |                         ^^^
help: consider importing this function
     |
   3 + use std::env::var;
     |

For more information about this error, try `rustc --explain E0425`.
error: could not compile `ts-native` (lib) due to 1 previous error
