Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/tools/release/deps.ts>RepoLoadOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface RepoLoadOptions
import { type RepoLoadOptions } from "https://deno.land/x/deno@v1.40.0/tools/release/deps.ts";

Properties

name: string

Name of the repo.

path: string | PathRef

Path to the directory of the repo on the local file system.

optional
skipLoadingCrates: boolean

Whether crates should not be loaded if a Cargo.toml exists in the root of the repo. If no Cargo.toml exists, then it won't load the crates anyway.