Update doc/languages-frameworks/javascript.section.md

Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
This commit is contained in:
aMOPel
2025-05-16 10:33:38 +02:00
committed by aMOPel
parent 55f27f2bba
commit d1e5782bba

View File

@@ -881,7 +881,7 @@ stdenv.mkDerivation (finalAttrs: {
### buildDenoPackage {#javascript-buildDenoPackage} ### buildDenoPackage {#javascript-buildDenoPackage}
`buildDenoPackage` allows you to package Deno-based projects in Nixpkgs without the use of an auto-generated dependencies file (as used in [node2nix](#javascript-node2nix)). `buildDenoPackage` allows you to package [Deno](https://deno.com/) projects in Nixpkgs without the use of an auto-generated dependencies file (as used in [node2nix](#javascript-node2nix)).
It works by utilizing Deno's cache functionality -- creating a reproducible cache that contains the dependencies of a project, and pointing Deno to it. It works by utilizing Deno's cache functionality -- creating a reproducible cache that contains the dependencies of a project, and pointing Deno to it.
#### buildDenoDeps {#javascript-buildDenoPackage-buildDenoDeps} #### buildDenoDeps {#javascript-buildDenoPackage-buildDenoDeps}