Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function injectDependencies
import { injectDependencies } from "https://deno.land/x/bundler@0.9.0/plugins/typescript/mod.ts";

Parameters

input: string
dependencyItems: Item[]
ast: ts.SourceFile
chunks: Chunk[]
bundler: Bundler
unnamed 5: { root: string; importMap?: ImportMap; compilerOptions?: ts.CompilerOptions; }