Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.38.4/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.