Skip to main content
Module

x/molt/mod.ts>FileUpdate

Update dependencies the Deno way
Latest
interface FileUpdate
import { type FileUpdate } from "https://deno.land/x/molt@0.17.2/mod.ts";

A collection of updates to dependencies associated with a file.

Properties

path: string

The full path to the file being updated.

kind: T

The type of the file being updated.

dependencies: DependencyUpdate<T>[]

The updates to dependencies associated with the file.

locks: LockPart[]

Partial locks used to update a lockfile.