BuckleScript is one of the very few compilers which compiles an existing typed language to readable JavaScript. It has the same characteristics of typescript: one OCaml module compiled into one JavaScript module (AMDJS, CommonJS, or Google module) without name mangling.
↧