FUTURE: override byonm with nodeModulesDir setting (#23222)

Makes the `"nodeModulesDir"` setting take precedence over byonm when
using `DENO_FUTURE`.
This commit is contained in:
David Sherret 2024-04-05 10:34:51 -04:00 committed by GitHub
parent ee4bfe1600
commit 049e703331
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 69 additions and 22 deletions

View file

@ -0,0 +1,4 @@
import { getValue, setValue } from "@denotest/esm-basic";
setValue(2);
console.log(getValue());