Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method DependencyGraph.prototype.gather
import { DependencyGraph } from "https://deno.land/x/frugal@0.2.1/packages/core/DependencyGraph.ts";

For the passed list of loaders, gather all modules in the dependency graph matching at least one loader.

If an asset matches more than one loader, the first loader in the list wins.

Parameters

loaders: Loader<unknown>[]