Sha256: cf8ad94faa24269935075c7da49ca5adc551c68b9a50f1a23150c656790dc236
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
// // transpile_once.ts // typescript-monkey // // Run the transpiler once against the DOM. // /// <reference path="./transpiler.ts" /> (() => { const transpiler = new TypescriptRails.Transpiler(); transpiler.transpile(); })();
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typescript-monkey-0.9.0 | lib/assets/typescripts/transpile_once.ts |