# This method compiles plain ternary operators into equivalent Javascript code

def compile_ternary_operator(input_file_contents)


end