// // transpile_once.ts // typescript-monkey // // Run the transpiler once against the DOM. // /// (() => { const transpiler = new TypescriptRails.Transpiler(); transpiler.transpile(); })();