mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 13:49:37 -04:00

Closes #18296. Adds a `--frozen` (alias `--frozen-lockfile`) flag that errors out if the lockfile is out of date. This is useful for running in CI (where an out of date lockfile is usually a mistake) or to prevent accidental changes in dependencies. 
1 line
43 B
TypeScript
1 line
43 B
TypeScript
import { add } from "jsr:@denotest/add@1";
|