Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function importDFSTypescriptModule
Re-export
import { importDFSTypescriptModule } from "https://deno.land/x/fathym_eac_runtime@v0.1.54/mod.ts";

Parameters

_esbuild: ESBuild | undefined
fileHandler: DFSFileHandler
filePath: string
dfsLookup: string
loader: "ts" | "tsx"

Returns

Promise<{ filePath: string; module: any; contents: string; } | undefined>