Skip to main content
Module

x/ts_transpiler/postbuild.ts

A standalone typescript transpiler based on deno, running in the browser
Latest
File
// replace https://deno.land with https://unyt.land urls to allow module loading in browsersconst generatedCodePath = "./js/transpiler.generated.js"
Deno.writeTextFileSync( generatedCodePath, Deno.readTextFileSync(generatedCodePath) .replaceAll('https://deno.land/', 'https://unyt.land/'))