Skip to main content
Go to Latest
function importDFSTypescriptModule
Re-export
import { importDFSTypescriptModule } from "https://deno.land/x/fathym_eac_runtime@v0.0.190/mod.ts";

Parameters

esbuild: ESBuild
fileHandler: DFSFileHandler
filePath: string
dfs: EaCDistributedFileSystem
loader: "ts" | "tsx"

Returns

Promise<{ module: any; contents: string; }>