Added optional naive string sanitization, it escapes free quotes, and handles escaping at the end of a string.
ie: "\"Test\"" => "\\"Test\\""
ie: "Test\" => "Test\"
It works together with CompileUtils.qString.
Updated deprecations to match new functionality, around selecting the use sanitization.
Added optional naive string sanitization, it escapes free quotes, and handles escaping at the end of a string. ie: "\"Test\"" => "\\"Test\\"" ie: "Test\" => "Test\" It works together with CompileUtils.qString.
Updated deprecations to match new functionality, around selecting the use sanitization.
Refactored some files with unfortunate names.