mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
FUTURE: override byonm with nodeModulesDir setting (#23222)
Makes the `"nodeModulesDir"` setting take precedence over byonm when using `DENO_FUTURE`.
This commit is contained in:
parent
ee4bfe1600
commit
049e703331
12 changed files with 69 additions and 22 deletions
4
tests/specs/npm/future_node_modules_dir_setting/main.ts
Normal file
4
tests/specs/npm/future_node_modules_dir_setting/main.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { getValue, setValue } from "@denotest/esm-basic";
|
||||
|
||||
setValue(2);
|
||||
console.log(getValue());
|
Loading…
Add table
Add a link
Reference in a new issue