From 7dea0cdbaa785ffe54fa7ac5e552bc30ff3365fb Mon Sep 17 00:00:00 2001 From: Niels Kaspers Date: Sat, 18 Apr 2026 09:18:00 +0300 Subject: [PATCH] docs: link to @std/fs exists from file-existence example (#3052) --- examples/scripts/checking_file_existence.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/scripts/checking_file_existence.ts b/examples/scripts/checking_file_existence.ts index ec22e80fd..33d17d45b 100644 --- a/examples/scripts/checking_file_existence.ts +++ b/examples/scripts/checking_file_existence.ts @@ -3,6 +3,8 @@ * @difficulty beginner * @tags cli, deploy * @run -R -W + * @resource {https://jsr.io/@std/fs/doc/exists/~} Doc: @std/fs/exists + * @resource {https://docs.deno.com/api/deno/~/Deno.lstat} Doc: Deno.lstat * @group File System * * When creating files it can be useful to first ensure that