reflaxe.CSharp
reflaxe.CSharp copied to clipboard
Not working on development or nightly
Nightly issues:
8-50
8 | import reflaxe.compiler.EverythingIsExprSanitizer;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Type not found : reflaxe.compiler.EverythingIsExprSanitizer
ERROR (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/components/CSExpression.hx:56: characters 18-43
56 | result = if(!EverythingIsExprSanitizer.isBlocklikeExpr(e)) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| Type not found : EverythingIsExprSanitizer
Development:
ERROR (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/CSCompiler.hx:21: characters 8-42
21 | import reflaxe.optimization.ExprOptimizer;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Type not found : reflaxe.optimization.ExprOptimizer
ERROR (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/components/CSCompiler_Expr.hx:11: characters 8-50
11 | import reflaxe.compiler.EverythingIsExprSanitizer;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Type not found : reflaxe.compiler.EverythingIsExprSanitizer
Followed the instructions here: https://github.com/SomeRanDev/reflaxe.CSharp?tab=readme-ov-file#nightly-installation
I had Reflaxe already installed but it updated it when I git haxelib reflaxe.CSharp
Reflaxe/C# currently does not function, but these compile-time issues specifically have been resolved!