Once upon a time there was a man who made a chatbot that ran arbitrary Haxe code. He thought that he did enough precautions, he even ran the code in a V8 "sandbox!" While most used it for good, a ...
When compiling our projects with --dead-code-elimination, I notice lots of code is already removed before the entire project has been parsed and typed. This results in bogus errors and compiling fails ...