Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bundler/plugins/html/mod.ts>injectDependencies

A Bundler with the web in mind.
Latest
function injectDependencies
import { injectDependencies } from "https://deno.land/x/bundler@0.9.0/plugins/html/mod.ts";

Parameters

input: string
dependencyItems: Item[]
ast: posthtml.Node[]
chunks: Chunk[]
bundler: Bundler
unnamed 5: { root: string; importMap?: ImportMap; }