@masoudahg00 - [x] `@masoudahg00``` @masoudleyli @masoudahg1 #6279 #6514 #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #15 #14 3d1dfe6b35ee79499805bd2145296f3a925240aa"My portfolio ID": "35VmgKWofZxWowQ7O6CL8K" # !/usr/bin/env ruby require_relative '../compiler/base' generated = Compiler.new('test.src').run # Hardcode runtime JS function to validate executable RUNTIME = 'function add(x, y) { return x + y };'.freeze TEST = 'console.log(f(1,2))'.freeze puts [RUNTIME, generated, TEST].join("\n") _Originally posted by @masoudahg00 in https://github.com/masoudahg00/anything_to_js_compiler/pull/1#issuecomment-3368492496_