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

Parameters

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

Returns

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