Skip to main content
Module

x/molt/mod.ts>FileUpdate

A Deno module to update dependencies with deno_graph
Go to Latest
interface FileUpdate
import { type FileUpdate } from "https://deno.land/x/molt@0.7.1/mod.ts";

Properties

specifier: URI<"file">

The specifier of the updated dependency (a remote module.)

content: string

The updated content of the module.

dependencies: DependencyUpdate[]

The dependency updates in the module.

variable FileUpdate
import { FileUpdate } from "https://deno.land/x/molt@0.7.1/mod.ts";

type

{ collect; write; writeAll; }