Skip to main content
Deno 2 is finally here 🎉️
Learn more
function injectDependencies
import { injectDependencies } from "https://deno.land/x/fed_dev@0.9.0/plugins/html/posthtml/inject_dependencies.ts";

Parameters

filepath: string
source: string
unnamed 2: { root: string; chunks: Chunk[]; importMap?: ImportMap; use?: postcss.Plugin[]; compilerOptions?: ts.CompilerOptions; }